diff options
36 files changed, 156 insertions, 261 deletions
diff --git a/keyboards/malevolti/lyra/rev1/info.json b/keyboards/malevolti/lyra/rev1/keyboard.json index 6bbf3477dc..4c88b71692 100644 --- a/keyboards/malevolti/lyra/rev1/info.json +++ b/keyboards/malevolti/lyra/rev1/keyboard.json | |||
| @@ -22,6 +22,14 @@ | |||
| 22 | }, | 22 | }, |
| 23 | "processor": "atmega32u4", | 23 | "processor": "atmega32u4", |
| 24 | "bootloader": "caterina", | 24 | "bootloader": "caterina", |
| 25 | "features": { | ||
| 26 | "bootmagic": true, | ||
| 27 | "mousekey": true, | ||
| 28 | "extrakey": true | ||
| 29 | }, | ||
| 30 | "build": { | ||
| 31 | "lto": true | ||
| 32 | }, | ||
| 25 | "layouts": { | 33 | "layouts": { |
| 26 | "LAYOUT": { | 34 | "LAYOUT": { |
| 27 | "layout": [ | 35 | "layout": [ |
diff --git a/keyboards/malevolti/lyra/rev1/rules.mk b/keyboards/malevolti/lyra/rev1/rules.mk deleted file mode 100644 index c2c363d51c..0000000000 --- a/keyboards/malevolti/lyra/rev1/rules.mk +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 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 | LTO_ENABLE = yes | ||
diff --git a/keyboards/maple_computing/christmas_tree/info.json b/keyboards/maple_computing/christmas_tree/info.json deleted file mode 100644 index ced352ccaa..0000000000 --- a/keyboards/maple_computing/christmas_tree/info.json +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Christmas Tree", | ||
| 3 | "manufacturer": "Maple Computing", | ||
| 4 | "url": "https://www.reddit.com/r/MechanicalKeyboards/comments/7cqxpf/gb_christmas_tree_pcb_gb_now_live/", | ||
| 5 | "maintainer": "That-Canadian", | ||
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x3070" | ||
| 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 | }, | ||
| 19 | "matrix_pins": { | ||
| 20 | "cols": ["D1"], | ||
| 21 | "rows": ["D3", "F4", "D0", "F6", "F5", "D4"] | ||
| 22 | }, | ||
| 23 | "diode_direction": "COL2ROW", | ||
| 24 | "backlight": { | ||
| 25 | "driver": "timer", | ||
| 26 | "pin": "D2" | ||
| 27 | }, | ||
| 28 | "processor": "atmega32u4", | ||
| 29 | "bootloader": "caterina", | ||
| 30 | "layouts": { | ||
| 31 | "LAYOUT": { | ||
| 32 | "layout": [ | ||
| 33 | {"matrix": [0, 0], "x": 1, "y": 0}, | ||
| 34 | |||
| 35 | {"matrix": [1, 0], "x": 0.5, "y": 1}, | ||
| 36 | {"matrix": [2, 0], "x": 1.5, "y": 1}, | ||
| 37 | |||
| 38 | {"matrix": [3, 0], "x": 0, "y": 2}, | ||
| 39 | {"matrix": [4, 0], "x": 1, "y": 2}, | ||
| 40 | {"matrix": [5, 0], "x": 2, "y": 2} | ||
| 41 | ] | ||
| 42 | } | ||
| 43 | } | ||
| 44 | } | ||
diff --git a/keyboards/maple_computing/christmas_tree/v2017/info.json b/keyboards/maple_computing/christmas_tree/v2017/info.json deleted file mode 100644 index 6d00c2519f..0000000000 --- a/keyboards/maple_computing/christmas_tree/v2017/info.json +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | { | ||
| 2 | "usb": { | ||
| 3 | "device_version": "20.1.7" | ||
| 4 | } | ||
| 5 | } | ||
diff --git a/keyboards/maple_computing/christmas_tree/v2017/keyboard.json b/keyboards/maple_computing/christmas_tree/v2017/keyboard.json new file mode 100644 index 0000000000..dd54b78f5d --- /dev/null +++ b/keyboards/maple_computing/christmas_tree/v2017/keyboard.json | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Christmas Tree", | ||
| 3 | "manufacturer": "Maple Computing", | ||
| 4 | "url": "https://www.reddit.com/r/MechanicalKeyboards/comments/7cqxpf/gb_christmas_tree_pcb_gb_now_live/", | ||
| 5 | "maintainer": "That-Canadian", | ||
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x3070", | ||
| 9 | "device_version": "20.1.7" | ||
| 10 | }, | ||
| 11 | "processor": "atmega32u4", | ||
| 12 | "bootloader": "caterina", | ||
| 13 | "features": { | ||
| 14 | "backlight": true, | ||
| 15 | "bootmagic": false, | ||
| 16 | "command": false, | ||
| 17 | "console": true, | ||
| 18 | "extrakey": true, | ||
| 19 | "mousekey": false, | ||
| 20 | "nkro": false | ||
| 21 | }, | ||
| 22 | "matrix_pins": { | ||
| 23 | "cols": ["D1"], | ||
| 24 | "rows": ["D3", "F4", "D0", "F6", "F5", "D4"] | ||
| 25 | }, | ||
| 26 | "diode_direction": "COL2ROW", | ||
| 27 | "backlight": { | ||
| 28 | "driver": "timer", | ||
| 29 | "pin": "D2" | ||
| 30 | }, | ||
| 31 | "layouts": { | ||
| 32 | "LAYOUT": { | ||
| 33 | "layout": [ | ||
| 34 | {"matrix": [ 0, 0 ], "x": 1, "y": 0}, | ||
| 35 | |||
| 36 | {"matrix": [ 1, 0 ], "x": 0.5, "y": 1}, | ||
| 37 | {"matrix": [ 2, 0 ], "x": 1.5, "y": 1}, | ||
| 38 | |||
| 39 | {"matrix": [ 3, 0 ], "x": 0, "y": 2}, | ||
| 40 | {"matrix": [ 4, 0 ], "x": 1, "y": 2}, | ||
| 41 | {"matrix": [ 5, 0 ], "x": 2, "y": 2} | ||
| 42 | ] | ||
| 43 | } | ||
| 44 | } | ||
| 45 | } | ||
diff --git a/keyboards/maple_computing/christmas_tree/v2017/rules.mk b/keyboards/maple_computing/christmas_tree/v2017/rules.mk deleted file mode 100644 index 184a1f2247..0000000000 --- a/keyboards/maple_computing/christmas_tree/v2017/rules.mk +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 2 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 3 | AUDIO_ENABLE = no # Audio output \ No newline at end of file | ||
diff --git a/keyboards/maple_computing/ivy/rev1/keyboard.json b/keyboards/maple_computing/ivy/rev1/keyboard.json index de89abee75..a4c5cdcce3 100644 --- a/keyboards/maple_computing/ivy/rev1/keyboard.json +++ b/keyboards/maple_computing/ivy/rev1/keyboard.json | |||
| @@ -19,6 +19,12 @@ | |||
| 19 | }, | 19 | }, |
| 20 | "processor": "atmega32u4", | 20 | "processor": "atmega32u4", |
| 21 | "bootloader": "caterina", | 21 | "bootloader": "caterina", |
| 22 | "features": { | ||
| 23 | "bootmagic": false, | ||
| 24 | "mousekey": false, | ||
| 25 | "extrakey": true, | ||
| 26 | "backlight": true | ||
| 27 | }, | ||
| 22 | "layouts": { | 28 | "layouts": { |
| 23 | "LAYOUT": { | 29 | "LAYOUT": { |
| 24 | "layout": [ | 30 | "layout": [ |
diff --git a/keyboards/maple_computing/ivy/rules.mk b/keyboards/maple_computing/ivy/rules.mk index 49af313aeb..2665d44abd 100644 --- a/keyboards/maple_computing/ivy/rules.mk +++ b/keyboards/maple_computing/ivy/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 = 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/ivy/rev1 | DEFAULT_FOLDER = maple_computing/ivy/rev1 | |
diff --git a/keyboards/maple_computing/jnao/info.json b/keyboards/maple_computing/jnao/info.json index 73ddf107ec..861baa95b9 100644 --- a/keyboards/maple_computing/jnao/info.json +++ b/keyboards/maple_computing/jnao/info.json | |||
| @@ -19,6 +19,14 @@ | |||
| 19 | }, | 19 | }, |
| 20 | "processor": "atmega32u4", | 20 | "processor": "atmega32u4", |
| 21 | "bootloader": "atmel-dfu", | 21 | "bootloader": "atmel-dfu", |
| 22 | "features": { | ||
| 23 | "bootmagic": false, | ||
| 24 | "mousekey": false, | ||
| 25 | "extrakey": true, | ||
| 26 | "console": true, | ||
| 27 | "command": true, | ||
| 28 | "backlight": true | ||
| 29 | }, | ||
| 22 | "community_layouts": ["ortho_5x12", "ortho_4x12"], | 30 | "community_layouts": ["ortho_5x12", "ortho_4x12"], |
| 23 | "layouts": { | 31 | "layouts": { |
| 24 | "LAYOUT_ortho_5x12": { | 32 | "LAYOUT_ortho_5x12": { |
diff --git a/keyboards/maple_computing/jnao/rules.mk b/keyboards/maple_computing/jnao/rules.mk index a18e35e796..09057bea54 100644 --- a/keyboards/maple_computing/jnao/rules.mk +++ b/keyboards/maple_computing/jnao/rules.mk | |||
| @@ -1,16 +1,3 @@ | |||
| 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 = yes # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | # Disable unsupported hardware | 1 | # Disable unsupported hardware |
| 15 | RGBLIGHT_SUPPORTED = no | 2 | RGBLIGHT_SUPPORTED = no |
| 16 | AUDIO_SUPPORTED = no | 3 | AUDIO_SUPPORTED = no |
diff --git a/keyboards/maple_computing/launchpad/rev1/keyboard.json b/keyboards/maple_computing/launchpad/rev1/keyboard.json index a846dd83f5..7308c49670 100644 --- a/keyboards/maple_computing/launchpad/rev1/keyboard.json +++ b/keyboards/maple_computing/launchpad/rev1/keyboard.json | |||
| @@ -33,6 +33,12 @@ | |||
| 33 | "diode_direction": "COL2ROW", | 33 | "diode_direction": "COL2ROW", |
| 34 | "processor": "atmega32u4", | 34 | "processor": "atmega32u4", |
| 35 | "bootloader": "caterina", | 35 | "bootloader": "caterina", |
| 36 | "features": { | ||
| 37 | "bootmagic": false, | ||
| 38 | "mousekey": false, | ||
| 39 | "extrakey": true, | ||
| 40 | "nkro": true | ||
| 41 | }, | ||
| 36 | "layouts": { | 42 | "layouts": { |
| 37 | "LAYOUT": { | 43 | "LAYOUT": { |
| 38 | "layout": [ | 44 | "layout": [ |
diff --git a/keyboards/maple_computing/launchpad/rules.mk b/keyboards/maple_computing/launchpad/rules.mk index 42b694f918..8c35a608a6 100644 --- a/keyboards/maple_computing/launchpad/rules.mk +++ b/keyboards/maple_computing/launchpad/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 = no # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = maple_computing/launchpad/rev1 | DEFAULT_FOLDER = maple_computing/launchpad/rev1 | |
diff --git a/keyboards/maple_computing/lets_split_eh/eh/info.json b/keyboards/maple_computing/lets_split_eh/eh/info.json index 6b680418df..f40b15098f 100644 --- a/keyboards/maple_computing/lets_split_eh/eh/info.json +++ b/keyboards/maple_computing/lets_split_eh/eh/info.json | |||
| @@ -41,6 +41,14 @@ | |||
| 41 | }, | 41 | }, |
| 42 | "processor": "atmega32u4", | 42 | "processor": "atmega32u4", |
| 43 | "bootloader": "atmel-dfu", | 43 | "bootloader": "atmel-dfu", |
| 44 | "features": { | ||
| 45 | "bootmagic": false, | ||
| 46 | "mousekey": false, | ||
| 47 | "extrakey": true, | ||
| 48 | "nkro": true, | ||
| 49 | "backlight": true, | ||
| 50 | "rgblight": true | ||
| 51 | }, | ||
| 44 | "community_layouts": ["ortho_4x12"], | 52 | "community_layouts": ["ortho_4x12"], |
| 45 | "layout_aliases": { | 53 | "layout_aliases": { |
| 46 | "LAYOUT": "LAYOUT_ortho_4x12" | 54 | "LAYOUT": "LAYOUT_ortho_4x12" |
diff --git a/keyboards/maple_computing/lets_split_eh/eh/rules.mk b/keyboards/maple_computing/lets_split_eh/eh/rules.mk index 0c7e1cb04e..271780b75e 100644 --- a/keyboards/maple_computing/lets_split_eh/eh/rules.mk +++ b/keyboards/maple_computing/lets_split_eh/eh/rules.mk | |||
| @@ -1,5 +1,2 @@ | |||
| 1 | BACKLIGHT_ENABLE = yes | ||
| 2 | RGBLIGHT_ENABLE = yes | ||
| 3 | |||
| 4 | # Disable unsupported hardware | 1 | # Disable unsupported hardware |
| 5 | AUDIO_SUPPORTED = no | 2 | AUDIO_SUPPORTED = no |
diff --git a/keyboards/maple_computing/lets_split_eh/rules.mk b/keyboards/maple_computing/lets_split_eh/rules.mk index 8e8d4c13b6..9bae45fde8 100644 --- a/keyboards/maple_computing/lets_split_eh/rules.mk +++ b/keyboards/maple_computing/lets_split_eh/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 = no # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = maple_computing/lets_split_eh/eh | DEFAULT_FOLDER = maple_computing/lets_split_eh/eh | |
diff --git a/keyboards/maple_computing/minidox/rev1/info.json b/keyboards/maple_computing/minidox/rev1/keyboard.json index 6f3a0dd1fc..e7f1e027ae 100644 --- a/keyboards/maple_computing/minidox/rev1/info.json +++ b/keyboards/maple_computing/minidox/rev1/keyboard.json | |||
| @@ -19,6 +19,12 @@ | |||
| 19 | }, | 19 | }, |
| 20 | "processor": "atmega32u4", | 20 | "processor": "atmega32u4", |
| 21 | "bootloader": "caterina", | 21 | "bootloader": "caterina", |
| 22 | "features": { | ||
| 23 | "bootmagic": false, | ||
| 24 | "mousekey": true, | ||
| 25 | "extrakey": true, | ||
| 26 | "command": true | ||
| 27 | }, | ||
| 22 | "community_layouts": ["split_3x5_3"], | 28 | "community_layouts": ["split_3x5_3"], |
| 23 | "layout_aliases": { | 29 | "layout_aliases": { |
| 24 | "LAYOUT": "LAYOUT_split_3x5_3" | 30 | "LAYOUT": "LAYOUT_split_3x5_3" |
diff --git a/keyboards/maple_computing/minidox/rev1/rules.mk b/keyboards/maple_computing/minidox/rev1/rules.mk deleted file mode 100644 index 7b30c0beff..0000000000 --- a/keyboards/maple_computing/minidox/rev1/rules.mk +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | BACKLIGHT_ENABLE = no | ||
diff --git a/keyboards/maple_computing/minidox/rules.mk b/keyboards/maple_computing/minidox/rules.mk index 64efe31512..d5a7f49e40 100644 --- a/keyboards/maple_computing/minidox/rules.mk +++ b/keyboards/maple_computing/minidox/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 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
| 14 | DEFAULT_FOLDER = maple_computing/minidox/rev1 | DEFAULT_FOLDER = maple_computing/minidox/rev1 | |
diff --git a/keyboards/marksard/rhymestone/rev1/keyboard.json b/keyboards/marksard/rhymestone/rev1/keyboard.json index 31eb063c03..86af26b072 100644 --- a/keyboards/marksard/rhymestone/rev1/keyboard.json +++ b/keyboards/marksard/rhymestone/rev1/keyboard.json | |||
| @@ -44,6 +44,12 @@ | |||
| 44 | }, | 44 | }, |
| 45 | "processor": "atmega32u4", | 45 | "processor": "atmega32u4", |
| 46 | "bootloader": "caterina", | 46 | "bootloader": "caterina", |
| 47 | "features": { | ||
| 48 | "bootmagic": false, | ||
| 49 | "mousekey": false, | ||
| 50 | "extrakey": false, | ||
| 51 | "nkro": true | ||
| 52 | }, | ||
| 47 | "community_layouts": ["ortho_4x10"], | 53 | "community_layouts": ["ortho_4x10"], |
| 48 | "layouts": { | 54 | "layouts": { |
| 49 | "LAYOUT_ortho_4x10": { | 55 | "LAYOUT_ortho_4x10": { |
diff --git a/keyboards/marksard/rhymestone/rules.mk b/keyboards/marksard/rhymestone/rules.mk index 477a0a7da7..1833888708 100644 --- a/keyboards/marksard/rhymestone/rules.mk +++ b/keyboards/marksard/rhymestone/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 = 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 = no | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = marksard/rhymestone/rev1 | DEFAULT_FOLDER = marksard/rhymestone/rev1 | |
diff --git a/keyboards/marksard/treadstone48/rev1/keyboard.json b/keyboards/marksard/treadstone48/rev1/keyboard.json index 07ad96140d..f8da65b7b5 100644 --- a/keyboards/marksard/treadstone48/rev1/keyboard.json +++ b/keyboards/marksard/treadstone48/rev1/keyboard.json | |||
| @@ -34,6 +34,13 @@ | |||
| 34 | }, | 34 | }, |
| 35 | "processor": "atmega32u4", | 35 | "processor": "atmega32u4", |
| 36 | "bootloader": "caterina", | 36 | "bootloader": "caterina", |
| 37 | "features": { | ||
| 38 | "bootmagic": false, | ||
| 39 | "mousekey": true, | ||
| 40 | "extrakey": false, | ||
| 41 | "rgblight": true, | ||
| 42 | "oled": true | ||
| 43 | }, | ||
| 37 | "layouts": { | 44 | "layouts": { |
| 38 | "LAYOUT_base": { | 45 | "LAYOUT_base": { |
| 39 | "layout": [ | 46 | "layout": [ |
diff --git a/keyboards/marksard/treadstone48/rev2/info.json b/keyboards/marksard/treadstone48/rev2/info.json index 59af38e55d..56346d080a 100644 --- a/keyboards/marksard/treadstone48/rev2/info.json +++ b/keyboards/marksard/treadstone48/rev2/info.json | |||
| @@ -31,6 +31,13 @@ | |||
| 31 | "diode_direction": "COL2ROW", | 31 | "diode_direction": "COL2ROW", |
| 32 | "processor": "atmega32u4", | 32 | "processor": "atmega32u4", |
| 33 | "bootloader": "caterina", | 33 | "bootloader": "caterina", |
| 34 | "features": { | ||
| 35 | "bootmagic": false, | ||
| 36 | "mousekey": true, | ||
| 37 | "extrakey": false, | ||
| 38 | "rgblight": true, | ||
| 39 | "oled": true | ||
| 40 | }, | ||
| 34 | "layout_aliases": { | 41 | "layout_aliases": { |
| 35 | "LAYOUT_full": "LAYOUT_base" | 42 | "LAYOUT_full": "LAYOUT_base" |
| 36 | }, | 43 | }, |
diff --git a/keyboards/marksard/treadstone48/rev2/rules.mk b/keyboards/marksard/treadstone48/rev2/rules.mk index 3bbd261429..e69de29bb2 100644 --- a/keyboards/marksard/treadstone48/rev2/rules.mk +++ b/keyboards/marksard/treadstone48/rev2/rules.mk | |||
| @@ -1 +0,0 @@ | |||
| 1 | # File intentionally blank | ||
diff --git a/keyboards/marksard/treadstone48/rules.mk b/keyboards/marksard/treadstone48/rules.mk index dddb6f0729..23865d27e6 100644 --- a/keyboards/marksard/treadstone48/rules.mk +++ b/keyboards/marksard/treadstone48/rules.mk | |||
| @@ -1,17 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
| 6 | CONSOLE_ENABLE = no # Console for debug | ||
| 7 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 8 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 9 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 10 | AUDIO_ENABLE = no # Audio output | ||
| 11 | |||
| 12 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 13 | |||
| 14 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 15 | OLED_ENABLE = yes | ||
| 16 | |||
| 17 | DEFAULT_FOLDER = marksard/treadstone48/rev1 | DEFAULT_FOLDER = marksard/treadstone48/rev1 | |
diff --git a/keyboards/massdrop/alt/info.json b/keyboards/massdrop/alt/info.json index 90de8c6904..7598a43b7d 100644 --- a/keyboards/massdrop/alt/info.json +++ b/keyboards/massdrop/alt/info.json | |||
| @@ -17,6 +17,13 @@ | |||
| 17 | }, | 17 | }, |
| 18 | "diode_direction": "COL2ROW", | 18 | "diode_direction": "COL2ROW", |
| 19 | "community_layouts": ["65_ansi_blocker"], | 19 | "community_layouts": ["65_ansi_blocker"], |
| 20 | "features": { | ||
| 21 | "bootmagic": false, | ||
| 22 | "mousekey": false, | ||
| 23 | "extrakey": true, | ||
| 24 | "nkro": true, | ||
| 25 | "rgb_matrix": true | ||
| 26 | }, | ||
| 20 | "layout_aliases": { | 27 | "layout_aliases": { |
| 21 | "LAYOUT": "LAYOUT_65_ansi_blocker" | 28 | "LAYOUT": "LAYOUT_65_ansi_blocker" |
| 22 | }, | 29 | }, |
diff --git a/keyboards/massdrop/alt/rules.mk b/keyboards/massdrop/alt/rules.mk index 765e92b916..869853e858 100644 --- a/keyboards/massdrop/alt/rules.mk +++ b/keyboards/massdrop/alt/rules.mk | |||
| @@ -7,21 +7,3 @@ MCU = cortex-m4 | |||
| 7 | 7 | ||
| 8 | # Bootloader selection | 8 | # Bootloader selection |
| 9 | BOOTLOADER = md-boot | 9 | BOOTLOADER = md-boot |
| 10 | |||
| 11 | # Build Options | ||
| 12 | # change yes to no to disable | ||
| 13 | # | ||
| 14 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 15 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 17 | CONSOLE_ENABLE = no # Console for debug | ||
| 18 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 19 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 21 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
| 23 | VIRTSER_ENABLE = no # USB Serial Driver | ||
| 24 | AUTO_SHIFT_ENABLE = no # Auto Shift | ||
| 25 | |||
| 26 | # Custom RGB matrix handling | ||
| 27 | RGB_MATRIX_ENABLE = yes | ||
diff --git a/keyboards/massdrop/ctrl/info.json b/keyboards/massdrop/ctrl/info.json index e030881ca8..d3488ebd6b 100644 --- a/keyboards/massdrop/ctrl/info.json +++ b/keyboards/massdrop/ctrl/info.json | |||
| @@ -16,6 +16,13 @@ | |||
| 16 | "rows": ["B04", "B05", "B06", "B07", "B08", "B09", "A10", "A11", "B10", "B11", "B12"] | 16 | "rows": ["B04", "B05", "B06", "B07", "B08", "B09", "A10", "A11", "B10", "B11", "B12"] |
| 17 | }, | 17 | }, |
| 18 | "diode_direction": "COL2ROW", | 18 | "diode_direction": "COL2ROW", |
| 19 | "features": { | ||
| 20 | "bootmagic": false, | ||
| 21 | "mousekey": false, | ||
| 22 | "extrakey": true, | ||
| 23 | "nkro": true, | ||
| 24 | "rgb_matrix": true | ||
| 25 | }, | ||
| 19 | "layouts": { | 26 | "layouts": { |
| 20 | "LAYOUT": { | 27 | "LAYOUT": { |
| 21 | "layout": [ | 28 | "layout": [ |
diff --git a/keyboards/massdrop/ctrl/rules.mk b/keyboards/massdrop/ctrl/rules.mk index 765e92b916..869853e858 100644 --- a/keyboards/massdrop/ctrl/rules.mk +++ b/keyboards/massdrop/ctrl/rules.mk | |||
| @@ -7,21 +7,3 @@ MCU = cortex-m4 | |||
| 7 | 7 | ||
| 8 | # Bootloader selection | 8 | # Bootloader selection |
| 9 | BOOTLOADER = md-boot | 9 | BOOTLOADER = md-boot |
| 10 | |||
| 11 | # Build Options | ||
| 12 | # change yes to no to disable | ||
| 13 | # | ||
| 14 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 15 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 17 | CONSOLE_ENABLE = no # Console for debug | ||
| 18 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 19 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 21 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
| 23 | VIRTSER_ENABLE = no # USB Serial Driver | ||
| 24 | AUTO_SHIFT_ENABLE = no # Auto Shift | ||
| 25 | |||
| 26 | # Custom RGB matrix handling | ||
| 27 | RGB_MATRIX_ENABLE = yes | ||
diff --git a/keyboards/matrix/abelx/info.json b/keyboards/matrix/abelx/info.json index b9aa23b756..d62ddf53e2 100644 --- a/keyboards/matrix/abelx/info.json +++ b/keyboards/matrix/abelx/info.json | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | "usb": { | 6 | "usb": { |
| 7 | "vid": "0x4D58", | 7 | "vid": "0x4D58", |
| 8 | "pid": "0xAB87", | 8 | "pid": "0xAB87", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1", |
| 10 | "no_startup_check": true | ||
| 10 | }, | 11 | }, |
| 11 | "rgblight": { | 12 | "rgblight": { |
| 12 | "led_count": 9, | 13 | "led_count": 9, |
| @@ -27,6 +28,12 @@ | |||
| 27 | "ws2812": { | 28 | "ws2812": { |
| 28 | "pin": "B4" | 29 | "pin": "B4" |
| 29 | }, | 30 | }, |
| 31 | "features": { | ||
| 32 | "bootmagic": true, | ||
| 33 | "mousekey": true, | ||
| 34 | "extrakey": true, | ||
| 35 | "rgblight": true | ||
| 36 | }, | ||
| 30 | "layouts": { | 37 | "layouts": { |
| 31 | "LAYOUT_tkl_ansi": { | 38 | "LAYOUT_tkl_ansi": { |
| 32 | "layout": [ | 39 | "layout": [ |
diff --git a/keyboards/matrix/abelx/rules.mk b/keyboards/matrix/abelx/rules.mk index 83142dd71c..00a63f4a27 100644 --- a/keyboards/matrix/abelx/rules.mk +++ b/keyboards/matrix/abelx/rules.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ## chip/board settings | 1 | # |
| 2 | # - the next two should match the directories in | 2 | # - the next two should match the directories in |
| 3 | # <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES) | 3 | # <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES) |
| 4 | MCU_FAMILY = STM32 | 4 | MCU_FAMILY = STM32 |
| @@ -28,20 +28,6 @@ USE_FPU = yes | |||
| 28 | # Bootloader selection | 28 | # Bootloader selection |
| 29 | BOOTLOADER = custom | 29 | BOOTLOADER = custom |
| 30 | 30 | ||
| 31 | # Build Options | ||
| 32 | # change yes to no to disable | ||
| 33 | # | ||
| 34 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 35 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 36 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 37 | CONSOLE_ENABLE = no # Console for debug | ||
| 38 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 39 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 40 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 41 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 42 | AUDIO_ENABLE = no # Audio output | ||
| 43 | NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in | ||
| 44 | |||
| 45 | CUSTOM_MATRIX = lite | 31 | CUSTOM_MATRIX = lite |
| 46 | # project specific files | 32 | # project specific files |
| 47 | SRC += matrix.c tca6424.c aw9523b.c | 33 | SRC += matrix.c tca6424.c aw9523b.c |
diff --git a/keyboards/matrix/m12og/rev1/info.json b/keyboards/matrix/m12og/rev1/info.json index 38a9de45ac..d5ee589cc1 100644 --- a/keyboards/matrix/m12og/rev1/info.json +++ b/keyboards/matrix/m12og/rev1/info.json | |||
| @@ -31,6 +31,15 @@ | |||
| 31 | "ws2812": { | 31 | "ws2812": { |
| 32 | "pin": "B8" | 32 | "pin": "B8" |
| 33 | }, | 33 | }, |
| 34 | "features": { | ||
| 35 | "bootmagic": false, | ||
| 36 | "mousekey": false, | ||
| 37 | "extrakey": true, | ||
| 38 | "rgblight": true | ||
| 39 | }, | ||
| 40 | "build": { | ||
| 41 | "lto": true | ||
| 42 | }, | ||
| 34 | "layout_aliases": { | 43 | "layout_aliases": { |
| 35 | "LAYOUT_all": "LAYOUT_tkl_ansi_tsangan" | 44 | "LAYOUT_all": "LAYOUT_tkl_ansi_tsangan" |
| 36 | }, | 45 | }, |
diff --git a/keyboards/matrix/m12og/rev1/rules.mk b/keyboards/matrix/m12og/rev1/rules.mk index 136d07cbaa..bc406d1cba 100644 --- a/keyboards/matrix/m12og/rev1/rules.mk +++ b/keyboards/matrix/m12og/rev1/rules.mk | |||
| @@ -8,19 +8,5 @@ BOARD = m12og_v1 | |||
| 8 | # Bootloader selection | 8 | # Bootloader selection |
| 9 | BOOTLOADER = custom | 9 | BOOTLOADER = custom |
| 10 | 10 | ||
| 11 | # Build Options | ||
| 12 | # change yes to no to disable | ||
| 13 | # | ||
| 14 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 15 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 17 | CONSOLE_ENABLE = no # Console for debug | ||
| 18 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 19 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 21 | RGBLIGHT_ENABLE = yes # HAS TO BE ON! Otherwise the custom matrix doesn't work | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
| 23 | LTO_ENABLE = yes | ||
| 24 | |||
| 25 | CUSTOM_MATRIX = lite | 11 | CUSTOM_MATRIX = lite |
| 26 | SRC += matrix.c | 12 | SRC += matrix.c |
diff --git a/keyboards/matrix/m20add/info.json b/keyboards/matrix/m20add/info.json index 6e1a1c493f..5a999bb484 100644 --- a/keyboards/matrix/m20add/info.json +++ b/keyboards/matrix/m20add/info.json | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | "usb": { | 6 | "usb": { |
| 7 | "vid": "0x4D58", | 7 | "vid": "0x4D58", |
| 8 | "pid": "0x20AD", | 8 | "pid": "0x20AD", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1", |
| 10 | "no_startup_check": true | ||
| 10 | }, | 11 | }, |
| 11 | "rgblight": { | 12 | "rgblight": { |
| 12 | "led_count": 20, | 13 | "led_count": 20, |
| @@ -27,6 +28,12 @@ | |||
| 27 | "ws2812": { | 28 | "ws2812": { |
| 28 | "pin": "B4" | 29 | "pin": "B4" |
| 29 | }, | 30 | }, |
| 31 | "features": { | ||
| 32 | "bootmagic": true, | ||
| 33 | "mousekey": true, | ||
| 34 | "extrakey": true, | ||
| 35 | "rgblight": true | ||
| 36 | }, | ||
| 30 | "layouts": { | 37 | "layouts": { |
| 31 | "LAYOUT_tkl_ansi_tsangan": { | 38 | "LAYOUT_tkl_ansi_tsangan": { |
| 32 | "layout": [ | 39 | "layout": [ |
diff --git a/keyboards/matrix/m20add/rules.mk b/keyboards/matrix/m20add/rules.mk index 1b005b8c17..150bd24e30 100644 --- a/keyboards/matrix/m20add/rules.mk +++ b/keyboards/matrix/m20add/rules.mk | |||
| @@ -13,19 +13,6 @@ BOARD = ST_NUCLEO64_F411RE | |||
| 13 | # Bootloader selection | 13 | # Bootloader selection |
| 14 | BOOTLOADER = custom | 14 | BOOTLOADER = custom |
| 15 | 15 | ||
| 16 | # Build Options | ||
| 17 | # change yes to no to disable | ||
| 18 | # | ||
| 19 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 20 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 21 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 22 | CONSOLE_ENABLE = no # Console for debug | ||
| 23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 24 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 25 | NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in | ||
| 26 | |||
| 27 | RGBLIGHT_ENABLE = yes | ||
| 28 | |||
| 29 | CUSTOM_MATRIX = lite | 16 | CUSTOM_MATRIX = lite |
| 30 | # project specific files | 17 | # project specific files |
| 31 | SRC += matrix.c tca6424.c rgb_ring.c drivers/led/issi/is31fl3731.c | 18 | SRC += matrix.c tca6424.c rgb_ring.c drivers/led/issi/is31fl3731.c |
diff --git a/keyboards/matrix/noah/info.json b/keyboards/matrix/noah/info.json index bc546cffc9..959c3c8c9c 100644 --- a/keyboards/matrix/noah/info.json +++ b/keyboards/matrix/noah/info.json | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | "usb": { | 6 | "usb": { |
| 7 | "vid": "0x4D58", | 7 | "vid": "0x4D58", |
| 8 | "pid": "0x0065", | 8 | "pid": "0x0065", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1", |
| 10 | "no_startup_check": true | ||
| 10 | }, | 11 | }, |
| 11 | "rgblight": { | 12 | "rgblight": { |
| 12 | "driver": "custom", | 13 | "driver": "custom", |
| @@ -75,6 +76,13 @@ | |||
| 75 | }, | 76 | }, |
| 76 | "driver": "is31fl3731" | 77 | "driver": "is31fl3731" |
| 77 | }, | 78 | }, |
| 79 | "features": { | ||
| 80 | "bootmagic": true, | ||
| 81 | "mousekey": true, | ||
| 82 | "extrakey": true, | ||
| 83 | "rgblight": true, | ||
| 84 | "rgb_matrix": true | ||
| 85 | }, | ||
| 78 | "community_layouts": ["65_iso_blocker"], | 86 | "community_layouts": ["65_iso_blocker"], |
| 79 | "layouts": { | 87 | "layouts": { |
| 80 | "LAYOUT_default": { | 88 | "LAYOUT_default": { |
diff --git a/keyboards/matrix/noah/rules.mk b/keyboards/matrix/noah/rules.mk index 3b75264222..d1c19f36ff 100644 --- a/keyboards/matrix/noah/rules.mk +++ b/keyboards/matrix/noah/rules.mk | |||
| @@ -13,20 +13,6 @@ BOARD = ST_NUCLEO64_F411RE | |||
| 13 | # Bootloader selection | 13 | # Bootloader selection |
| 14 | BOOTLOADER = custom | 14 | BOOTLOADER = custom |
| 15 | 15 | ||
| 16 | # Build Options | ||
| 17 | # change yes to no to disable | ||
| 18 | # | ||
| 19 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 20 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 21 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 22 | CONSOLE_ENABLE = no # Console for debug | ||
| 23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 24 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 25 | NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in | ||
| 26 | |||
| 27 | RGB_MATRIX_ENABLE = yes | ||
| 28 | |||
| 29 | RGBLIGHT_ENABLE = yes | ||
| 30 | WS2812_DRIVER_REQUIRED = yes | 16 | WS2812_DRIVER_REQUIRED = yes |
| 31 | 17 | ||
| 32 | CUSTOM_MATRIX = yes | 18 | CUSTOM_MATRIX = yes |
