summaryrefslogtreecommitdiff
path: root/keyboards/satt
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 22:24:10 +0000
committerGitHub <noreply@github.com>2024-03-15 22:24:10 +0000
commit14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch)
tree8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/satt
parent1a903372846f24028431d20bc25e64b4da69da27 (diff)
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/satt')
-rw-r--r--keyboards/satt/vision/keyboard.json (renamed from keyboards/satt/vision/info.json)8
-rw-r--r--keyboards/satt/vision/rules.mk13
2 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/satt/vision/info.json b/keyboards/satt/vision/keyboard.json
index 90dad63451..7683855f42 100644
--- a/keyboards/satt/vision/info.json
+++ b/keyboards/satt/vision/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x5649", 8 "pid": "0x5649",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": true,
13 "command": true,
14 "console": true,
15 "extrakey": true,
16 "mousekey": true,
17 "nkro": true
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["B1", "B0", "A7", "A6", "A5", "A4", "A3", "B8", "B7", "B6", "B5", "B4", "B3", "A15"], 20 "cols": ["B1", "B0", "A7", "A6", "A5", "A4", "A3", "B8", "B7", "B6", "B5", "B4", "B3", "A15"],
13 "rows": ["B12", "B2", "A2", "A1"] 21 "rows": ["B12", "B2", "A2", "A1"]
diff --git a/keyboards/satt/vision/rules.mk b/keyboards/satt/vision/rules.mk
deleted file mode 100644
index 7f4f202a1b..0000000000
--- a/keyboards/satt/vision/rules.mk
+++ /dev/null
@@ -1,13 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = yes # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = yes # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13