summaryrefslogtreecommitdiff
path: root/keyboards/avalanche/v1
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-02 09:45:44 -0700
committerGitHub <noreply@github.com>2024-04-02 17:45:44 +0100
commit63bc7b63a650c4da63611900437e06ea7d051f14 (patch)
tree95abb45a74f61457e2e268f68e61340b52ae1589 /keyboards/avalanche/v1
parent38f7c6e3f386b92df744bd7dbd13284398e373d5 (diff)
Data-Driven Keyboard Conversions: A (#23379)
Diffstat (limited to 'keyboards/avalanche/v1')
-rw-r--r--keyboards/avalanche/v1/keyboard.json (renamed from keyboards/avalanche/v1/info.json)7
-rw-r--r--keyboards/avalanche/v1/rules.mk14
2 files changed, 7 insertions, 14 deletions
diff --git a/keyboards/avalanche/v1/info.json b/keyboards/avalanche/v1/keyboard.json
index 7787ae2a95..97acaf0d9f 100644
--- a/keyboards/avalanche/v1/info.json
+++ b/keyboards/avalanche/v1/keyboard.json
@@ -8,12 +8,19 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "mousekey": true,
+ "extrakey": true,
+ "nkro": true
+ },
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"],
"rows": ["D4", "C6", "D7", "E6", "B4"]
},
"diode_direction": "COL2ROW",
"split": {
+ "enabled": true,
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
diff --git a/keyboards/avalanche/v1/rules.mk b/keyboards/avalanche/v1/rules.mk
deleted file mode 100644
index ef90e04bc1..0000000000
--- a/keyboards/avalanche/v1/rules.mk
+++ /dev/null
@@ -1,14 +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 = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-
-SPLIT_KEYBOARD = yes