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/dygma | |
| parent | 9c1662f8f9f28d185ccf0ce1dee084934c896367 (diff) | |
Data-Driven Keyboard Conversions: H, Part 2 (#23525)
Diffstat (limited to 'keyboards/handwired/dygma')
| -rw-r--r-- | keyboards/handwired/dygma/raise/info.json | 6 | ||||
| -rw-r--r-- | keyboards/handwired/dygma/raise/rules.mk | 13 |
2 files changed, 6 insertions, 13 deletions
diff --git a/keyboards/handwired/dygma/raise/info.json b/keyboards/handwired/dygma/raise/info.json index b9bcd2e639..112a8a6abe 100644 --- a/keyboards/handwired/dygma/raise/info.json +++ b/keyboards/handwired/dygma/raise/info.json @@ -26,6 +26,12 @@ }, "processor": "STM32F411", "bootloader": "stm32-dfu", + "features": { + "bootmagic": false, + "mousekey": true, + "extrakey": true, + "rgb_matrix": true + }, "board": "BLACKPILL_STM32_F411", "debounce": 0 } diff --git a/keyboards/handwired/dygma/raise/rules.mk b/keyboards/handwired/dygma/raise/rules.mk index ecf156629a..7a078c9757 100644 --- a/keyboards/handwired/dygma/raise/rules.mk +++ b/keyboards/handwired/dygma/raise/rules.mk @@ -1,16 +1,3 @@ -# 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 = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -RGB_MATRIX_ENABLE = yes CUSTOM_MATRIX = lite # TODO(ibash) we don't actually need to enable raw, but there's some side effect |