diff options
author | Joel Challis <git@zvecr.com> | 2024-03-15 22:24:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 22:24:10 +0000 |
commit | 14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch) | |
tree | 8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/taleguers | |
parent | 1a903372846f24028431d20bc25e64b4da69da27 (diff) |
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/taleguers')
-rw-r--r-- | keyboards/taleguers/taleguers75/keyboard.json (renamed from keyboards/taleguers/taleguers75/info.json) | 10 | ||||
-rw-r--r-- | keyboards/taleguers/taleguers75/rules.mk | 13 |
2 files changed, 10 insertions, 13 deletions
diff --git a/keyboards/taleguers/taleguers75/info.json b/keyboards/taleguers/taleguers75/keyboard.json index 7ebd8707b7..5526c0b0a8 100644 --- a/keyboards/taleguers/taleguers75/info.json +++ b/keyboards/taleguers/taleguers75/keyboard.json @@ -8,6 +8,16 @@ "pid": "0x0075", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgblight": true + }, "matrix_pins": { "cols": ["B3", "B2", "B1", "E6", "B7", "C7", "C6", "D4", "D6", "D7", "B4", "D0", "D1", "F7"], "rows": ["B0", "F6", "F5", "F4", "F1", "F0"] diff --git a/keyboards/taleguers/taleguers75/rules.mk b/keyboards/taleguers/taleguers75/rules.mk deleted file mode 100644 index 7e8534dae5..0000000000 --- a/keyboards/taleguers/taleguers75/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes |