diff options
author | Joel Challis <git@zvecr.com> | 2024-03-14 03:56:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 03:56:42 +0000 |
commit | 8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch) | |
tree | 3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/copenhagen_click | |
parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/copenhagen_click')
-rwxr-xr-x | keyboards/copenhagen_click/click_pad_v1/keyboard.json (renamed from keyboards/copenhagen_click/click_pad_v1/info.json) | 9 | ||||
-rwxr-xr-x | keyboards/copenhagen_click/click_pad_v1/rules.mk | 12 |
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/copenhagen_click/click_pad_v1/info.json b/keyboards/copenhagen_click/click_pad_v1/keyboard.json index 9eee0f4fec..1c402db576 100755 --- a/keyboards/copenhagen_click/click_pad_v1/info.json +++ b/keyboards/copenhagen_click/click_pad_v1/keyboard.json @@ -8,6 +8,15 @@ "pid": "0x27DB", "device_version": "0.0.1" }, + "features": { + "backlight": true, + "bootmagic": false, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": false + }, "matrix_pins": { "cols": ["F5"], "rows": ["F7"] diff --git a/keyboards/copenhagen_click/click_pad_v1/rules.mk b/keyboards/copenhagen_click/click_pad_v1/rules.mk deleted file mode 100755 index 8a6570c496..0000000000 --- a/keyboards/copenhagen_click/click_pad_v1/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 = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |