diff options
| author | Joel Challis | 2024-03-15 02:42:33 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 02:42:33 +0100 |
| commit | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (patch) | |
| tree | f81c6a7254e9489f36d50f3f451f4421f1bc5a35 /keyboards/maple_computing/the_ruler | |
| parent | 539fa21bf80308a21048334909b6512917aa3c7b (diff) | |
Migrate features from rules.mk to data drive - LMN (#23277)
Diffstat (limited to 'keyboards/maple_computing/the_ruler')
| -rw-r--r-- | keyboards/maple_computing/the_ruler/keyboard.json (renamed from keyboards/maple_computing/the_ruler/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/maple_computing/the_ruler/rules.mk | 12 |
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/maple_computing/the_ruler/info.json b/keyboards/maple_computing/the_ruler/keyboard.json index 9ba1355fdd..c38af0a320 100644 --- a/keyboards/maple_computing/the_ruler/info.json +++ b/keyboards/maple_computing/the_ruler/keyboard.json @@ -27,6 +27,15 @@ "ws2812": { "pin": "E6" }, + "features": { + "bootmagic": false, + "command": true, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": false, + "rgblight": true + }, "matrix_pins": { "cols": ["D6", "D7", "B4", "B5", "B6", "C6"], "rows": ["C7"] diff --git a/keyboards/maple_computing/the_ruler/rules.mk b/keyboards/maple_computing/the_ruler/rules.mk deleted file mode 100644 index 473689d814..0000000000 --- a/keyboards/maple_computing/the_ruler/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |