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/alpine65 | |
parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/alpine65')
-rw-r--r-- | keyboards/alpine65/keyboard.json (renamed from keyboards/alpine65/info.json) | 9 | ||||
-rw-r--r-- | keyboards/alpine65/rules.mk | 13 |
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/alpine65/info.json b/keyboards/alpine65/keyboard.json index c0322f72b5..4fccb3c564 100644 --- a/keyboards/alpine65/info.json +++ b/keyboards/alpine65/keyboard.json @@ -28,6 +28,15 @@ "ws2812": { "pin": "B15" }, + "features": { + "bootmagic": true, + "command": true, + "console": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgblight": true + }, "matrix_pins": { "cols": ["B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15", "A9", "A8", "B14", "B12", "A10", "A0", "A1"], "rows": ["C14", "C15", "C13", "A2", "A3"] diff --git a/keyboards/alpine65/rules.mk b/keyboards/alpine65/rules.mk deleted file mode 100644 index 747e719be4..0000000000 --- a/keyboards/alpine65/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 = yes # Console for debug -COMMAND_ENABLE = yes # 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 -ENCODER_ENABLE = no - |