diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-30 10:57:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-30 10:57:30 +0000 |
| commit | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (patch) | |
| tree | f03b67de13a64e7029c01da6755cced32ddb65d3 /keyboards | |
| parent | 426bb9c651a292dce6ae01e7ed9d41d94dbba99f (diff) | |
Migrate features and LTO from rules.mk to data driven (#23307)
Diffstat (limited to 'keyboards')
100 files changed, 445 insertions, 639 deletions
diff --git a/keyboards/1upkeyboards/sweet16/info.json b/keyboards/1upkeyboards/sweet16/info.json index ac9d944969..5fb70bb8e9 100644 --- a/keyboards/1upkeyboards/sweet16/info.json +++ b/keyboards/1upkeyboards/sweet16/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "1up Keyboards", | 3 | "manufacturer": "1up Keyboards", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "skullydazed", | 5 | "maintainer": "skullydazed", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": false, | ||
| 9 | "console": false, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": true | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0x6F75" | 15 | "vid": "0x6F75" |
| 8 | }, | 16 | }, |
diff --git a/keyboards/1upkeyboards/sweet16/rules.mk b/keyboards/1upkeyboards/sweet16/rules.mk index e5e771f051..7d269ac93f 100644 --- a/keyboards/1upkeyboards/sweet16/rules.mk +++ b/keyboards/1upkeyboards/sweet16/rules.mk | |||
| @@ -1,11 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # | ||
| 3 | DEFAULT_FOLDER = 1upkeyboards/sweet16/v1 | DEFAULT_FOLDER = 1upkeyboards/sweet16/v1 | |
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | AUDIO_ENABLE = no | ||
| 11 | RGBLIGHT_ENABLE = no | ||
diff --git a/keyboards/40percentclub/i75/info.json b/keyboards/40percentclub/i75/info.json index 8661257d6b..f91b054f29 100644 --- a/keyboards/40percentclub/i75/info.json +++ b/keyboards/40percentclub/i75/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "di0ib", | 3 | "manufacturer": "di0ib", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "features": { | ||
| 7 | "bootmagic": true, | ||
| 8 | "command": true, | ||
| 9 | "console": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": false | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0x4025", | 15 | "vid": "0x4025", |
| 8 | "pid": "0x0A0C", | 16 | "pid": "0x0A0C", |
diff --git a/keyboards/40percentclub/i75/rules.mk b/keyboards/40percentclub/i75/rules.mk index fc3d70f756..48b0427550 100644 --- a/keyboards/40percentclub/i75/rules.mk +++ b/keyboards/40percentclub/i75/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = 40percentclub/i75/promicro | DEFAULT_FOLDER = 40percentclub/i75/promicro | |
diff --git a/keyboards/40percentclub/polyandry/info.json b/keyboards/40percentclub/polyandry/info.json index 63420adf86..b04b050045 100644 --- a/keyboards/40percentclub/polyandry/info.json +++ b/keyboards/40percentclub/polyandry/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "di0ib", | 3 | "manufacturer": "di0ib", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "QMK", | 5 | "maintainer": "QMK", |
| 6 | "features": { | ||
| 7 | "bootmagic": true, | ||
| 8 | "command": false, | ||
| 9 | "console": false, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": false | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0x4025", | 15 | "vid": "0x4025", |
| 8 | "pid": "0x6060", | 16 | "pid": "0x6060", |
diff --git a/keyboards/40percentclub/polyandry/rules.mk b/keyboards/40percentclub/polyandry/rules.mk index 039076f59e..3064c8202c 100644 --- a/keyboards/40percentclub/polyandry/rules.mk +++ b/keyboards/40percentclub/polyandry/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = 40percentclub/polyandry/promicro | DEFAULT_FOLDER = 40percentclub/polyandry/promicro | |
diff --git a/keyboards/8pack/info.json b/keyboards/8pack/info.json index 0145eef5e3..cf55db9815 100644 --- a/keyboards/8pack/info.json +++ b/keyboards/8pack/info.json | |||
| @@ -32,6 +32,16 @@ | |||
| 32 | }, | 32 | }, |
| 33 | "processor": "atmega32u4", | 33 | "processor": "atmega32u4", |
| 34 | "bootloader": "caterina", | 34 | "bootloader": "caterina", |
| 35 | "features": { | ||
| 36 | "backlight": true, | ||
| 37 | "bootmagic": false, | ||
| 38 | "command": true, | ||
| 39 | "console": true, | ||
| 40 | "extrakey": false, | ||
| 41 | "mousekey": false, | ||
| 42 | "nkro": false, | ||
| 43 | "rgblight": true | ||
| 44 | }, | ||
| 35 | "matrix_pins": { | 45 | "matrix_pins": { |
| 36 | "direct": [ | 46 | "direct": [ |
| 37 | ["F4", "F5", "F6", "F7"], | 47 | ["F4", "F5", "F6", "F7"], |
diff --git a/keyboards/8pack/rules.mk b/keyboards/8pack/rules.mk index ee44648259..81024a7119 100644 --- a/keyboards/8pack/rules.mk +++ b/keyboards/8pack/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no | ||
| 12 | RGBLIGHT_ENABLE = yes | ||
| 13 | OLED_ENABLE = no | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = 8pack/rev12 | DEFAULT_FOLDER = 8pack/rev12 | |
diff --git a/keyboards/atreus/info.json b/keyboards/atreus/info.json index f348e40aee..ff1a77579c 100644 --- a/keyboards/atreus/info.json +++ b/keyboards/atreus/info.json | |||
| @@ -3,6 +3,15 @@ | |||
| 3 | "manufacturer": "Technomancy", | 3 | "manufacturer": "Technomancy", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": true, | ||
| 9 | "console": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": true, | ||
| 13 | "unicode": true | ||
| 14 | }, | ||
| 6 | "usb": { | 15 | "usb": { |
| 7 | "vid": "0x1209", | 16 | "vid": "0x1209", |
| 8 | "pid": "0xA1E5", | 17 | "pid": "0xA1E5", |
diff --git a/keyboards/atreus/rules.mk b/keyboards/atreus/rules.mk index 9e5565ea49..d933cb327d 100644 --- a/keyboards/atreus/rules.mk +++ b/keyboards/atreus/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | UNICODE_ENABLE = yes # Unicode | ||
| 13 | AUDIO_ENABLE = no # Audio output | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = atreus/astar | DEFAULT_FOLDER = atreus/astar | |
diff --git a/keyboards/bear_face/info.json b/keyboards/bear_face/info.json index e0df316093..24dd696e9b 100644 --- a/keyboards/bear_face/info.json +++ b/keyboards/bear_face/info.json | |||
| @@ -9,6 +9,15 @@ | |||
| 9 | "pid": "0x09F5", | 9 | "pid": "0x09F5", |
| 10 | "force_nkro": true | 10 | "force_nkro": true |
| 11 | }, | 11 | }, |
| 12 | "features": { | ||
| 13 | "backlight": true, | ||
| 14 | "bootmagic": false, | ||
| 15 | "command": false, | ||
| 16 | "console": false, | ||
| 17 | "extrakey": true, | ||
| 18 | "mousekey": false, | ||
| 19 | "nkro": true | ||
| 20 | }, | ||
| 12 | "matrix_pins": { | 21 | "matrix_pins": { |
| 13 | "cols": ["B5", "C7", "C6", "F0", "E6", "B7", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"], | 22 | "cols": ["B5", "C7", "C6", "F0", "E6", "B7", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"], |
| 14 | "rows": ["F5", "F6", "F4", "F1", "B0", "B6"] | 23 | "rows": ["F5", "F6", "F4", "F1", "B0", "B6"] |
diff --git a/keyboards/bear_face/rules.mk b/keyboards/bear_face/rules.mk index 3c6f269144..f11303978e 100644 --- a/keyboards/bear_face/rules.mk +++ b/keyboards/bear_face/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = bear_face/v1 | DEFAULT_FOLDER = bear_face/v1 | |
diff --git a/keyboards/bpiphany/pegasushoof/info.json b/keyboards/bpiphany/pegasushoof/info.json index 5e096015cb..1e9e9db306 100644 --- a/keyboards/bpiphany/pegasushoof/info.json +++ b/keyboards/bpiphany/pegasushoof/info.json | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | "manufacturer": "Filco", | 2 | "manufacturer": "Filco", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
| 5 | "features": { | ||
| 6 | "bootmagic": true, | ||
| 7 | "command": true, | ||
| 8 | "console": true, | ||
| 9 | "extrakey": true, | ||
| 10 | "mousekey": true, | ||
| 11 | "nkro": false | ||
| 12 | }, | ||
| 5 | "usb": { | 13 | "usb": { |
| 6 | "vid": "0x4245", | 14 | "vid": "0x4245", |
| 7 | "pid": "0x6050", | 15 | "pid": "0x6050", |
diff --git a/keyboards/bpiphany/pegasushoof/rules.mk b/keyboards/bpiphany/pegasushoof/rules.mk index df85bc0375..20adecaa08 100644 --- a/keyboards/bpiphany/pegasushoof/rules.mk +++ b/keyboards/bpiphany/pegasushoof/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 13 | |||
| 14 | DEFAULT_FOLDER=bpiphany/pegasushoof/2013 | DEFAULT_FOLDER=bpiphany/pegasushoof/2013 | |
diff --git a/keyboards/bt66tech/bt66tech60/info.json b/keyboards/bt66tech/bt66tech60/info.json index adb45b95f3..f89440f695 100644 --- a/keyboards/bt66tech/bt66tech60/info.json +++ b/keyboards/bt66tech/bt66tech60/info.json | |||
| @@ -9,6 +9,17 @@ | |||
| 9 | "device_version": "0.0.1", | 9 | "device_version": "0.0.1", |
| 10 | "force_nkro": true | 10 | "force_nkro": true |
| 11 | }, | 11 | }, |
| 12 | "features": { | ||
| 13 | "backlight": true, | ||
| 14 | "bootmagic": false, | ||
| 15 | "command": true, | ||
| 16 | "console": true, | ||
| 17 | "extrakey": true, | ||
| 18 | "mousekey": true, | ||
| 19 | "nkro": true, | ||
| 20 | "rgblight": true, | ||
| 21 | "sleep_led": true | ||
| 22 | }, | ||
| 12 | "matrix_pins": { | 23 | "matrix_pins": { |
| 13 | "cols": ["B9", "B8", "B7", "B6", "B5", "B4", "B3", "B11", "A15", "A10", "A9", "B14", "B13", "B12"], | 24 | "cols": ["B9", "B8", "B7", "B6", "B5", "B4", "B3", "B11", "A15", "A10", "A9", "B14", "B13", "B12"], |
| 14 | "rows": ["B10", "B1", "B0", "A7", "A6"] | 25 | "rows": ["B10", "B1", "B0", "A7", "A6"] |
diff --git a/keyboards/bt66tech/bt66tech60/rules.mk b/keyboards/bt66tech/bt66tech60/rules.mk index 0f238804a1..cb9c90456c 100644 --- a/keyboards/bt66tech/bt66tech60/rules.mk +++ b/keyboards/bt66tech/bt66tech60/rules.mk | |||
| @@ -1,16 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | SLEEP_LED_ENABLE = yes | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = bt66tech/bt66tech60 | DEFAULT_FOLDER = bt66tech/bt66tech60 | |
| 16 | |||
diff --git a/keyboards/cannonkeys/practice60/info.json b/keyboards/cannonkeys/practice60/info.json index ae57bfbf06..3254b1702f 100644 --- a/keyboards/cannonkeys/practice60/info.json +++ b/keyboards/cannonkeys/practice60/info.json | |||
| @@ -8,6 +8,17 @@ | |||
| 8 | "pid": "0x6060", | 8 | "pid": "0x6060", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "backlight": true, | ||
| 13 | "bootmagic": false, | ||
| 14 | "command": true, | ||
| 15 | "console": true, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": true, | ||
| 19 | "rgblight": true, | ||
| 20 | "sleep_led": true | ||
| 21 | }, | ||
| 11 | "matrix_pins": { | 22 | "matrix_pins": { |
| 12 | "cols": ["B11", "B10", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0", "C15", "C14"], | 23 | "cols": ["B11", "B10", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0", "C15", "C14"], |
| 13 | "rows": ["B3", "B4", "B5", "B6", "B7"] | 24 | "rows": ["B3", "B4", "B5", "B6", "B7"] |
diff --git a/keyboards/cannonkeys/practice60/rules.mk b/keyboards/cannonkeys/practice60/rules.mk index 544fe68a88..5f7d5fe26d 100644 --- a/keyboards/cannonkeys/practice60/rules.mk +++ b/keyboards/cannonkeys/practice60/rules.mk | |||
| @@ -1,16 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes | ||
| 11 | RGBLIGHT_ENABLE = yes | ||
| 12 | SLEEP_LED_ENABLE = yes | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = cannonkeys/practice60 | DEFAULT_FOLDER = cannonkeys/practice60 | |
| 15 | |||
| 16 | |||
diff --git a/keyboards/dailycraft/bat43/info.json b/keyboards/dailycraft/bat43/info.json index 2850b273d2..19aaa540dd 100644 --- a/keyboards/dailycraft/bat43/info.json +++ b/keyboards/dailycraft/bat43/info.json | |||
| @@ -8,6 +8,14 @@ | |||
| 8 | "pid": "0x0002", | 8 | "pid": "0x0002", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": false, | ||
| 13 | "command": false, | ||
| 14 | "console": false, | ||
| 15 | "extrakey": false, | ||
| 16 | "mousekey": true, | ||
| 17 | "nkro": false | ||
| 18 | }, | ||
| 11 | "matrix_pins": { | 19 | "matrix_pins": { |
| 12 | "cols": ["B6", "B2", "B3", "B1", "B5", "B4"], | 20 | "cols": ["B6", "B2", "B3", "B1", "B5", "B4"], |
| 13 | "rows": ["E6", "D7", "C6", "D4", "F7", "F6", "F5", "F4"] | 21 | "rows": ["E6", "D7", "C6", "D4", "F7", "F6", "F5", "F4"] |
diff --git a/keyboards/dailycraft/bat43/rules.mk b/keyboards/dailycraft/bat43/rules.mk index 87c069dd2e..b152851948 100644 --- a/keyboards/dailycraft/bat43/rules.mk +++ b/keyboards/dailycraft/bat43/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = dailycraft/bat43/rev2 | DEFAULT_FOLDER = dailycraft/bat43/rev2 | |
diff --git a/keyboards/delikeeb/vanana/info.json b/keyboards/delikeeb/vanana/info.json index 520cd92b09..67bec439f1 100644 --- a/keyboards/delikeeb/vanana/info.json +++ b/keyboards/delikeeb/vanana/info.json | |||
| @@ -2,6 +2,15 @@ | |||
| 2 | "manufacturer": "dELIKEEb", | 2 | "manufacturer": "dELIKEEb", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "noclew", | 4 | "maintainer": "noclew", |
| 5 | "features": { | ||
| 6 | "bootmagic": true, | ||
| 7 | "command": false, | ||
| 8 | "console": false, | ||
| 9 | "encoder": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": false | ||
| 13 | }, | ||
| 5 | "usb": { | 14 | "usb": { |
| 6 | "vid": "0x9906", | 15 | "vid": "0x9906", |
| 7 | "pid": "0x0013" | 16 | "pid": "0x0013" |
diff --git a/keyboards/delikeeb/vanana/rules.mk b/keyboards/delikeeb/vanana/rules.mk index b2dedaeb01..ff3dc1df61 100644 --- a/keyboards/delikeeb/vanana/rules.mk +++ b/keyboards/delikeeb/vanana/rules.mk | |||
| @@ -1,17 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | ENCODER_ENABLE = yes # Enable Rotary Encoder | ||
| 12 | |||
| 13 | # additional features for ELITE-C | ||
| 14 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 15 | AUDIO_ENABLE = no # Audio output | ||
| 16 | |||
| 17 | DEFAULT_FOLDER = delikeeb/vanana/rev2 | DEFAULT_FOLDER = delikeeb/vanana/rev2 | |
diff --git a/keyboards/delikeeb/waaffle/rev3/info.json b/keyboards/delikeeb/waaffle/rev3/info.json index 1201411d46..1f9a8124a9 100644 --- a/keyboards/delikeeb/waaffle/rev3/info.json +++ b/keyboards/delikeeb/waaffle/rev3/info.json | |||
| @@ -22,6 +22,14 @@ | |||
| 22 | "ws2812": { | 22 | "ws2812": { |
| 23 | "pin": "C7" | 23 | "pin": "C7" |
| 24 | }, | 24 | }, |
| 25 | "features": { | ||
| 26 | "bootmagic": true, | ||
| 27 | "command": false, | ||
| 28 | "console": false, | ||
| 29 | "extrakey": true, | ||
| 30 | "mousekey": true, | ||
| 31 | "nkro": false | ||
| 32 | }, | ||
| 25 | "matrix_pins": { | 33 | "matrix_pins": { |
| 26 | "cols": ["D3", "D2", "B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1"], | 34 | "cols": ["D3", "D2", "B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1"], |
| 27 | "rows": ["F4", "B6", "B2", "B3", "B1", "F5", "F6", "F7"] | 35 | "rows": ["F4", "B6", "B2", "B3", "B1", "F5", "F6", "F7"] |
diff --git a/keyboards/delikeeb/waaffle/rev3/rules.mk b/keyboards/delikeeb/waaffle/rev3/rules.mk index f00d165fbf..dbd58ca5bf 100644 --- a/keyboards/delikeeb/waaffle/rev3/rules.mk +++ b/keyboards/delikeeb/waaffle/rev3/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = delikeeb/waaffle/rev3/pro_micro | DEFAULT_FOLDER = delikeeb/waaffle/rev3/pro_micro | |
diff --git a/keyboards/drhigsby/ogurec/info.json b/keyboards/drhigsby/ogurec/info.json index 05dba8b967..bddd3359d9 100644 --- a/keyboards/drhigsby/ogurec/info.json +++ b/keyboards/drhigsby/ogurec/info.json | |||
| @@ -8,6 +8,14 @@ | |||
| 8 | "pid": "0x0002", | 8 | "pid": "0x0002", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": false, | ||
| 13 | "command": false, | ||
| 14 | "console": false, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": false, | ||
| 17 | "nkro": true | ||
| 18 | }, | ||
| 11 | "matrix_pins": { | 19 | "matrix_pins": { |
| 12 | "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5"], | 20 | "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5"], |
| 13 | "rows": ["F6", "B6", "B2"] | 21 | "rows": ["F6", "B6", "B2"] |
diff --git a/keyboards/drhigsby/ogurec/rules.mk b/keyboards/drhigsby/ogurec/rules.mk index 9c26313b5b..ed83fb6386 100644 --- a/keyboards/drhigsby/ogurec/rules.mk +++ b/keyboards/drhigsby/ogurec/rules.mk | |||
| @@ -1,13 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | DEFAULT_FOLDER = drhigsby/ogurec/left_pm | DEFAULT_FOLDER = drhigsby/ogurec/left_pm | |
diff --git a/keyboards/eco/info.json b/keyboards/eco/info.json index 6a1b2adda1..74c66fdcb9 100644 --- a/keyboards/eco/info.json +++ b/keyboards/eco/info.json | |||
| @@ -3,6 +3,16 @@ | |||
| 3 | "manufacturer": "Bishop Keyboards", | 3 | "manufacturer": "Bishop Keyboards", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "features": { | ||
| 7 | "backlight": true, | ||
| 8 | "bootmagic": false, | ||
| 9 | "command": true, | ||
| 10 | "console": false, | ||
| 11 | "extrakey": true, | ||
| 12 | "midi": true, | ||
| 13 | "mousekey": false, | ||
| 14 | "nkro": false | ||
| 15 | }, | ||
| 6 | "usb": { | 16 | "usb": { |
| 7 | "vid": "0x1337", | 17 | "vid": "0x1337", |
| 8 | "pid": "0x6006" | 18 | "pid": "0x6006" |
diff --git a/keyboards/eco/rules.mk b/keyboards/eco/rules.mk index 6e28ce6bbb..a3d419658b 100644 --- a/keyboards/eco/rules.mk +++ b/keyboards/eco/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | MIDI_ENABLE = yes # MIDI support | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = eco/rev2 | DEFAULT_FOLDER = eco/rev2 | |
diff --git a/keyboards/eek/info.json b/keyboards/eek/info.json index 4d179a805b..0caca6df3b 100644 --- a/keyboards/eek/info.json +++ b/keyboards/eek/info.json | |||
| @@ -16,6 +16,14 @@ | |||
| 16 | "led_flush_limit": 16, | 16 | "led_flush_limit": 16, |
| 17 | "max_brightness": 200 | 17 | "max_brightness": 200 |
| 18 | }, | 18 | }, |
| 19 | "features": { | ||
| 20 | "bootmagic": true, | ||
| 21 | "command": true, | ||
| 22 | "console": true, | ||
| 23 | "extrakey": true, | ||
| 24 | "mousekey": false, | ||
| 25 | "nkro": false | ||
| 26 | }, | ||
| 19 | "matrix_pins": { | 27 | "matrix_pins": { |
| 20 | "cols": ["D4", "C6", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"], | 28 | "cols": ["D4", "C6", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"], |
| 21 | "rows": ["D7", "E6", "B4", "B5"] | 29 | "rows": ["D7", "E6", "B4", "B5"] |
diff --git a/keyboards/eek/rules.mk b/keyboards/eek/rules.mk index 74ca560427..65b8265b53 100644 --- a/keyboards/eek/rules.mk +++ b/keyboards/eek/rules.mk | |||
| @@ -1,13 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | DEFAULT_FOLDER = eek/silk_down | DEFAULT_FOLDER = eek/silk_down | |
diff --git a/keyboards/handwired/ck4x4/info.json b/keyboards/handwired/ck4x4/info.json index 8caf00aefd..4b8284ab71 100644 --- a/keyboards/handwired/ck4x4/info.json +++ b/keyboards/handwired/ck4x4/info.json | |||
| @@ -8,6 +8,14 @@ | |||
| 8 | "pid": "0x6464", | 8 | "pid": "0x6464", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": false, | ||
| 13 | "command": true, | ||
| 14 | "console": true, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": true, | ||
| 17 | "nkro": true | ||
| 18 | }, | ||
| 11 | "matrix_pins": { | 19 | "matrix_pins": { |
| 12 | "cols": ["B7", "B8", "B9", "B10"], | 20 | "cols": ["B7", "B8", "B9", "B10"], |
| 13 | "rows": ["B3", "B4", "B5", "B6"] | 21 | "rows": ["B3", "B4", "B5", "B6"] |
diff --git a/keyboards/handwired/ck4x4/rules.mk b/keyboards/handwired/ck4x4/rules.mk index 91a488483f..216aa810fd 100644 --- a/keyboards/handwired/ck4x4/rules.mk +++ b/keyboards/handwired/ck4x4/rules.mk | |||
| @@ -1,13 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | |||
| 11 | DEFAULT_FOLDER = handwired/ck4x4 | DEFAULT_FOLDER = handwired/ck4x4 | |
| 12 | |||
| 13 | |||
diff --git a/keyboards/handwired/ms_sculpt_mobile/info.json b/keyboards/handwired/ms_sculpt_mobile/info.json index 8ef1cb0a84..918f166c61 100644 --- a/keyboards/handwired/ms_sculpt_mobile/info.json +++ b/keyboards/handwired/ms_sculpt_mobile/info.json | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | "manufacturer": "Microsoftplus", | 2 | "manufacturer": "Microsoftplus", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
| 5 | "features": { | ||
| 6 | "bootmagic": false, | ||
| 7 | "command": true, | ||
| 8 | "console": true, | ||
| 9 | "extrakey": true, | ||
| 10 | "mousekey": false, | ||
| 11 | "nkro": false | ||
| 12 | }, | ||
| 5 | "usb": { | 13 | "usb": { |
| 6 | "vid": "0xFEED", | 14 | "vid": "0xFEED", |
| 7 | "pid": "0x6060", | 15 | "pid": "0x6060", |
diff --git a/keyboards/handwired/ms_sculpt_mobile/rules.mk b/keyboards/handwired/ms_sculpt_mobile/rules.mk index 6fd84c8244..8a3cc6858c 100644 --- a/keyboards/handwired/ms_sculpt_mobile/rules.mk +++ b/keyboards/handwired/ms_sculpt_mobile/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = handwired/ms_sculpt_mobile/teensy2pp | DEFAULT_FOLDER = handwired/ms_sculpt_mobile/teensy2pp | |
diff --git a/keyboards/handwired/pill60/info.json b/keyboards/handwired/pill60/info.json index ac8c9013ba..7812956177 100644 --- a/keyboards/handwired/pill60/info.json +++ b/keyboards/handwired/pill60/info.json | |||
| @@ -3,6 +3,16 @@ | |||
| 3 | "manufacturer": "IktaS", | 3 | "manufacturer": "IktaS", |
| 4 | "url": "https://github.com/IktaS/Pill60", | 4 | "url": "https://github.com/IktaS/Pill60", |
| 5 | "maintainer": "IktaS <imamrafiiia@gmail.com>", | 5 | "maintainer": "IktaS <imamrafiiia@gmail.com>", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": true, | ||
| 9 | "console": true, | ||
| 10 | "encoder": true, | ||
| 11 | "extrakey": true, | ||
| 12 | "mousekey": true, | ||
| 13 | "nkro": true, | ||
| 14 | "oled": true | ||
| 15 | }, | ||
| 6 | "usb": { | 16 | "usb": { |
| 7 | "vid": "0x4454", | 17 | "vid": "0x4454", |
| 8 | "pid": "0x5444", | 18 | "pid": "0x5444", |
diff --git a/keyboards/handwired/pill60/rules.mk b/keyboards/handwired/pill60/rules.mk index 6bb5fa1581..9299a64d61 100644 --- a/keyboards/handwired/pill60/rules.mk +++ b/keyboards/handwired/pill60/rules.mk | |||
| @@ -1,16 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | OLED_ENABLE = yes | ||
| 14 | ENCODER_ENABLE = yes | ||
| 15 | |||
| 16 | DEFAULT_FOLDER = handwired/pill60/bluepill | DEFAULT_FOLDER = handwired/pill60/bluepill | |
diff --git a/keyboards/handwired/sono1/info.json b/keyboards/handwired/sono1/info.json index 57b78c81bf..85a698d2f4 100644 --- a/keyboards/handwired/sono1/info.json +++ b/keyboards/handwired/sono1/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "ASKeyboard", | 3 | "manufacturer": "ASKeyboard", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "DmNosachev", | 5 | "maintainer": "DmNosachev", |
| 6 | "features": { | ||
| 7 | "bootmagic": true, | ||
| 8 | "command": false, | ||
| 9 | "console": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": false | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0x515A", | 15 | "vid": "0x515A", |
| 8 | "pid": "0x5331" | 16 | "pid": "0x5331" |
diff --git a/keyboards/handwired/sono1/rules.mk b/keyboards/handwired/sono1/rules.mk index e2e79966be..9b472f28f2 100644 --- a/keyboards/handwired/sono1/rules.mk +++ b/keyboards/handwired/sono1/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | DEFAULT_FOLDER = handwired/sono1/t2pp | DEFAULT_FOLDER = handwired/sono1/t2pp | |
| 2 | |||
| 3 | # Build Options | ||
| 4 | # change yes to no to disable | ||
| 5 | # | ||
| 6 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 7 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 8 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 9 | CONSOLE_ENABLE = yes # Console for debug | ||
| 10 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 11 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 13 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 14 | AUDIO_ENABLE = no # Audio output | ||
diff --git a/keyboards/input_club/infinity60/info.json b/keyboards/input_club/infinity60/info.json index 423ac2a937..f99ab93ca8 100644 --- a/keyboards/input_club/infinity60/info.json +++ b/keyboards/input_club/infinity60/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "Input:Club", | 3 | "manufacturer": "Input:Club", |
| 4 | "url": "https://input.club/devices/infinity-keyboard/", | 4 | "url": "https://input.club/devices/infinity-keyboard/", |
| 5 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": true, | ||
| 9 | "console": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": true | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0x1C11", | 15 | "vid": "0x1C11", |
| 8 | "pid": "0xB04D", | 16 | "pid": "0xB04D", |
diff --git a/keyboards/input_club/infinity60/rules.mk b/keyboards/input_club/infinity60/rules.mk index 5f885e1194..9c4b1e74c2 100644 --- a/keyboards/input_club/infinity60/rules.mk +++ b/keyboards/input_club/infinity60/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = input_club/infinity60/led | DEFAULT_FOLDER = input_club/infinity60/led | |
| 15 | |||
diff --git a/keyboards/jadookb/jkb65/info.json b/keyboards/jadookb/jkb65/info.json index 1f5d79032e..99460a3002 100644 --- a/keyboards/jadookb/jkb65/info.json +++ b/keyboards/jadookb/jkb65/info.json | |||
| @@ -2,6 +2,18 @@ | |||
| 2 | "manufacturer": "JadooKB", | 2 | "manufacturer": "JadooKB", |
| 3 | "url": "https://jadookb.com/", | 3 | "url": "https://jadookb.com/", |
| 4 | "maintainer": "Wizard-GG", | 4 | "maintainer": "Wizard-GG", |
| 5 | "build": { | ||
| 6 | "lto": true | ||
| 7 | }, | ||
| 8 | "features": { | ||
| 9 | "bootmagic": true, | ||
| 10 | "command": false, | ||
| 11 | "console": false, | ||
| 12 | "extrakey": true, | ||
| 13 | "mousekey": true, | ||
| 14 | "nkro": true, | ||
| 15 | "rgb_matrix": true | ||
| 16 | }, | ||
| 5 | "usb": { | 17 | "usb": { |
| 6 | "vid": "0x4A4B", | 18 | "vid": "0x4A4B", |
| 7 | "pid": "0xEF6A" | 19 | "pid": "0xEF6A" |
diff --git a/keyboards/jadookb/jkb65/rules.mk b/keyboards/jadookb/jkb65/rules.mk index 9098dae1ca..2bbb2a41ce 100644 --- a/keyboards/jadookb/jkb65/rules.mk +++ b/keyboards/jadookb/jkb65/rules.mk | |||
| @@ -1,16 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | RGB_MATRIX_ENABLE = yes | ||
| 14 | LTO_ENABLE = yes | ||
| 15 | |||
| 16 | DEFAULT_FOLDER = jadookb/jkb65/r1 | DEFAULT_FOLDER = jadookb/jkb65/r1 | |
diff --git a/keyboards/kakunpc/angel17/info.json b/keyboards/kakunpc/angel17/info.json index a8a4f2c148..c50e1b6e7f 100644 --- a/keyboards/kakunpc/angel17/info.json +++ b/keyboards/kakunpc/angel17/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "kakunpc", | 3 | "manufacturer": "kakunpc", |
| 4 | "url": "https://kakunpc.booth.pm/", | 4 | "url": "https://kakunpc.booth.pm/", |
| 5 | "maintainer": "kakunpc", | 5 | "maintainer": "kakunpc", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": true, | ||
| 9 | "console": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": false | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0xFEED", | 15 | "vid": "0xFEED", |
| 8 | "pid": "0x0000", | 16 | "pid": "0x0000", |
diff --git a/keyboards/kakunpc/angel17/rules.mk b/keyboards/kakunpc/angel17/rules.mk index 15778ab1d4..48095d37e6 100644 --- a/keyboards/kakunpc/angel17/rules.mk +++ b/keyboards/kakunpc/angel17/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = kakunpc/angel17/rev1 | DEFAULT_FOLDER = kakunpc/angel17/rev1 | |
diff --git a/keyboards/kapcave/paladinpad/info.json b/keyboards/kapcave/paladinpad/info.json index da14ebbd01..1a639180d0 100644 --- a/keyboards/kapcave/paladinpad/info.json +++ b/keyboards/kapcave/paladinpad/info.json | |||
| @@ -3,6 +3,15 @@ | |||
| 3 | "manufacturer": "KapCave", | 3 | "manufacturer": "KapCave", |
| 4 | "url": "https://kapcave.com/products/paladinpad-pcb", | 4 | "url": "https://kapcave.com/products/paladinpad-pcb", |
| 5 | "maintainer": "nachie", | 5 | "maintainer": "nachie", |
| 6 | "features": { | ||
| 7 | "bootmagic": true, | ||
| 8 | "command": false, | ||
| 9 | "console": false, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": false, | ||
| 12 | "nkro": true, | ||
| 13 | "rgblight": true | ||
| 14 | }, | ||
| 6 | "usb": { | 15 | "usb": { |
| 7 | "vid": "0x4B43", | 16 | "vid": "0x4B43", |
| 8 | "pid": "0x5050" | 17 | "pid": "0x5050" |
diff --git a/keyboards/kapcave/paladinpad/rules.mk b/keyboards/kapcave/paladinpad/rules.mk index 257c83aee0..02685414e3 100644 --- a/keyboards/kapcave/paladinpad/rules.mk +++ b/keyboards/kapcave/paladinpad/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = kapcave/paladinpad/rev2 | DEFAULT_FOLDER = kapcave/paladinpad/rev2 | |
diff --git a/keyboards/keycapsss/plaid_pad/info.json b/keyboards/keycapsss/plaid_pad/info.json index c66bd05f1b..0d8de8a1d9 100644 --- a/keyboards/keycapsss/plaid_pad/info.json +++ b/keyboards/keycapsss/plaid_pad/info.json | |||
| @@ -10,6 +10,14 @@ | |||
| 10 | "qmk": { | 10 | "qmk": { |
| 11 | "tap_keycode_delay": 60 | 11 | "tap_keycode_delay": 60 |
| 12 | }, | 12 | }, |
| 13 | "features": { | ||
| 14 | "bootmagic": true, | ||
| 15 | "command": false, | ||
| 16 | "console": false, | ||
| 17 | "extrakey": true, | ||
| 18 | "mousekey": true, | ||
| 19 | "nkro": false | ||
| 20 | }, | ||
| 13 | "matrix_pins": { | 21 | "matrix_pins": { |
| 14 | "cols": ["B0", "D7", "D6", "D5"], | 22 | "cols": ["B0", "D7", "D6", "D5"], |
| 15 | "rows": ["C0", "C1", "C2", "C3"] | 23 | "rows": ["C0", "C1", "C2", "C3"] |
diff --git a/keyboards/keycapsss/plaid_pad/rules.mk b/keyboards/keycapsss/plaid_pad/rules.mk index 1172f98f88..0ab7cc3141 100644 --- a/keyboards/keycapsss/plaid_pad/rules.mk +++ b/keyboards/keycapsss/plaid_pad/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = keycapsss/plaid_pad/rev1 | DEFAULT_FOLDER = keycapsss/plaid_pad/rev1 | |
diff --git a/keyboards/kin80/info.json b/keyboards/kin80/info.json index 4a90872f78..395742d88b 100644 --- a/keyboards/kin80/info.json +++ b/keyboards/kin80/info.json | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | "keyboard_name": "Kin80", | 2 | "keyboard_name": "Kin80", |
| 3 | "url": "https://github.com/DmNosachev/kinesis80", | 3 | "url": "https://github.com/DmNosachev/kinesis80", |
| 4 | "maintainer": "DmNosachev", | 4 | "maintainer": "DmNosachev", |
| 5 | "features": { | ||
| 6 | "bootmagic": true, | ||
| 7 | "command": false, | ||
| 8 | "console": false, | ||
| 9 | "extrakey": true, | ||
| 10 | "mousekey": true, | ||
| 11 | "nkro": false | ||
| 12 | }, | ||
| 5 | "usb": { | 13 | "usb": { |
| 6 | "vid": "0xFEED", | 14 | "vid": "0xFEED", |
| 7 | "pid": "0x4B4E" | 15 | "pid": "0x4B4E" |
diff --git a/keyboards/kin80/rules.mk b/keyboards/kin80/rules.mk index 2dad32f8ef..b264c9cfc5 100644 --- a/keyboards/kin80/rules.mk +++ b/keyboards/kin80/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | DEFAULT_FOLDER = kin80/blackpill401 | DEFAULT_FOLDER = kin80/blackpill401 | |
| 2 | |||
| 3 | # Build Options | ||
| 4 | # change yes to no to disable | ||
| 5 | # | ||
| 6 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 7 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 8 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 9 | CONSOLE_ENABLE = no # Console for debug | ||
| 10 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 11 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 13 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 14 | AUDIO_ENABLE = no # Audio output \ No newline at end of file | ||
diff --git a/keyboards/kumaokobo/kudox_game/info.json b/keyboards/kumaokobo/kudox_game/info.json index 6968b5e427..0c38991bbb 100644 --- a/keyboards/kumaokobo/kudox_game/info.json +++ b/keyboards/kumaokobo/kudox_game/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "Kumao Kobo", | 3 | "manufacturer": "Kumao Kobo", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "Kumao Kobo", | 5 | "maintainer": "Kumao Kobo", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": true, | ||
| 9 | "console": false, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": false | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0xABBA", | 15 | "vid": "0xABBA", |
| 8 | "pid": "0x9696" | 16 | "pid": "0x9696" |
diff --git a/keyboards/kumaokobo/kudox_game/rules.mk b/keyboards/kumaokobo/kudox_game/rules.mk index 569f262b38..28918ca489 100644 --- a/keyboards/kumaokobo/kudox_game/rules.mk +++ b/keyboards/kumaokobo/kudox_game/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = kumaokobo/kudox_game/rev2 | DEFAULT_FOLDER = kumaokobo/kudox_game/rev2 | |
diff --git a/keyboards/lfkeyboards/lfk87/info.json b/keyboards/lfkeyboards/lfk87/info.json index 0b53928421..9b10936df8 100644 --- a/keyboards/lfkeyboards/lfk87/info.json +++ b/keyboards/lfkeyboards/lfk87/info.json | |||
| @@ -3,6 +3,15 @@ | |||
| 3 | "manufacturer": "LFKeyboards", | 3 | "manufacturer": "LFKeyboards", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "features": { | ||
| 7 | "audio": true, | ||
| 8 | "bootmagic": false, | ||
| 9 | "command": false, | ||
| 10 | "console": false, | ||
| 11 | "extrakey": true, | ||
| 12 | "mousekey": false, | ||
| 13 | "nkro": true | ||
| 14 | }, | ||
| 6 | "usb": { | 15 | "usb": { |
| 7 | "vid": "0xFEED", | 16 | "vid": "0xFEED", |
| 8 | "pid": "0x6060", | 17 | "pid": "0x6060", |
diff --git a/keyboards/lfkeyboards/lfk87/rules.mk b/keyboards/lfkeyboards/lfk87/rules.mk index 3a1399d693..05b80ac74a 100644 --- a/keyboards/lfkeyboards/lfk87/rules.mk +++ b/keyboards/lfkeyboards/lfk87/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | |||
| 2 | # Build Options | ||
| 3 | # change yes to no to disable | ||
| 4 | # | ||
| 5 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 6 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 8 | CONSOLE_ENABLE = no # Console for debug | ||
| 9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 10 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 11 | AUDIO_ENABLE = yes # Audio output | ||
| 12 | WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = lfkeyboards/lfk78/revc | DEFAULT_FOLDER = lfkeyboards/lfk78/revc | |
diff --git a/keyboards/lfkeyboards/smk65/info.json b/keyboards/lfkeyboards/smk65/info.json index fa21398129..0ecbf2ab95 100644 --- a/keyboards/lfkeyboards/smk65/info.json +++ b/keyboards/lfkeyboards/smk65/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "LFKeyboards", | 3 | "manufacturer": "LFKeyboards", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "features": { | ||
| 7 | "bootmagic": true, | ||
| 8 | "command": false, | ||
| 9 | "console": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": true | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0x4C46", | 15 | "vid": "0x4C46", |
| 8 | "device_version": "0.0.6" | 16 | "device_version": "0.0.6" |
diff --git a/keyboards/lfkeyboards/smk65/rules.mk b/keyboards/lfkeyboards/smk65/rules.mk index 278378a421..b2d7497663 100644 --- a/keyboards/lfkeyboards/smk65/rules.mk +++ b/keyboards/lfkeyboards/smk65/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = lfkeyboards/smk65/revb | DEFAULT_FOLDER = lfkeyboards/smk65/revb | |
diff --git a/keyboards/maple_computing/christmas_tree/info.json b/keyboards/maple_computing/christmas_tree/info.json index e675f2f932..ced352ccaa 100644 --- a/keyboards/maple_computing/christmas_tree/info.json +++ b/keyboards/maple_computing/christmas_tree/info.json | |||
| @@ -7,6 +7,15 @@ | |||
| 7 | "vid": "0xFEED", | 7 | "vid": "0xFEED", |
| 8 | "pid": "0x3070" | 8 | "pid": "0x3070" |
| 9 | }, | 9 | }, |
| 10 | "features": { | ||
| 11 | "backlight": true, | ||
| 12 | "bootmagic": false, | ||
| 13 | "command": false, | ||
| 14 | "console": true, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": false, | ||
| 17 | "nkro": false | ||
| 18 | }, | ||
| 10 | "matrix_pins": { | 19 | "matrix_pins": { |
| 11 | "cols": ["D1"], | 20 | "cols": ["D1"], |
| 12 | "rows": ["D3", "F4", "D0", "F6", "F5", "D4"] | 21 | "rows": ["D3", "F4", "D0", "F6", "F5", "D4"] |
diff --git a/keyboards/maple_computing/christmas_tree/rules.mk b/keyboards/maple_computing/christmas_tree/rules.mk index 54ee848437..3a6633cf56 100644 --- a/keyboards/maple_computing/christmas_tree/rules.mk +++ b/keyboards/maple_computing/christmas_tree/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = maple_computing/christmas_tree/v2017 | DEFAULT_FOLDER = maple_computing/christmas_tree/v2017 | |
diff --git a/keyboards/marksard/treadstone32/info.json b/keyboards/marksard/treadstone32/info.json index 098427b0a3..d93277472c 100644 --- a/keyboards/marksard/treadstone32/info.json +++ b/keyboards/marksard/treadstone32/info.json | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | "manufacturer": "marksard", | 2 | "manufacturer": "marksard", |
| 3 | "url": "https://github.com/marksard/Keyboards", | 3 | "url": "https://github.com/marksard/Keyboards", |
| 4 | "maintainer": "marksard", | 4 | "maintainer": "marksard", |
| 5 | "features": { | ||
| 6 | "bootmagic": false, | ||
| 7 | "command": false, | ||
| 8 | "console": false, | ||
| 9 | "extrakey": false, | ||
| 10 | "mousekey": true, | ||
| 11 | "nkro": false | ||
| 12 | }, | ||
| 5 | "usb": { | 13 | "usb": { |
| 6 | "vid": "0xFEED", | 14 | "vid": "0xFEED", |
| 7 | "pid": "0xDFA5" | 15 | "pid": "0xDFA5" |
diff --git a/keyboards/marksard/treadstone32/rules.mk b/keyboards/marksard/treadstone32/rules.mk index 43e13475d3..2d7ca16d86 100644 --- a/keyboards/marksard/treadstone32/rules.mk +++ b/keyboards/marksard/treadstone32/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 13 | LEADER_ENABLE = no | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = marksard/treadstone32/rev1 | DEFAULT_FOLDER = marksard/treadstone32/rev1 | |
diff --git a/keyboards/maxipad/info.json b/keyboards/maxipad/info.json index 4b8e3fa0a0..00cc16e887 100644 --- a/keyboards/maxipad/info.json +++ b/keyboards/maxipad/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "wootpatoot", | 3 | "manufacturer": "wootpatoot", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "qmk", | 5 | "maintainer": "qmk", |
| 6 | "features": { | ||
| 7 | "bootmagic": true, | ||
| 8 | "command": false, | ||
| 9 | "console": false, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": true | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0xFEED", | 15 | "vid": "0xFEED", |
| 8 | "pid": "0x6060", | 16 | "pid": "0x6060", |
diff --git a/keyboards/maxipad/rules.mk b/keyboards/maxipad/rules.mk index c21aaab851..98a712a7b8 100644 --- a/keyboards/maxipad/rules.mk +++ b/keyboards/maxipad/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = maxipad/promicro | DEFAULT_FOLDER = maxipad/promicro | |
diff --git a/keyboards/mechllama/g35/info.json b/keyboards/mechllama/g35/info.json index dbcdef1e94..2fa3871405 100644 --- a/keyboards/mechllama/g35/info.json +++ b/keyboards/mechllama/g35/info.json | |||
| @@ -3,6 +3,16 @@ | |||
| 3 | "manufacturer": "kaylynb", | 3 | "manufacturer": "kaylynb", |
| 4 | "url": "https://github.com/kaylynb/MechLlama-G35", | 4 | "url": "https://github.com/kaylynb/MechLlama-G35", |
| 5 | "maintainer": "kaylynb", | 5 | "maintainer": "kaylynb", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": false, | ||
| 9 | "console": false, | ||
| 10 | "extrakey": false, | ||
| 11 | "mousekey": false, | ||
| 12 | "nkro": true, | ||
| 13 | "oled": true, | ||
| 14 | "rgblight": true | ||
| 15 | }, | ||
| 6 | "usb": { | 16 | "usb": { |
| 7 | "vid": "0xCEEB", | 17 | "vid": "0xCEEB", |
| 8 | "pid": "0x0035", | 18 | "pid": "0x0035", |
diff --git a/keyboards/mechllama/g35/rules.mk b/keyboards/mechllama/g35/rules.mk index be2e71f903..36acf8d17f 100644 --- a/keyboards/mechllama/g35/rules.mk +++ b/keyboards/mechllama/g35/rules.mk | |||
| @@ -1,5 +1 @@ | |||
| 1 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 2 | OLED_ENABLE = yes | ||
| 3 | RGBLIGHT_ENABLE = yes | ||
| 4 | |||
| 5 | DEFAULT_FOLDER = mechllama/g35/v2 | DEFAULT_FOLDER = mechllama/g35/v2 | |
diff --git a/keyboards/mechlovin/adelais/info.json b/keyboards/mechlovin/adelais/info.json index 42b16d6398..d8aae5a8da 100644 --- a/keyboards/mechlovin/adelais/info.json +++ b/keyboards/mechlovin/adelais/info.json | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | "manufacturer": "Team.Mechlovin", | 2 | "manufacturer": "Team.Mechlovin", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "mechlovin", | 4 | "maintainer": "mechlovin", |
| 5 | "features": { | ||
| 6 | "bootmagic": true, | ||
| 7 | "command": true, | ||
| 8 | "console": true, | ||
| 9 | "extrakey": true, | ||
| 10 | "mousekey": true, | ||
| 11 | "nkro": true | ||
| 12 | }, | ||
| 5 | "usb": { | 13 | "usb": { |
| 6 | "vid": "0x4D4C", | 14 | "vid": "0x4D4C", |
| 7 | "device_version": "0.0.1" | 15 | "device_version": "0.0.1" |
diff --git a/keyboards/mechlovin/adelais/rules.mk b/keyboards/mechlovin/adelais/rules.mk index 264ea93322..a1d2ba038d 100644 --- a/keyboards/mechlovin/adelais/rules.mk +++ b/keyboards/mechlovin/adelais/rules.mk | |||
| @@ -1,12 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | AUDIO_ENABLE = no # Audio output | ||
| 11 | |||
| 12 | DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev2 | DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev2 | |
diff --git a/keyboards/mechlovin/adelais/standard_led/arm/rev4/info.json b/keyboards/mechlovin/adelais/standard_led/arm/rev4/info.json index f0d10942ad..17cf63fecf 100644 --- a/keyboards/mechlovin/adelais/standard_led/arm/rev4/info.json +++ b/keyboards/mechlovin/adelais/standard_led/arm/rev4/info.json | |||
| @@ -1,4 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "features": { | ||
| 3 | "bootmagic": false, | ||
| 4 | "command": false, | ||
| 5 | "console": false, | ||
| 6 | "encoder": true, | ||
| 7 | "extrakey": false, | ||
| 8 | "mousekey": false, | ||
| 9 | "nkro": false | ||
| 10 | }, | ||
| 2 | "usb": { | 11 | "usb": { |
| 3 | "pid": "0xAD03" | 12 | "pid": "0xAD03" |
| 4 | }, | 13 | }, |
diff --git a/keyboards/mechlovin/adelais/standard_led/arm/rev4/rules.mk b/keyboards/mechlovin/adelais/standard_led/arm/rev4/rules.mk index 257dd3bf57..d348ae660f 100644 --- a/keyboards/mechlovin/adelais/standard_led/arm/rev4/rules.mk +++ b/keyboards/mechlovin/adelais/standard_led/arm/rev4/rules.mk | |||
| @@ -1,3 +1 @@ | |||
| 1 | ENCODER_ENABLE = yes | ||
| 2 | |||
| 3 | DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev4/stm32f303 | DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev4/stm32f303 | |
diff --git a/keyboards/mechlovin/delphine/info.json b/keyboards/mechlovin/delphine/info.json index baeeab6f18..e8f39b8d6d 100644 --- a/keyboards/mechlovin/delphine/info.json +++ b/keyboards/mechlovin/delphine/info.json | |||
| @@ -6,6 +6,14 @@ | |||
| 6 | "usb": { | 6 | "usb": { |
| 7 | "vid": "0x4D4C" | 7 | "vid": "0x4D4C" |
| 8 | }, | 8 | }, |
| 9 | "features": { | ||
| 10 | "bootmagic": true, | ||
| 11 | "command": false, | ||
| 12 | "console": false, | ||
| 13 | "extrakey": true, | ||
| 14 | "mousekey": true, | ||
| 15 | "nkro": true | ||
| 16 | }, | ||
| 9 | "matrix_pins": { | 17 | "matrix_pins": { |
| 10 | "cols": ["F7", "D7", "D6", "D2"], | 18 | "cols": ["F7", "D7", "D6", "D2"], |
| 11 | "rows": ["F0", "F1", "F4", "F5", "F6", "D3"] | 19 | "rows": ["F0", "F1", "F4", "F5", "F6", "D3"] |
diff --git a/keyboards/mechlovin/delphine/rules.mk b/keyboards/mechlovin/delphine/rules.mk index ef29542a93..819bce1cd3 100644 --- a/keyboards/mechlovin/delphine/rules.mk +++ b/keyboards/mechlovin/delphine/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = mechlovin/delphine/mono_led | DEFAULT_FOLDER = mechlovin/delphine/mono_led | |
diff --git a/keyboards/mechlovin/hannah65/info.json b/keyboards/mechlovin/hannah65/info.json index 88a3f39719..f9adc72966 100644 --- a/keyboards/mechlovin/hannah65/info.json +++ b/keyboards/mechlovin/hannah65/info.json | |||
| @@ -3,6 +3,15 @@ | |||
| 3 | "pin": "B8", | 3 | "pin": "B8", |
| 4 | "breathing": true | 4 | "breathing": true |
| 5 | }, | 5 | }, |
| 6 | "features": { | ||
| 7 | "backlight": true, | ||
| 8 | "bootmagic": true, | ||
| 9 | "command": true, | ||
| 10 | "console": true, | ||
| 11 | "extrakey": true, | ||
| 12 | "mousekey": true, | ||
| 13 | "nkro": true | ||
| 14 | }, | ||
| 6 | "matrix_pins": { | 15 | "matrix_pins": { |
| 7 | "cols": ["B11", "B10", "B2", "B1", "B0", "A7", "A6", "A0", "C15", "B4", "B5", "B3", "C13", "C14", "A13"], | 16 | "cols": ["B11", "B10", "B2", "B1", "B0", "A7", "A6", "A0", "C15", "B4", "B5", "B3", "C13", "C14", "A13"], |
| 8 | "rows": ["A4", "A5", "A3", "A2", "A1"] | 17 | "rows": ["A4", "A5", "A3", "A2", "A1"] |
diff --git a/keyboards/mechlovin/hannah65/rules.mk b/keyboards/mechlovin/hannah65/rules.mk index e01e6c73da..ae9bc176a4 100644 --- a/keyboards/mechlovin/hannah65/rules.mk +++ b/keyboards/mechlovin/hannah65/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = mechlovin/hannah65/rev1/haus | DEFAULT_FOLDER = mechlovin/hannah65/rev1/haus | |
diff --git a/keyboards/mechlovin/infinity87/rev1/info.json b/keyboards/mechlovin/infinity87/rev1/info.json index dbe7cb83f9..249bbd5cb4 100644 --- a/keyboards/mechlovin/infinity87/rev1/info.json +++ b/keyboards/mechlovin/infinity87/rev1/info.json | |||
| @@ -1,4 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "features": { | ||
| 3 | "backlight": true, | ||
| 4 | "bootmagic": false, | ||
| 5 | "command": false, | ||
| 6 | "console": false, | ||
| 7 | "extrakey": false, | ||
| 8 | "mousekey": false, | ||
| 9 | "nkro": false | ||
| 10 | }, | ||
| 2 | "matrix_pins": { | 11 | "matrix_pins": { |
| 3 | "cols": ["C13", "B9", "B4", "B7", "B8", "B5", "B6", "A9", "A5", "A6", "A7", "B1", "B2", "B10", "B3", "B14", "B15"], | 12 | "cols": ["C13", "B9", "B4", "B7", "B8", "B5", "B6", "A9", "A5", "A6", "A7", "B1", "B2", "B10", "B3", "B14", "B15"], |
| 4 | "rows": ["A10", "B13", "B12", "B11", "C14", "C15"] | 13 | "rows": ["A10", "B13", "B12", "B11", "C14", "C15"] |
diff --git a/keyboards/mechlovin/infinity87/rev1/rules.mk b/keyboards/mechlovin/infinity87/rev1/rules.mk index 53a9137b2f..101153f240 100644 --- a/keyboards/mechlovin/infinity87/rev1/rules.mk +++ b/keyboards/mechlovin/infinity87/rev1/rules.mk | |||
| @@ -1,3 +1 @@ | |||
| 1 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 2 | |||
| 3 | DEFAULT_FOLDER = mechlovin/infinity87/rev1/standard | DEFAULT_FOLDER = mechlovin/infinity87/rev1/standard | |
diff --git a/keyboards/mechlovin/mechlovin9/info.json b/keyboards/mechlovin/mechlovin9/info.json index 41133813ef..a5439f56a9 100644 --- a/keyboards/mechlovin/mechlovin9/info.json +++ b/keyboards/mechlovin/mechlovin9/info.json | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | "manufacturer": "Mechlovin Studio", | 2 | "manufacturer": "Mechlovin Studio", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "Team Mechlovin", | 4 | "maintainer": "Team Mechlovin", |
| 5 | "features": { | ||
| 6 | "bootmagic": true, | ||
| 7 | "command": false, | ||
| 8 | "console": false, | ||
| 9 | "extrakey": true, | ||
| 10 | "mousekey": true, | ||
| 11 | "nkro": false | ||
| 12 | }, | ||
| 5 | "usb": { | 13 | "usb": { |
| 6 | "vid": "0x4D4C" | 14 | "vid": "0x4D4C" |
| 7 | }, | 15 | }, |
diff --git a/keyboards/mechlovin/mechlovin9/rules.mk b/keyboards/mechlovin/mechlovin9/rules.mk index 3c4e38888c..79de7c7d31 100644 --- a/keyboards/mechlovin/mechlovin9/rules.mk +++ b/keyboards/mechlovin/mechlovin9/rules.mk | |||
| @@ -1,13 +1 @@ | |||
| 1 | # Build Options | DEFAULT_FOLDER = mechlovin/mechlovin9/rev1 | |
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | |||
| 13 | DEFAULT_FOLDER = mechlovin/mechlovin9/rev1 \ No newline at end of file | ||
diff --git a/keyboards/mechwild/obe/info.json b/keyboards/mechwild/obe/info.json index 98c70bef08..2baf5422f0 100644 --- a/keyboards/mechwild/obe/info.json +++ b/keyboards/mechwild/obe/info.json | |||
| @@ -8,6 +8,16 @@ | |||
| 8 | "pid": "0x1707", | 8 | "pid": "0x1707", |
| 9 | "device_version": "2.0.1" | 9 | "device_version": "2.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": false, | ||
| 14 | "console": false, | ||
| 15 | "encoder": true, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": false, | ||
| 19 | "rgblight": true | ||
| 20 | }, | ||
| 11 | "matrix_pins": { | 21 | "matrix_pins": { |
| 12 | "cols": ["B10", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1"], | 22 | "cols": ["B10", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1"], |
| 13 | "rows": ["A8", "B15", "B14", "B13", "B12", "A15", "B3"] | 23 | "rows": ["A8", "B15", "B14", "B13", "B12", "A15", "B3"] |
diff --git a/keyboards/mechwild/obe/rules.mk b/keyboards/mechwild/obe/rules.mk index bdcc7d903b..8fb92c3a6b 100644 --- a/keyboards/mechwild/obe/rules.mk +++ b/keyboards/mechwild/obe/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | ENCODER_ENABLE = yes # Encoder Enabled | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = mechwild/obe/f401 | DEFAULT_FOLDER = mechwild/obe/f401 | |
diff --git a/keyboards/mechwild/waka60/info.json b/keyboards/mechwild/waka60/info.json index 0d50b0f261..f7a0300a6a 100644 --- a/keyboards/mechwild/waka60/info.json +++ b/keyboards/mechwild/waka60/info.json | |||
| @@ -29,6 +29,16 @@ | |||
| 29 | "ws2812": { | 29 | "ws2812": { |
| 30 | "pin": "A1" | 30 | "pin": "A1" |
| 31 | }, | 31 | }, |
| 32 | "features": { | ||
| 33 | "bootmagic": true, | ||
| 34 | "command": false, | ||
| 35 | "console": false, | ||
| 36 | "encoder": true, | ||
| 37 | "extrakey": true, | ||
| 38 | "mousekey": true, | ||
| 39 | "nkro": false, | ||
| 40 | "rgblight": true | ||
| 41 | }, | ||
| 32 | "matrix_pins": { | 42 | "matrix_pins": { |
| 33 | "cols": ["B10", "B1", "B0", "A7", "A6", "A5", "A4"], | 43 | "cols": ["B10", "B1", "B0", "A7", "A6", "A5", "A4"], |
| 34 | "rows": ["B8", "B4", "B3", "B9", "A15", "B12", "B13", "B14", "B15", "A8"] | 44 | "rows": ["B8", "B4", "B3", "B9", "A15", "B12", "B13", "B14", "B15", "A8"] |
diff --git a/keyboards/mechwild/waka60/rules.mk b/keyboards/mechwild/waka60/rules.mk index 06e0fbc7c5..d3be506b16 100644 --- a/keyboards/mechwild/waka60/rules.mk +++ b/keyboards/mechwild/waka60/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | ENCODER_ENABLE = yes # Encoder Enabled | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = mechwild/waka60/f401 | DEFAULT_FOLDER = mechwild/waka60/f401 | |
diff --git a/keyboards/peej/tripel/info.json b/keyboards/peej/tripel/info.json index 15980f254a..8e357205f9 100644 --- a/keyboards/peej/tripel/info.json +++ b/keyboards/peej/tripel/info.json | |||
| @@ -8,6 +8,14 @@ | |||
| 8 | "pid": "0x0001", | 8 | "pid": "0x0001", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": false, | ||
| 13 | "command": true, | ||
| 14 | "console": false, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": false, | ||
| 17 | "nkro": true | ||
| 18 | }, | ||
| 11 | "matrix_pins": { | 19 | "matrix_pins": { |
| 12 | "cols": ["B5", "B6", "B2", "B3", "B1", "F7", "F6", "F5"], | 20 | "cols": ["B5", "B6", "B2", "B3", "B1", "F7", "F6", "F5"], |
| 13 | "rows": ["C6", "D4", "D0", "B4", "E6", "D7", "D1", "D2", "D3"] | 21 | "rows": ["C6", "D4", "D0", "B4", "E6", "D7", "D1", "D2", "D3"] |
diff --git a/keyboards/peej/tripel/rules.mk b/keyboards/peej/tripel/rules.mk index 4d1c7e3e33..8d89700456 100644 --- a/keyboards/peej/tripel/rules.mk +++ b/keyboards/peej/tripel/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = peej/tripel/left | DEFAULT_FOLDER = peej/tripel/left | |
diff --git a/keyboards/primekb/meridian/info.json b/keyboards/primekb/meridian/info.json index e5192d6c49..1e62489211 100644 --- a/keyboards/primekb/meridian/info.json +++ b/keyboards/primekb/meridian/info.json | |||
| @@ -8,6 +8,15 @@ | |||
| 8 | "pid": "0x004D", | 8 | "pid": "0x004D", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": true, | ||
| 14 | "console": true, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": true, | ||
| 17 | "nkro": true, | ||
| 18 | "rgblight": true | ||
| 19 | }, | ||
| 11 | "matrix_pins": { | 20 | "matrix_pins": { |
| 12 | "cols": ["B11", "B10", "B2", "B1", "B0", "A7", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"], | 21 | "cols": ["B11", "B10", "B2", "B1", "B0", "A7", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"], |
| 13 | "rows": ["A6", "A5", "A4", "A3", "A2"] | 22 | "rows": ["A6", "A5", "A4", "A3", "A2"] |
diff --git a/keyboards/primekb/meridian/rules.mk b/keyboards/primekb/meridian/rules.mk index 6d34cadbf7..585a04ad28 100644 --- a/keyboards/primekb/meridian/rules.mk +++ b/keyboards/primekb/meridian/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = primekb/meridian/ktr1010 | DEFAULT_FOLDER = primekb/meridian/ktr1010 | |
diff --git a/keyboards/primekb/prime_e/info.json b/keyboards/primekb/prime_e/info.json index dee7a23e02..44b8227fb6 100644 --- a/keyboards/primekb/prime_e/info.json +++ b/keyboards/primekb/prime_e/info.json | |||
| @@ -5,6 +5,14 @@ | |||
| 5 | "usb": { | 5 | "usb": { |
| 6 | "vid": "0x5052" | 6 | "vid": "0x5052" |
| 7 | }, | 7 | }, |
| 8 | "features": { | ||
| 9 | "bootmagic": true, | ||
| 10 | "command": false, | ||
| 11 | "console": false, | ||
| 12 | "extrakey": true, | ||
| 13 | "mousekey": false, | ||
| 14 | "nkro": true | ||
| 15 | }, | ||
| 8 | "matrix_pins": { | 16 | "matrix_pins": { |
| 9 | "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "D6", "D4", "D5", "D3", "D2", "D1", "D0"], | 17 | "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "D6", "D4", "D5", "D3", "D2", "D1", "D0"], |
| 10 | "rows": ["E6", "C7", "B5", "B4"] | 18 | "rows": ["E6", "C7", "B5", "B4"] |
diff --git a/keyboards/primekb/prime_e/rules.mk b/keyboards/primekb/prime_e/rules.mk index 64b21fa0a2..debb966e0d 100644 --- a/keyboards/primekb/prime_e/rules.mk +++ b/keyboards/primekb/prime_e/rules.mk | |||
| @@ -1,12 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | AUDIO_ENABLE = no # Audio output | ||
| 11 | |||
| 12 | DEFAULT_FOLDER = primekb/prime_e/std | DEFAULT_FOLDER = primekb/prime_e/std | |
diff --git a/keyboards/primekb/prime_l/info.json b/keyboards/primekb/prime_l/info.json index 93bb4432e2..52d6713914 100644 --- a/keyboards/primekb/prime_l/info.json +++ b/keyboards/primekb/prime_l/info.json | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | "manufacturer": "PrimeKB", | 2 | "manufacturer": "PrimeKB", |
| 3 | "url": "https://www.primekb.com", | 3 | "url": "https://www.primekb.com", |
| 4 | "maintainer": "MxBlu", | 4 | "maintainer": "MxBlu", |
| 5 | "features": { | ||
| 6 | "bootmagic": false, | ||
| 7 | "command": false, | ||
| 8 | "console": false, | ||
| 9 | "extrakey": true, | ||
| 10 | "mousekey": true, | ||
| 11 | "nkro": true | ||
| 12 | }, | ||
| 5 | "usb": { | 13 | "usb": { |
| 6 | "vid": "0x5052" | 14 | "vid": "0x5052" |
| 7 | }, | 15 | }, |
diff --git a/keyboards/primekb/prime_l/rules.mk b/keyboards/primekb/prime_l/rules.mk index b94eff9116..235bfea925 100644 --- a/keyboards/primekb/prime_l/rules.mk +++ b/keyboards/primekb/prime_l/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = primekb/prime_l/v1 | DEFAULT_FOLDER = primekb/prime_l/v1 | |
diff --git a/keyboards/rmi_kb/tkl_ff/info.json b/keyboards/rmi_kb/tkl_ff/info.json index 739135decf..b09e0e888e 100644 --- a/keyboards/rmi_kb/tkl_ff/info.json +++ b/keyboards/rmi_kb/tkl_ff/info.json | |||
| @@ -7,6 +7,14 @@ | |||
| 7 | "vid": "0xB16B", | 7 | "vid": "0xB16B", |
| 8 | "device_version": "0.0.1" | 8 | "device_version": "0.0.1" |
| 9 | }, | 9 | }, |
| 10 | "features": { | ||
| 11 | "bootmagic": true, | ||
| 12 | "command": false, | ||
| 13 | "console": false, | ||
| 14 | "extrakey": true, | ||
| 15 | "mousekey": true, | ||
| 16 | "nkro": false | ||
| 17 | }, | ||
| 10 | "matrix_pins": { | 18 | "matrix_pins": { |
| 11 | "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D4", "D5", "B0", "B1", "D1"], | 19 | "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D4", "D5", "B0", "B1", "D1"], |
| 12 | "rows": ["B2", "B3", "B7", "D6", "D3", "D2"] | 20 | "rows": ["B2", "B3", "B7", "D6", "D3", "D2"] |
diff --git a/keyboards/rmi_kb/tkl_ff/rules.mk b/keyboards/rmi_kb/tkl_ff/rules.mk index 6e2fbcde2e..c8847cc266 100644 --- a/keyboards/rmi_kb/tkl_ff/rules.mk +++ b/keyboards/rmi_kb/tkl_ff/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = rmi_kb/tkl_ff/v1 | DEFAULT_FOLDER = rmi_kb/tkl_ff/v1 | |
diff --git a/keyboards/smoll/lefty/info.json b/keyboards/smoll/lefty/info.json index c7113e4c26..28fa865888 100644 --- a/keyboards/smoll/lefty/info.json +++ b/keyboards/smoll/lefty/info.json | |||
| @@ -3,6 +3,18 @@ | |||
| 3 | "manufacturer": "SmollChungus", | 3 | "manufacturer": "SmollChungus", |
| 4 | "url": "https://github.com/smollchungus", | 4 | "url": "https://github.com/smollchungus", |
| 5 | "maintainer": "smollchungus", | 5 | "maintainer": "smollchungus", |
| 6 | "build": { | ||
| 7 | "lto": true | ||
| 8 | }, | ||
| 9 | "features": { | ||
| 10 | "bootmagic": true, | ||
| 11 | "command": false, | ||
| 12 | "console": false, | ||
| 13 | "extrakey": true, | ||
| 14 | "mousekey": false, | ||
| 15 | "nkro": false, | ||
| 16 | "oled": true | ||
| 17 | }, | ||
| 6 | "usb": { | 18 | "usb": { |
| 7 | "vid": "0x5363", | 19 | "vid": "0x5363", |
| 8 | "pid": "0x0001", | 20 | "pid": "0x0001", |
diff --git a/keyboards/smoll/lefty/rules.mk b/keyboards/smoll/lefty/rules.mk index d8d08e502c..6bc5abbdc5 100644 --- a/keyboards/smoll/lefty/rules.mk +++ b/keyboards/smoll/lefty/rules.mk | |||
| @@ -1,17 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | LTO_ENABLE = yes | ||
| 14 | |||
| 15 | OLED_ENABLE = yes | ||
| 16 | |||
| 17 | DEFAULT_FOLDER = smoll/lefty/rev2 | DEFAULT_FOLDER = smoll/lefty/rev2 | |
diff --git a/keyboards/takashiski/namecard2x4/info.json b/keyboards/takashiski/namecard2x4/info.json index f94a98fd22..895f3e4c4b 100644 --- a/keyboards/takashiski/namecard2x4/info.json +++ b/keyboards/takashiski/namecard2x4/info.json | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | "manufacturer": "takashiski", | 3 | "manufacturer": "takashiski", |
| 4 | "url": "https://skyhigh-works.hatenablog.com/", | 4 | "url": "https://skyhigh-works.hatenablog.com/", |
| 5 | "maintainer": "takashiski", | 5 | "maintainer": "takashiski", |
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "command": true, | ||
| 9 | "console": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": true, | ||
| 12 | "nkro": false | ||
| 13 | }, | ||
| 6 | "usb": { | 14 | "usb": { |
| 7 | "vid": "0xFEED", | 15 | "vid": "0xFEED", |
| 8 | "pid": "0x0000", | 16 | "pid": "0x0000", |
diff --git a/keyboards/takashiski/namecard2x4/rules.mk b/keyboards/takashiski/namecard2x4/rules.mk index dbe601b71f..f93cfc823d 100644 --- a/keyboards/takashiski/namecard2x4/rules.mk +++ b/keyboards/takashiski/namecard2x4/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | |||
| 13 | #RGBLIGHT_ENABLE = yes # uncomment if you want addressable led strips | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = takashiski/namecard2x4/rev2 | DEFAULT_FOLDER = takashiski/namecard2x4/rev2 | |
diff --git a/keyboards/vertex/arc60/info.json b/keyboards/vertex/arc60/info.json index 7f9f5fdb3c..c6e9f6500a 100644 --- a/keyboards/vertex/arc60/info.json +++ b/keyboards/vertex/arc60/info.json | |||
| @@ -9,6 +9,15 @@ | |||
| 9 | "device_version": "0.0.1", | 9 | "device_version": "0.0.1", |
| 10 | "force_nkro": true | 10 | "force_nkro": true |
| 11 | }, | 11 | }, |
| 12 | "features": { | ||
| 13 | "bootmagic": false, | ||
| 14 | "command": true, | ||
| 15 | "console": true, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": true, | ||
| 19 | "rgblight": true | ||
| 20 | }, | ||
| 12 | "matrix_pins": { | 21 | "matrix_pins": { |
| 13 | "cols": ["B9", "B8", "B7", "B6", "B5", "B4", "B3", "B11", "A15", "A10", "A9", "B14", "B13", "B12", "A5"], | 22 | "cols": ["B9", "B8", "B7", "B6", "B5", "B4", "B3", "B11", "A15", "A10", "A9", "B14", "B13", "B12", "A5"], |
| 14 | "rows": ["B10", "B1", "B0", "A7", "A6"] | 23 | "rows": ["B10", "B1", "B0", "A7", "A6"] |
diff --git a/keyboards/vertex/arc60/rules.mk b/keyboards/vertex/arc60/rules.mk index 0c92de1918..dd76c3f2ce 100644 --- a/keyboards/vertex/arc60/rules.mk +++ b/keyboards/vertex/arc60/rules.mk | |||
| @@ -1,19 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | SLEEP_LED_ENABLE = no | ||
| 14 | |||
| 15 | |||
| 16 | DEFAULT_FOLDER = vertex/arc60 | DEFAULT_FOLDER = vertex/arc60 | |
| 17 | |||
| 18 | |||
| 19 | |||
diff --git a/keyboards/vitamins_included/info.json b/keyboards/vitamins_included/info.json index 8199aca23a..60907cdba3 100644 --- a/keyboards/vitamins_included/info.json +++ b/keyboards/vitamins_included/info.json | |||
| @@ -3,6 +3,19 @@ | |||
| 3 | "manufacturer": "Duckle29", | 3 | "manufacturer": "Duckle29", |
| 4 | "url": "", | 4 | "url": "", |
| 5 | "maintainer": "Duckle29", | 5 | "maintainer": "Duckle29", |
| 6 | "build": { | ||
| 7 | "lto": true | ||
| 8 | }, | ||
| 9 | "features": { | ||
| 10 | "audio": true, | ||
| 11 | "bootmagic": false, | ||
| 12 | "command": false, | ||
| 13 | "console": false, | ||
| 14 | "extrakey": true, | ||
| 15 | "mousekey": false, | ||
| 16 | "nkro": true, | ||
| 17 | "rgblight": true | ||
| 18 | }, | ||
| 6 | "usb": { | 19 | "usb": { |
| 7 | "vid": "0x1209", | 20 | "vid": "0x1209", |
| 8 | "pid": "0xBEE5" | 21 | "pid": "0xBEE5" |
diff --git a/keyboards/vitamins_included/rules.mk b/keyboards/vitamins_included/rules.mk index 3ca1a5cf70..e3452d41db 100644 --- a/keyboards/vitamins_included/rules.mk +++ b/keyboards/vitamins_included/rules.mk | |||
| @@ -1,17 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | AUDIO_ENABLE = yes # Audio output | ||
| 5 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 7 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 8 | CONSOLE_ENABLE = no # Console for debug | ||
| 9 | DEBUG_ENABLE = no # Enable more debug info | ||
| 10 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 12 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 13 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = vitamins_included/rev2 | DEFAULT_FOLDER = vitamins_included/rev2 | |
| 16 | |||
| 17 | LTO_ENABLE = yes | ||
diff --git a/keyboards/ymdk/yd60mq/info.json b/keyboards/ymdk/yd60mq/info.json index 1501113646..a1c4bc8f76 100644 --- a/keyboards/ymdk/yd60mq/info.json +++ b/keyboards/ymdk/yd60mq/info.json | |||
| @@ -7,6 +7,16 @@ | |||
| 7 | "vid": "0x594D", | 7 | "vid": "0x594D", |
| 8 | "pid": "0x604D" | 8 | "pid": "0x604D" |
| 9 | }, | 9 | }, |
| 10 | "features": { | ||
| 11 | "backlight": true, | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": false, | ||
| 14 | "console": false, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": true, | ||
| 17 | "nkro": true, | ||
| 18 | "rgblight": true | ||
| 19 | }, | ||
| 10 | "matrix_pins": { | 20 | "matrix_pins": { |
| 11 | "cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "F7", "B5", "B4", "D7", "D6", "B3", "B2"], | 21 | "cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "F7", "B5", "B4", "D7", "D6", "B3", "B2"], |
| 12 | "rows": ["D0", "D1", "D2", "D3", "D5"] | 22 | "rows": ["D0", "D1", "D2", "D3", "D5"] |
diff --git a/keyboards/ymdk/yd60mq/rules.mk b/keyboards/ymdk/yd60mq/rules.mk index 119cc37130..c37722c8bb 100644 --- a/keyboards/ymdk/yd60mq/rules.mk +++ b/keyboards/ymdk/yd60mq/rules.mk | |||
| @@ -1,14 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = ymdk/yd60mq/12led | DEFAULT_FOLDER = ymdk/yd60mq/12led | |
