mechlovin 2 weeks ago
committed by GitHub
parent
commit
dc9ac660e6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
35 changed files with 1609 additions and 51 deletions
  1. +13
    -0
      keyboards/mechlovin/infinity87/info.json
  2. +6
    -1
      keyboards/mechlovin/infinity87/rev1/info.json
  3. +0
    -3
      keyboards/mechlovin/infinity87/rev1/rogue87/keyboard.json
  4. +0
    -3
      keyboards/mechlovin/infinity87/rev1/rouge87/keyboard.json
  5. +3
    -3
      keyboards/mechlovin/infinity87/rev1/standard/info.json
  6. +1
    -1
      keyboards/mechlovin/infinity87/rev1/standard/rules.mk
  7. +0
    -3
      keyboards/mechlovin/infinity87/rev2/config.h
  8. +11
    -3
      keyboards/mechlovin/infinity87/rev2/info.json
  9. +2
    -2
      keyboards/mechlovin/infinity87/rev2/keymaps/default/keymap.c
  10. +1
    -1
      keyboards/mechlovin/infinity87/rev2/keymaps/via/keymap.c
  11. +0
    -1
      keyboards/mechlovin/infinity87/rev2/keymaps/via/rules.mk
  12. +1
    -10
      keyboards/mechlovin/infinity87/rev2/rules.mk
  13. +11
    -0
      keyboards/mechlovin/infinity87/rev3/info.json
  14. +28
    -0
      keyboards/mechlovin/infinity87/rev3/readme.md
  15. +290
    -0
      keyboards/mechlovin/infinity87/rev3/rouge87/info.json
  16. +27
    -0
      keyboards/mechlovin/infinity87/rev3/rouge87/keymaps/default/keymap.c
  17. +27
    -0
      keyboards/mechlovin/infinity87/rev3/rouge87/keymaps/via/keymap.c
  18. +2
    -0
      keyboards/mechlovin/infinity87/rev3/rouge87/keymaps/via/rules.mk
  19. +19
    -0
      keyboards/mechlovin/infinity87/rev3/rouge87/readme.md
  20. +1
    -0
      keyboards/mechlovin/infinity87/rev3/rouge87/rules.mk
  21. +1
    -0
      keyboards/mechlovin/infinity87/rev3/rules.mk
  22. +20
    -0
      keyboards/mechlovin/infinity87/rev3/standard/config.h
  23. +19
    -0
      keyboards/mechlovin/infinity87/rev3/standard/halconf.h
  24. +1013
    -0
      keyboards/mechlovin/infinity87/rev3/standard/info.json
  25. +27
    -0
      keyboards/mechlovin/infinity87/rev3/standard/keymaps/default/keymap.c
  26. +27
    -0
      keyboards/mechlovin/infinity87/rev3/standard/keymaps/via/keymap.c
  27. +2
    -0
      keyboards/mechlovin/infinity87/rev3/standard/keymaps/via/rules.mk
  28. +21
    -0
      keyboards/mechlovin/infinity87/rev3/standard/mcuconf.h
  29. +27
    -0
      keyboards/mechlovin/infinity87/rev3/standard/readme.md
  30. +1
    -0
      keyboards/mechlovin/infinity87/rev3/standard/rules.mk
  31. +5
    -3
      keyboards/mechlovin/infinity87/rgb_rev1/info.json
  32. +1
    -1
      keyboards/mechlovin/infinity87/rgb_rev1/rules.mk
  33. +0
    -14
      keyboards/mechlovin/infinity87/rules.mk
  34. +1
    -1
      lib/chibios
  35. +1
    -1
      lib/chibios-contrib

+ 13
- 0
keyboards/mechlovin/infinity87/info.json View File

@ -0,0 +1,13 @@
{
"manufacturer": "Mechlovin.Studio",
"maintainer": "Team Mechlovin'",
"usb": {
"vid": "0x4D4C"
},
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true
}
}

+ 6
- 1
keyboards/mechlovin/infinity87/rev1/info.json View File

@ -23,5 +23,10 @@
},
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"board": "QMK_PROTON_C"
"board": "QMK_PROTON_C",
"features": {
"backlight": true,
"console": false,
"command": false
}
}

+ 0
- 3
keyboards/mechlovin/infinity87/rev1/rogue87/keyboard.json View File

