diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-04-16 16:36:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 00:36:21 +0100 |
| 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 @@ | |||
| 16 | "diode_direction": "COL2ROW", | 16 | "diode_direction": "COL2ROW", |
| 17 | "processor": "STM32F303", | 17 | "processor": "STM32F303", |
| 18 | "bootloader": "stm32-dfu", | 18 | "bootloader": "stm32-dfu", |
| 19 | "features": { | ||
| 20 | "bootmagic": true, | ||
| 21 | "mousekey": true, | ||
| 22 | "extrakey": true, | ||
| 23 | "nkro": true | ||
| 24 | }, | ||
| 19 | "board": "QMK_PROTON_C", | 25 | "board": "QMK_PROTON_C", |
| 20 | "community_layouts": ["ortho_4x12"], | 26 | "community_layouts": ["ortho_4x12"], |
| 21 | "layout_aliases": { | 27 | "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 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BACKLIGHT_ENABLE = no | ||
| 5 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 6 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 8 | CONSOLE_ENABLE = no # Console for debug | ||
| 9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 10 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 11 | AUDIO_ENABLE = no | ||
| 12 | RGBLIGHT_ENABLE = no | ||
| 13 | NO_SUSPEND_POWER_DOWN = yes | NO_SUSPEND_POWER_DOWN = yes | |
