diff options
| author | James Young | 2024-04-15 20:22:31 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-15 20:22:31 +0200 |
| commit | 3c9dd3680991479a70de9f68c1cf2f8af788dad6 (patch) | |
| tree | 19f1d14fac78883aaedc9df70091b3dd7f910f40 /keyboards/handwired/meck_tkl | |
| parent | 9c1662f8f9f28d185ccf0ce1dee084934c896367 (diff) | |
Data-Driven Keyboard Conversions: H, Part 2 (#23525)
Diffstat (limited to 'keyboards/handwired/meck_tkl')
| -rw-r--r-- | keyboards/handwired/meck_tkl/info.json | 7 | ||||
| -rw-r--r-- | keyboards/handwired/meck_tkl/rules.mk | 12 |
2 files changed, 7 insertions, 12 deletions
diff --git a/keyboards/handwired/meck_tkl/info.json b/keyboards/handwired/meck_tkl/info.json index 8266e704bc..5147d96ee0 100644 --- a/keyboards/handwired/meck_tkl/info.json +++ b/keyboards/handwired/meck_tkl/info.json @@ -8,6 +8,13 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "console": true, + "nkro": true + }, "layouts": { "LAYOUT_tkl_ansi": { "layout": [ diff --git a/keyboards/handwired/meck_tkl/rules.mk b/keyboards/handwired/meck_tkl/rules.mk index 6213285117..cdf3900ff0 100644 --- a/keyboards/handwired/meck_tkl/rules.mk +++ b/keyboards/handwired/meck_tkl/rules.mk @@ -1,15 +1,3 @@ -# 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 = yes # 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 AUDIO_SUPPORTED = no BACKLIGHT_SUPPORTED = no |