diff options
| author | Joel Challis | 2024-03-15 23:23:40 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 23:23:40 +0100 |
| commit | 24d824aae40b932dbcdc5036d7f30a6f2f352442 (patch) | |
| tree | 75f16b70a97e1e8d949a6ffba09c8eeb57ac753a /keyboards/wilba_tech/wt65_d | |
| parent | 68e8d74188a251336bf2eaa8d58e1e04983ac29e (diff) | |
Migrate features from rules.mk to data driven - UVWXYZ (#23287)
Diffstat (limited to 'keyboards/wilba_tech/wt65_d')
| -rw-r--r-- | keyboards/wilba_tech/wt65_d/keyboard.json (renamed from keyboards/wilba_tech/wt65_d/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/wilba_tech/wt65_d/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/wilba_tech/wt65_d/info.json b/keyboards/wilba_tech/wt65_d/keyboard.json index b9fd2dcf46..d41d39bcb2 100644 --- a/keyboards/wilba_tech/wt65_d/info.json +++ b/keyboards/wilba_tech/wt65_d/keyboard.json @@ -8,6 +8,14 @@ "pid": "0x0031", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": true + }, "matrix_pins": { "cols": ["F5", "D5", "D3", "D2", "B7", "B0", "B3", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"], "rows": ["E6", "F0", "F4", "F6", "F7"] diff --git a/keyboards/wilba_tech/wt65_d/rules.mk b/keyboards/wilba_tech/wt65_d/rules.mk deleted file mode 100644 index c843e8a475..0000000000 --- a/keyboards/wilba_tech/wt65_d/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # 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 = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output
\ No newline at end of file |