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