diff options
| author | James Young | 2024-04-17 01:36:21 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-17 01:36:21 +0200 |
| commit | baa6000ed33f1f190f43bcd993f84f3b057e952d (patch) | |
| tree | 76fe8cca7a75e92a15f157603daebaf3b98a5bf1 /keyboards/handwired/wulkan | |
| parent | 7be23a9cb4f40841fc5394395ecf572a13636943 (diff) | |
Data-Driven Keyboard Conversions: H, Part 3 (#23530)
Diffstat (limited to 'keyboards/handwired/wulkan')
| -rw-r--r-- | keyboards/handwired/wulkan/info.json | 6 | ||||
| -rw-r--r-- | keyboards/handwired/wulkan/rules.mk | 12 |
2 files changed, 6 insertions, 12 deletions
diff --git a/keyboards/handwired/wulkan/info.json b/keyboards/handwired/wulkan/info.json index 9bb1d9cd94..b6823af539 100644 --- a/keyboards/handwired/wulkan/info.json +++ b/keyboards/handwired/wulkan/info.json @@ -16,6 +16,12 @@ "diode_direction": "COL2ROW", "processor": "STM32F303", "bootloader": "stm32-dfu", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true + }, "board": "QMK_PROTON_C", "community_layouts": ["ortho_4x12"], "layout_aliases": { diff --git a/keyboards/handwired/wulkan/rules.mk b/keyboards/handwired/wulkan/rules.mk index e664c34540..934dd273a6 100644 --- a/keyboards/handwired/wulkan/rules.mk +++ b/keyboards/handwired/wulkan/rules.mk @@ -1,13 +1 @@ -# Build Options -# change yes to no to disable -# -BACKLIGHT_ENABLE = no -BOOTMAGIC_ENABLE = yes # 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 = yes # Enable N-Key Rollover -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = no NO_SUSPEND_POWER_DOWN = yes |