summaryrefslogtreecommitdiff
path: root/keyboards/handwired/wulkan
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-16 16:36:21 -0700
committerGitHub <noreply@github.com>2024-04-17 00:36:21 +0100
commitbaa6000ed33f1f190f43bcd993f84f3b057e952d (patch)
tree76fe8cca7a75e92a15f157603daebaf3b98a5bf1 /keyboards/handwired/wulkan
parent7be23a9cb4f40841fc5394395ecf572a13636943 (diff)
Data-Driven Keyboard Conversions: H, Part 3 (#23530)
Diffstat (limited to 'keyboards/handwired/wulkan')
-rw-r--r--keyboards/handwired/wulkan/info.json6
-rw-r--r--keyboards/handwired/wulkan/rules.mk12
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#
4BACKLIGHT_ENABLE = no
5BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
6MOUSEKEY_ENABLE = yes # Mouse keys
7EXTRAKEY_ENABLE = yes # Audio control and System control
8CONSOLE_ENABLE = no # Console for debug
9COMMAND_ENABLE = no # Commands for debug and configuration
10NKRO_ENABLE = yes # Enable N-Key Rollover
11AUDIO_ENABLE = no
12RGBLIGHT_ENABLE = no
13NO_SUSPEND_POWER_DOWN = yes NO_SUSPEND_POWER_DOWN = yes