diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-15 01:42:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 01:42:33 +0000 |
| commit | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (patch) | |
| tree | f81c6a7254e9489f36d50f3f451f4421f1bc5a35 /keyboards/nightmare | |
| parent | 539fa21bf80308a21048334909b6512917aa3c7b (diff) | |
Migrate features from rules.mk to data drive - LMN (#23277)
Diffstat (limited to 'keyboards/nightmare')
| -rw-r--r-- | keyboards/nightmare/keyboard.json (renamed from keyboards/nightmare/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/nightmare/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/nightmare/info.json b/keyboards/nightmare/keyboard.json index 87f0187e59..c41d95e64d 100644 --- a/keyboards/nightmare/info.json +++ b/keyboards/nightmare/keyboard.json | |||
| @@ -8,6 +8,14 @@ | |||
| 8 | "pid": "0x4E49", | 8 | "pid": "0x4E49", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": true, | ||
| 14 | "console": true, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": true, | ||
| 17 | "nkro": false | ||
| 18 | }, | ||
| 11 | "matrix_pins": { | 19 | "matrix_pins": { |
| 12 | "cols": ["B4", "B5", "D3", "D2", "D1", "D0", "F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"], | 20 | "cols": ["B4", "B5", "D3", "D2", "D1", "D0", "F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"], |
| 13 | "rows": ["D4", "C6", "D7", "E6"] | 21 | "rows": ["D4", "C6", "D7", "E6"] |
diff --git a/keyboards/nightmare/rules.mk b/keyboards/nightmare/rules.mk deleted file mode 100644 index 309e55c9f4..0000000000 --- a/keyboards/nightmare/rules.mk +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # 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 = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
