diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-04-22 20:06:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-23 04:06:24 +0100 |
| commit | a1cbdf145fe90a60fed2d567ac944277a4234089 (patch) | |
| tree | 3799bb08f26802f25df95169f6b68176b4724977 /keyboards/maple_computing | |
| parent | dc0095c64b2658a8fb5421ce93cb6bdc53806693 (diff) | |
Data-Driven Keyboard Conversions: M, Part 1 (#23590)
Diffstat (limited to 'keyboards/maple_computing')
16 files changed, 79 insertions, 121 deletions
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 | |
