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/ivy | |
| parent | dc0095c64b2658a8fb5421ce93cb6bdc53806693 (diff) | |
Data-Driven Keyboard Conversions: M, Part 1 (#23590)
Diffstat (limited to 'keyboards/maple_computing/ivy')
| -rw-r--r-- | keyboards/maple_computing/ivy/rev1/keyboard.json | 6 | ||||
| -rw-r--r-- | keyboards/maple_computing/ivy/rules.mk | 13 |
2 files changed, 6 insertions, 13 deletions
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 | |
