summaryrefslogtreecommitdiff
path: root/keyboards/function96
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 01:42:55 +0000
committerGitHub <noreply@github.com>2024-03-15 01:42:55 +0000
commit01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch)
treefe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/function96
parent80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff)
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/function96')
-rw-r--r--keyboards/function96/v1/keyboard.json (renamed from keyboards/function96/v1/info.json)8
-rw-r--r--keyboards/function96/v1/rules.mk12
-rw-r--r--keyboards/function96/v2/keyboard.json (renamed from keyboards/function96/v2/info.json)8
-rw-r--r--keyboards/function96/v2/rules.mk12
4 files changed, 16 insertions, 24 deletions
diff --git a/keyboards/function96/v1/info.json b/keyboards/function96/v1/keyboard.json
index 63bd287f47..945042b284 100644
--- a/keyboards/function96/v1/info.json
+++ b/keyboards/function96/v1/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x672A", 8 "pid": "0x672A",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": true,
13 "command": false,
14 "console": false,
15 "extrakey": true,
16 "mousekey": false,
17 "nkro": true
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["A3", "A4", "A5", "A6", "A7", "B0", "B1", "B2", "B10", "B12", "A13", "A14", "A15", "B3", "B4", "B5", "B6", "B7", "B8"], 20 "cols": ["A3", "A4", "A5", "A6", "A7", "B0", "B1", "B2", "B10", "B12", "A13", "A14", "A15", "B3", "B4", "B5", "B6", "B7", "B8"],
13 "rows": ["F1", "F0", "C15", "C14", "C13", "B9"] 21 "rows": ["F1", "F0", "C15", "C14", "C13", "B9"]
diff --git a/keyboards/function96/v1/rules.mk b/keyboards/function96/v1/rules.mk
deleted file mode 100644
index 9dc5131823..0000000000
--- a/keyboards/function96/v1/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # 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
diff --git a/keyboards/function96/v2/info.json b/keyboards/function96/v2/keyboard.json
index 88d54b5147..21d677d9a5 100644
--- a/keyboards/function96/v2/info.json
+++ b/keyboards/function96/v2/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x672B", 8 "pid": "0x672B",
9 "device_version": "0.0.2" 9 "device_version": "0.0.2"
10 }, 10 },
11 "features": {
12 "bootmagic": true,
13 "command": false,
14 "console": false,
15 "extrakey": true,
16 "mousekey": false,
17 "nkro": true
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["A3", "A4", "A5", "A6", "A7", "B0", "B1", "B2", "B10", "B11", "A14", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9"], 20 "cols": ["A3", "A4", "A5", "A6", "A7", "B0", "B1", "B2", "B10", "B11", "A14", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9"],
13 "rows": ["A9", "A8", "B15", "B14", "B13", "B12"] 21 "rows": ["A9", "A8", "B15", "B14", "B13", "B12"]
diff --git a/keyboards/function96/v2/rules.mk b/keyboards/function96/v2/rules.mk
deleted file mode 100644
index 9dc5131823..0000000000
--- a/keyboards/function96/v2/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # 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