summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing/jnao
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-22 20:06:24 -0700
committerGitHub <noreply@github.com>2024-04-23 04:06:24 +0100
commita1cbdf145fe90a60fed2d567ac944277a4234089 (patch)
tree3799bb08f26802f25df95169f6b68176b4724977 /keyboards/maple_computing/jnao
parentdc0095c64b2658a8fb5421ce93cb6bdc53806693 (diff)
Data-Driven Keyboard Conversions: M, Part 1 (#23590)
Diffstat (limited to 'keyboards/maple_computing/jnao')
-rw-r--r--keyboards/maple_computing/jnao/info.json8
-rw-r--r--keyboards/maple_computing/jnao/rules.mk13
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#
4BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = yes # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13
14# Disable unsupported hardware 1# Disable unsupported hardware
15RGBLIGHT_SUPPORTED = no 2RGBLIGHT_SUPPORTED = no
16AUDIO_SUPPORTED = no 3AUDIO_SUPPORTED = no