@ -1,10 +1,7 @@
{
"keyboard_name": "Rogue87 Rev.1",
"manufacturer": "Mechlovin.Studio",
"url": "",
"maintainer": "Mechlovin' Studio",
"usb": {
"vid": "0x4D4C",
"pid": "0x8704",
"device_version": "0.0.1"
},


+ 0
- 3
keyboards/mechlovin/infinity87/rev1/rouge87/keyboard.json View File

@ -1,10 +1,7 @@
{
"keyboard_name": "Rouge87 Rev.1",
"manufacturer": "Mechlovin.Studio",
"url": "",
"maintainer": "Mechlovin' Studio",
"usb": {
"vid": "0x4D4C",
"pid": "0x8703",
"device_version": "0.0.1"
},


+ 3
- 3
keyboards/mechlovin/infinity87/rev1/standard/info.json View File

@ -1,13 +1,13 @@
{
"keyboard_name": "infinity87 Rev.1",
"manufacturer": "Mechlovin.Studio",
"url": "",
"maintainer": "Team Mechlovin'",
"usb": {
"vid": "0x4D4C",
"pid": "0x8701",
"device_version": "0.0.1"
},
"features": {
"rgblight": true
},
"rgblight": {
"led_count": 26,
"sleep": true,


+ 1
- 1
keyboards/mechlovin/infinity87/rev1/standard/rules.mk View File

@ -1 +1 @@
RGBLIGHT_ENABLE = yes
# This file intentionally left blank

+ 0
- 3
keyboards/mechlovin/infinity87/rev2/config.h View File

@ -30,6 +30,3 @@
*
*/
#define MATRIX_ROW_PINS { D5, D2, D4, D3, D0, D1 }
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL

+ 11
- 3
keyboards/mechlovin/infinity87/rev2/info.json View File

@ -1,13 +1,21 @@
{
"keyboard_name": "Infinity87 Rev.2",
"manufacturer": "Mechlovin.Studio",
"url": "",
"maintainer": "Mechlovin' Studio",
"usb": {
"vid": "0x4D4C",
"pid": "0x8702",
"device_version": "0.0.1"
},
"matrix_pins": {
"custom": true,
"custom_lite": true
},
"diode_direction": "ROW2COL",
"features": {
"console": false,
"command": false,
"backlight": true,
"rgblight": true
},
"backlight": {
"pin": "B6",
"breathing": true


+ 2
- 2
keyboards/mechlovin/infinity87/rev2/keymaps/default/keymap.c View File

@ -1,4 +1,4 @@
/* Copyright 2020 Team Mechlovin'
/* Copyright 2024 Mechlovin' Studio
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -22,6 +22,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_HASH, KC_ENT,
KC_LSFT, KC_BSLS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_LSFT, KC_UP,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI,MO(1), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, MO(1), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
),
};

+ 1
- 1
keyboards/mechlovin/infinity87/rev2/keymaps/via/keymap.c View File

@ -1,4 +1,4 @@
/* Copyright 2020 Team Mechlovin'
/* Copyright 2024 Mechlovin' Studio
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by


+ 0
- 1
keyboards/mechlovin/infinity87/rev2/keymaps/via/rules.mk View File

@ -1,2 +1 @@
VIA_ENABLE = yes
LTO_ENABLE = yes

+ 1
- 10
keyboards/mechlovin/infinity87/rev2/rules.mk View File

@ -1,11 +1,2 @@
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes
CUSTOM_MATRIX = lite
SRC += matrix.c
LTO_ENABLE = yes

+ 11
- 0
keyboards/mechlovin/infinity87/rev3/info.json View File

@ -0,0 +1,11 @@
{
"keyboard_name": "Infinity87 Rev.3",
"processor": "STM32F103",
"bootloader": "stm32duino",
"board": "STM32_F103_STM32DUINO",
"diode_direction": "ROW2COL",
"features": {
"console": true,
"command": true
}
}

+ 28
- 0
keyboards/mechlovin/infinity87/rev3/readme.md View File

@ -0,0 +1,28 @@
# Infinity87 Rev. 3
![infinity87](https://i.imgur.com/QuK1EnNh.png)
A replacement PCB for TKL keyboard
* Keyboard Maintainer: [Mechlovin' Studio](https://mechlovin.studio/)
* Hardware Supported: Infinity87 rev.3, APM32F103.
* Hardware Availability: [Nika TKL](https://www.a7xnika.com/), [Mechlovin' Studio](https://mechlovin.studio/) (stock soon).
Make example for this keyboard (after setting up your build environment):
make mechlovin/infinity87/rev3:default
Flashing example for this keyboard:
make mechlovin/infinity87/rev3:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 4 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Bootloader reset**: Hold down the key at (1,13) in the matrix (usually the Back Space) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

+ 290
- 0
keyboards/mechlovin/infinity87/rev3/rouge87/info.json View File

@ -0,0 +1,290 @@
{
"indicators": {
"caps_lock": "A4",
"scroll_lock": "A8"
},
"matrix_pins": {
"cols": ["C13", "B9", "B4", "B7", "B8", "B5", "B6", "A9", "A5", "A6", "A7", "B1", "B2", "B10", "B3", "B14", "B15"],
"rows": ["A10", "B13", "B12", "B11", "C14", "C15"]
},
"usb": {
"device_version": "0.0.1",
"pid": "0x8703"
},
"community_layouts": ["tkl_ansi_tsangan", "tkl_iso_tsangan"],
"layouts": {
"LAYOUT_all": {
"layout": [
{"label": "K00", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "K01", "matrix": [0, 1], "x": 2, "y": 0},
{"label": "K02", "matrix": [0, 2], "x": 3, "y": 0},
{"label": "K03", "matrix": [0, 3], "x": 4, "y": 0},
{"label": "K04", "matrix": [0, 4], "x": 5, "y": 0},
{"label": "K05", "matrix": [0, 5], "x": 6.5, "y": 0},
{"label": "K06", "matrix": [0, 6], "x": 7.5, "y": 0},
{"label": "K07", "matrix": [0, 7], "x": 8.5, "y": 0},
{"label": "K08", "matrix": [0, 8], "x": 9.5, "y": 0},
{"label": "K09", "matrix": [0, 9], "x": 11, "y": 0},
{"label": "K0A", "matrix": [0, 10], "x": 12, "y": 0},
{"label": "K0B", "matrix": [0, 11], "x": 13, "y": 0},
{"label": "K0C", "matrix": [0, 12], "x": 14, "y": 0},
{"label": "K0E", "matrix": [0, 14], "x": 15.25, "y": 0},
{"label": "K0F", "matrix": [0, 15], "x": 16.25, "y": 0},
{"label": "K0G", "matrix": [0, 16], "x": 17.25, "y": 0},
{"label": "K10", "matrix": [1, 0], "x": 0, "y": 1.25},
{"label": "K11", "matrix": [1, 1], "x": 1, "y": 1.25},
{"label": "K12", "matrix": [1, 2], "x": 2, "y": 1.25},
{"label": "K13", "matrix": [1, 3], "x": 3, "y": 1.25},
{"label": "K14", "matrix": [1, 4], "x": 4, "y": 1.25},
{"label": "K15", "matrix": [1, 5], "x": 5, "y": 1.25},
{"label": "K16", "matrix": [1, 6], "x": 6, "y": 1.25},
{"label": "K17", "matrix": [1, 7], "x": 7, "y": 1.25},
{"label": "K18", "matrix": [1, 8], "x": 8, "y": 1.25},
{"label": "K19", "matrix": [1, 9], "x": 9, "y": 1.25},
{"label": "K1A", "matrix": [1, 10], "x": 10, "y": 1.25},
{"label": "K1B", "matrix": [1, 11], "x": 11, "y": 1.25},
{"label": "K1C", "matrix": [1, 12], "x": 12, "y": 1.25},
{"label": "K1D", "matrix": [1, 13], "x": 13, "y": 1.25, "w": 2},
{"label": "K1E", "matrix": [1, 14], "x": 15.25, "y": 1.25},
{"label": "K1F", "matrix": [1, 15], "x": 16.25, "y": 1.25},
{"label": "K1G", "matrix": [1, 16], "x": 17.25, "y": 1.25},
{"label": "K20", "matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5},
{"label": "K21", "matrix": [2, 1], "x": 1.5, "y": 2.25},
{"label": "K22", "matrix": [2, 2], "x": 2.5, "y": 2.25},
{"label": "K23", "matrix": [2, 3], "x": 3.5, "y": 2.25},
{"label": "K24", "matrix": [2, 4], "x": 4.5, "y": 2.25},
{"label": "K25", "matrix": [2, 5], "x": 5.5, "y": 2.25},
{"label": "K26", "matrix": [2, 6], "x": 6.5, "y": 2.25},
{"label": "K27", "matrix": [2, 7], "x": 7.5, "y": 2.25},
{"label": "K28", "matrix": [2, 8], "x": 8.5, "y": 2.25},
{"label": "K29", "matrix": [2, 9], "x": 9.5, "y": 2.25},
{"label": "K2A", "matrix": [2, 10], "x": 10.5, "y": 2.25},
{"label": "K2B", "matrix": [2, 11], "x": 11.5, "y": 2.25},
{"label": "K2C", "matrix": [2, 12], "x": 12.5, "y": 2.25},
{"label": "K2D", "matrix": [2, 13], "x": 13.5, "y": 2.25, "w": 1.5},
{"label": "K2E", "matrix": [2, 14], "x": 15.25, "y": 2.25},
{"label": "K2F", "matrix": [2, 15], "x": 16.25, "y": 2.25},
{"label": "K2G", "matrix": [2, 16], "x": 17.25, "y": 2.25},
{"label": "K30", "matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75},
{"label": "K31", "matrix": [3, 1], "x": 1.75, "y": 3.25},
{"label": "K32", "matrix": [3, 2], "x": 2.75, "y": 3.25},
{"label": "K33", "matrix": [3, 3], "x": 3.75, "y": 3.25},
{"label": "K34", "matrix": [3, 4], "x": 4.75, "y": 3.25},
{"label": "K35", "matrix": [3, 5], "x": 5.75, "y": 3.25},
{"label": "K36", "matrix": [3, 6], "x": 6.75, "y": 3.25},
{"label": "K37", "matrix": [3, 7], "x": 7.75, "y": 3.25},
{"label": "K38", "matrix": [3, 8], "x": 8.75, "y": 3.25},
{"label": "K39", "matrix": [3, 9], "x": 9.75, "y": 3.25},
{"label": "K3A", "matrix": [3, 10], "x": 10.75, "y": 3.25},
{"label": "K3B", "matrix": [3, 11], "x": 11.75, "y": 3.25},
{"label": "K3C", "matrix": [3, 12], "x": 12.75, "y": 3.25},
{"label": "K3D", "matrix": [3, 13], "x": 13.75, "y": 3.25, "w": 1.25},
{"label": "K40", "matrix": [4, 0], "x": 0, "y": 4.25, "w": 1.25},
{"label": "K41", "matrix": [4, 1], "x": 1.25, "y": 4.25},
{"label": "K42", "matrix": [4, 2], "x": 2.25, "y": 4.25},
{"label": "K43", "matrix": [4, 3], "x": 3.25, "y": 4.25},
{"label": "K44", "matrix": [4, 4], "x": 4.25, "y": 4.25},
{"label": "K45", "matrix": [4, 5], "x": 5.25, "y": 4.25},
{"label": "K46", "matrix": [4, 6], "x": 6.25, "y": 4.25},
{"label": "K47", "matrix": [4, 7], "x": 7.25, "y": 4.25},
{"label": "K48", "matrix": [4, 8], "x": 8.25, "y": 4.25},
{"label": "K49", "matrix": [4, 9], "x": 9.25, "y": 4.25},
{"label": "K4A", "matrix": [4, 10], "x": 10.25, "y": 4.25},
{"label": "K4B", "matrix": [4, 11], "x": 11.25, "y": 4.25},
{"label": "K4D", "matrix": [4, 13], "x": 12.25, "y": 4.25, "w": 2.75},
{"label": "K4F", "matrix": [4, 15], "x": 16.25, "y": 4.25},
{"label": "K50", "matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.5},
{"label": "K51", "matrix": [5, 1], "x": 1.5, "y": 5.25},
{"label": "K52", "matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.5},
{"label": "K56", "matrix": [5, 6], "x": 4, "y": 5.25, "w": 7},
{"label": "K5B", "matrix": [5, 11], "x": 11, "y": 5.25, "w": 1.5},
{"label": "K5C", "matrix": [5, 12], "x": 12.5, "y": 5.25},
{"label": "K5D", "matrix": [5, 13], "x": 13.5, "y": 5.25, "w": 1.5},
{"label": "K5E", "matrix": [5, 14], "x": 15.25, "y": 5.25},
{"label": "K5F", "matrix": [5, 15], "x": 16.25, "y": 5.25},
{"label": "K5G", "matrix": [5, 16], "x": 17.25, "y": 5.25}
]
},
"LAYOUT_tkl_ansi_tsangan": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 2, "y": 0},
{"matrix": [0, 2], "x": 3, "y": 0},
{"matrix": [0, 3], "x": 4, "y": 0},
{"matrix": [0, 4], "x": 5, "y": 0},
{"matrix": [0, 5], "x": 6.5, "y": 0},
{"matrix": [0, 6], "x": 7.5, "y": 0},
{"matrix": [0, 7], "x": 8.5, "y": 0},
{"matrix": [0, 8], "x": 9.5, "y": 0},
{"matrix": [0, 9], "x": 11, "y": 0},
{"matrix": [0, 10], "x": 12, "y": 0},
{"matrix": [0, 11], "x": 13, "y": 0},
{"matrix": [0, 12], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.25, "y": 0},
{"matrix": [0, 16], "x": 17.25, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.25},
{"matrix": [1, 1], "x": 1, "y": 1.25},
{"matrix": [1, 2], "x": 2, "y": 1.25},
{"matrix": [1, 3], "x": 3, "y": 1.25},
{"matrix": [1, 4], "x": 4, "y": 1.25},
{"matrix": [1, 5], "x": 5, "y": 1.25},
{"matrix": [1, 6], "x": 6, "y": 1.25},
{"matrix": [1, 7], "x": 7, "y": 1.25},
{"matrix": [1, 8], "x": 8, "y": 1.25},
{"matrix": [1, 9], "x": 9, "y": 1.25},
{"matrix": [1, 10], "x": 10, "y": 1.25},
{"matrix": [1, 11], "x": 11, "y": 1.25},
{"matrix": [1, 12], "x": 12, "y": 1.25},
{"matrix": [1, 13], "x": 13, "y": 1.25, "w": 2},
{"matrix": [1, 14], "x": 15.25, "y": 1.25},
{"matrix": [1, 15], "x": 16.25, "y": 1.25},
{"matrix": [1, 16], "x": 17.25, "y": 1.25},
{"matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.25},
{"matrix": [2, 2], "x": 2.5, "y": 2.25},
{"matrix": [2, 3], "x": 3.5, "y": 2.25},
{"matrix": [2, 4], "x": 4.5, "y": 2.25},
{"matrix": [2, 5], "x": 5.5, "y": 2.25},
{"matrix": [2, 6], "x": 6.5, "y": 2.25},
{"matrix": [2, 7], "x": 7.5, "y": 2.25},
{"matrix": [2, 8], "x": 8.5, "y": 2.25},
{"matrix": [2, 9], "x": 9.5, "y": 2.25},
{"matrix": [2, 10], "x": 10.5, "y": 2.25},
{"matrix": [2, 11], "x": 11.5, "y": 2.25},
{"matrix": [2, 12], "x": 12.5, "y": 2.25},
{"matrix": [2, 13], "x": 13.5, "y": 2.25, "w": 1.5},
{"matrix": [2, 14], "x": 15.25, "y": 2.25},
{"matrix": [2, 15], "x": 16.25, "y": 2.25},
{"matrix": [2, 16], "x": 17.25, "y": 2.25},
{"matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.25},
{"matrix": [3, 2], "x": 2.75, "y": 3.25},
{"matrix": [3, 3], "x": 3.75, "y": 3.25},
{"matrix": [3, 4], "x": 4.75, "y": 3.25},
{"matrix": [3, 5], "x": 5.75, "y": 3.25},
{"matrix": [3, 6], "x": 6.75, "y": 3.25},
{"matrix": [3, 7], "x": 7.75, "y": 3.25},
{"matrix": [3, 8], "x": 8.75, "y": 3.25},
{"matrix": [3, 9], "x": 9.75, "y": 3.25},
{"matrix": [3, 10], "x": 10.75, "y": 3.25},
{"matrix": [3, 11], "x": 11.75, "y": 3.25},
{"matrix": [3, 13], "x": 12.75, "y": 3.25, "w": 2.25},
{"matrix": [4, 0], "x": 0, "y": 4.25, "w": 2.25},
{"matrix": [4, 2], "x": 2.25, "y": 4.25},
{"matrix": [4, 3], "x": 3.25, "y": 4.25},
{"matrix": [4, 4], "x": 4.25, "y": 4.25},
{"matrix": [4, 5], "x": 5.25, "y": 4.25},
{"matrix": [4, 6], "x": 6.25, "y": 4.25},
{"matrix": [4, 7], "x": 7.25, "y": 4.25},
{"matrix": [4, 8], "x": 8.25, "y": 4.25},
{"matrix": [4, 9], "x": 9.25, "y": 4.25},
{"matrix": [4, 10], "x": 10.25, "y": 4.25},
{"matrix": [4, 11], "x": 11.25, "y": 4.25},
{"matrix": [4, 13], "x": 12.25, "y": 4.25, "w": 2.75},
{"matrix": [4, 15], "x": 16.25, "y": 4.25},
{"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.5},
{"matrix": [5, 1], "x": 1.5, "y": 5.25},
{"matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.5},
{"matrix": [5, 6], "x": 4, "y": 5.25, "w": 7},
{"matrix": [5, 11], "x": 11, "y": 5.25, "w": 1.5},
{"matrix": [5, 12], "x": 12.5, "y": 5.25},
{"matrix": [5, 13], "x": 13.5, "y": 5.25, "w": 1.5},
{"matrix": [5, 14], "x": 15.25, "y": 5.25},
{"matrix": [5, 15], "x": 16.25, "y": 5.25},
{"matrix": [5, 16], "x": 17.25, "y": 5.25}
]
},
"LAYOUT_tkl_iso_tsangan": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 2, "y": 0},
{"matrix": [0, 2], "x": 3, "y": 0},
{"matrix": [0, 3], "x": 4, "y": 0},
{"matrix": [0, 4], "x": 5, "y": 0},
{"matrix": [0, 5], "x": 6.5, "y": 0},
{"matrix": [0, 6], "x": 7.5, "y": 0},
{"matrix": [0, 7], "x": 8.5, "y": 0},
{"matrix": [0, 8], "x": 9.5, "y": 0},
{"matrix": [0, 9], "x": 11, "y": 0},
{"matrix": [0, 10], "x": 12, "y": 0},
{"matrix": [0, 11], "x": 13, "y": 0},
{"matrix": [0, 12], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.25, "y": 0},
{"matrix": [0, 16], "x": 17.25, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.25},
{"matrix": [1, 1], "x": 1, "y": 1.25},
{"matrix": [1, 2], "x": 2, "y": 1.25},
{"matrix": [1, 3], "x": 3, "y": 1.25},
{"matrix": [1, 4], "x": 4, "y": 1.25},
{"matrix": [1, 5], "x": 5, "y": 1.25},
{"matrix": [1, 6], "x": 6, "y": 1.25},
{"matrix": [1, 7], "x": 7, "y": 1.25},
{"matrix": [1, 8], "x": 8, "y": 1.25},
{"matrix": [1, 9], "x": 9, "y": 1.25},
{"matrix": [1, 10], "x": 10, "y": 1.25},
{"matrix": [1, 11], "x": 11, "y": 1.25},
{"matrix": [1, 12], "x": 12, "y": 1.25},
{"matrix": [1, 13], "x": 13, "y": 1.25, "w": 2},
{"matrix": [1, 14], "x": 15.25, "y": 1.25},
{"matrix": [1, 15], "x": 16.25, "y": 1.25},
{"matrix": [1, 16], "x": 17.25, "y": 1.25},
{"matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.25},
{"matrix": [2, 2], "x": 2.5, "y": 2.25},
{"matrix": [2, 3], "x": 3.5, "y": 2.25},
{"matrix": [2, 4], "x": 4.5, "y": 2.25},
{"matrix": [2, 5], "x": 5.5, "y": 2.25},
{"matrix": [2, 6], "x": 6.5, "y": 2.25},
{"matrix": [2, 7], "x": 7.5, "y": 2.25},
{"matrix": [2, 8], "x": 8.5, "y": 2.25},
{"matrix": [2, 9], "x": 9.5, "y": 2.25},
{"matrix": [2, 10], "x": 10.5, "y": 2.25},
{"matrix": [2, 11], "x": 11.5, "y": 2.25},
{"matrix": [2, 12], "x": 12.5, "y": 2.25},
{"matrix": [3, 13], "x": 13.75, "y": 2.25, "w": 1.25, "h": 2},
{"matrix": [2, 14], "x": 15.25, "y": 2.25},
{"matrix": [2, 15], "x": 16.25, "y": 2.25},
{"matrix": [2, 16], "x": 17.25, "y": 2.25},
{"matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.25},
{"matrix": [3, 2], "x": 2.75, "y": 3.25},
{"matrix": [3, 3], "x": 3.75, "y": 3.25},
{"matrix": [3, 4], "x": 4.75, "y": 3.25},
{"matrix": [3, 5], "x": 5.75, "y": 3.25},
{"matrix": [3, 6], "x": 6.75, "y": 3.25},
{"matrix": [3, 7], "x": 7.75, "y": 3.25},
{"matrix": [3, 8], "x": 8.75, "y": 3.25},
{"matrix": [3, 9], "x": 9.75, "y": 3.25},
{"matrix": [3, 10], "x": 10.75, "y": 3.25},
{"matrix": [3, 11], "x": 11.75, "y": 3.25},
{"matrix": [3, 12], "x": 12.75, "y": 3.25},
{"matrix": [4, 0], "x": 0, "y": 4.25, "w": 1.25},
{"matrix": [4, 1], "x": 1.25, "y": 4.25},
{"matrix": [4, 2], "x": 2.25, "y": 4.25},
{"matrix": [4, 3], "x": 3.25, "y": 4.25},
{"matrix": [4, 4], "x": 4.25, "y": 4.25},
{"matrix": [4, 5], "x": 5.25, "y": 4.25},
{"matrix": [4, 6], "x": 6.25, "y": 4.25},
{"matrix": [4, 7], "x": 7.25, "y": 4.25},
{"matrix": [4, 8], "x": 8.25, "y": 4.25},
{"matrix": [4, 9], "x": 9.25, "y": 4.25},
{"matrix": [4, 10], "x": 10.25, "y": 4.25},
{"matrix": [4, 11], "x": 11.25, "y": 4.25},
{"matrix": [4, 13], "x": 12.25, "y": 4.25, "w": 2.75},
{"matrix": [4, 15], "x": 16.25, "y": 4.25},
{"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.5},
{"matrix": [5, 1], "x": 1.5, "y": 5.25},
{"matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.5},
{"matrix": [5, 6], "x": 4, "y": 5.25, "w": 7},
{"matrix": [5, 11], "x": 11, "y": 5.25, "w": 1.5},
{"matrix": [5, 12], "x": 12.5, "y": 5.25},
{"matrix": [5, 13], "x": 13.5, "y": 5.25, "w": 1.5},
{"matrix": [5, 14], "x": 15.25, "y": 5.25},
{"matrix": [5, 15], "x": 16.25, "y": 5.25},
{"matrix": [5, 16], "x": 17.25, "y": 5.25}
]
}
}
}

+ 27
- 0
keyboards/mechlovin/infinity87/rev3/rouge87/keymaps/default/keymap.c View File

@ -0,0 +1,27 @@
/* Copyright 2024 Mechlovin'
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SCRL, KC_PAUS,
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
),
};

+ 27
- 0
keyboards/mechlovin/infinity87/rev3/rouge87/keymaps/via/keymap.c View File

@ -0,0 +1,27 @@
/* Copyright 2024 Mechlovin'
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SCRL, KC_PAUS,
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
)
};

+ 2
- 0
keyboards/mechlovin/infinity87/rev3/rouge87/keymaps/via/rules.mk View File

@ -0,0 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes

+ 19
- 0
keyboards/mechlovin/infinity87/rev3/rouge87/readme.md View File

@ -0,0 +1,19 @@
# rouge87 PCB
![infinity87/rev3/rouge87](https://i.imgur.com/y2RVpzSh.jpeg)
A replacement PCB OTD 356.2, 360c, 456gt, The Cheat
* Keyboard Maintainer: [Mechlovin' Studio](https://mechlovin.studio/)
* Hardware Supported: OTD 360C, The Cheat,...
* Hardware Availability: [Reddit GB](https://www.reddit.com/r/mechmarket/comments/ll6e5x/gb_mechlovin_rouge_otd_compatible_pcb_plates/)
Make example for this keyboard (after setting up your build environment):
make mechlovin/infinity87/rev3/rouge87:default
Flashing example for this keyboard:
make mechlovin/infinity87/rev3/rouge87:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

+ 1
- 0
keyboards/mechlovin/infinity87/rev3/rouge87/rules.mk View File

@ -0,0 +1 @@
# This file intentionally left blank

+ 1
- 0
keyboards/mechlovin/infinity87/rev3/rules.mk View File

@ -0,0 +1 @@
DEFAULT_FOLDER = mechlovin/infinity87/rev3/standard

+ 20
- 0
keyboards/mechlovin/infinity87/rev3/standard/config.h View File

@ -0,0 +1,20 @@
/* Copyright 2024 Mechlovin' Stuido
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define WS2812_SPI_DRIVER SPID2
#define WS2812_SPI_MOSI_PAL_MODE 0 // MOSI pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5

+ 19
- 0
keyboards/mechlovin/infinity87/rev3/standard/halconf.h View File

@ -0,0 +1,19 @@
/* Copyright 2024 Mechlovin' Stuido
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define HAL_USE_SPI TRUE
#include_next <halconf.h>

+ 1013
- 0
keyboards/mechlovin/infinity87/rev3/standard/info.json
File diff suppressed because it is too large
View File


+ 27
- 0
keyboards/mechlovin/infinity87/rev3/standard/keymaps/default/keymap.c View File

@ -0,0 +1,27 @@
/* Copyright 2024 Mechlovin' Studio
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SCRL, KC_PAUS,
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_DEL, KC_INS, KC_HOME, KC_PGUP,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_RSFT, KC_UP,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, KC_APP, KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
),
};

+ 27
- 0
keyboards/mechlovin/infinity87/rev3/standard/keymaps/via/keymap.c View File

@ -0,0 +1,27 @@
/* Copyright 2024 Mechlovin' Studio
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SCRL, KC_PAUS,
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_DEL, KC_INS, KC_HOME, KC_PGUP,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_RSFT, KC_UP,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, MO(1), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
)
};

+ 2
- 0
keyboards/mechlovin/infinity87/rev3/standard/keymaps/via/rules.mk View File

@ -0,0 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes

+ 21
- 0
keyboards/mechlovin/infinity87/rev3/standard/mcuconf.h View File

@ -0,0 +1,21 @@
/* Copyright 2024 Mechlovin' Stuido
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
#undef STM32_SPI_USE_SPI2
#define STM32_SPI_USE_SPI2 TRUE

+ 27
- 0
keyboards/mechlovin/infinity87/rev3/standard/readme.md View File

@ -0,0 +1,27 @@
# infinity87 Rev 3 Standard
![infinity87/rev3/standard](https://i.imgur.com/QuK1EnNh.png)
A replacement PCB for TKL keyboard. A87 form factor,south-facing stabilisers.
* Keyboard Maintainer: [Mechlovin' Studio](https://mechlovin.studio/)
* Hardware Supported: Infinity87 rev.3.
Make example for this keyboard (after setting up your build environment):
make mechlovin/infinity87/rev3/standard:default
Flashing example for this keyboard:
make mechlovin/infinity87/rev3/standard:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 4 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Bootloader reset**: Hold down the key at (1,13) in the matrix (usually the Back Space) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

+ 1
- 0
keyboards/mechlovin/infinity87/rev3/standard/rules.mk View File

@ -0,0 +1 @@
# This file intentionally left blank

+ 5
- 3
keyboards/mechlovin/infinity87/rgb_rev1/info.json View File

@ -1,13 +1,15 @@
{
"keyboard_name": "Infinity87 RGB Rev1",
"manufacturer": "Mechlovin.Studio",
"url": "",
"maintainer": "Team Mechlovin'",
"usb": {
"vid": "0x4D4C",
"pid": "0x8710",
"device_version": "0.0.1"
},
"features": {
"console": true,
"command": true,
"rgb_matrix": true
},
"rgb_matrix": {
"animations": {
"alphas_mods": true,


+ 1
- 1
keyboards/mechlovin/infinity87/rgb_rev1/rules.mk View File

@ -1 +1 @@
RGB_MATRIX_ENABLE = yes # Use RGB matrix
# This file intentionally left blank

+ 0
- 14
keyboards/mechlovin/infinity87/rules.mk View File

@ -1,15 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
DEFAULT_FOLDER = mechlovin/infinity87/rgb_rev1

+ 1
- 1
lib/chibios

@ -1 +1 @@
Subproject commit be44b3305f9a9fe5f2f49a4e7b978db322dc463e
Subproject commit 11edb1610980f213b9f83161e1715a46fb7e4c51

+ 1
- 1
lib/chibios-contrib

@ -1 +1 @@
Subproject commit 77cb0a4f7589f89e724f5e6ecb1d76d514dd1212
Subproject commit 9d7a7f904ed135e3459cf6d602db56a26872df6b

Loading…
Cancel
Save