summaryrefslogtreecommitdiff
path: root/keyboards/ibm
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 01:42:15 +0000
committerGitHub <noreply@github.com>2024-03-15 01:42:15 +0000
commit539fa21bf80308a21048334909b6512917aa3c7b (patch)
treee8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/ibm
parent16ad09299c25d3338771c5743729f0ec4b90586b (diff)
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/ibm')
-rw-r--r--keyboards/ibm/model_m/ashpil_usbc/keyboard.json (renamed from keyboards/ibm/model_m/ashpil_usbc/info.json)8
-rw-r--r--keyboards/ibm/model_m/ashpil_usbc/rules.mk12
-rw-r--r--keyboards/ibm/model_m/teensy2/keyboard.json (renamed from keyboards/ibm/model_m/teensy2/info.json)8
-rw-r--r--keyboards/ibm/model_m/teensy2/rules.mk12
-rw-r--r--keyboards/ibm/model_m/yugo_m/keyboard.json (renamed from keyboards/ibm/model_m/yugo_m/info.json)8
-rw-r--r--keyboards/ibm/model_m/yugo_m/rules.mk12
-rw-r--r--keyboards/ibm/model_m_122/ibm122m/keyboard.json (renamed from keyboards/ibm/model_m_122/ibm122m/info.json)9
-rw-r--r--keyboards/ibm/model_m_122/ibm122m/rules.mk11
-rw-r--r--keyboards/ibm/model_m_122/m122_3270/blackpill/keyboard.json (renamed from keyboards/ibm/model_m_122/m122_3270/blackpill/info.json)8
-rw-r--r--keyboards/ibm/model_m_122/m122_3270/blackpill/rules.mk12
-rw-r--r--keyboards/ibm/model_m_122/m122_3270/teensy/keyboard.json (renamed from keyboards/ibm/model_m_122/m122_3270/teensy/info.json)8
-rw-r--r--keyboards/ibm/model_m_122/m122_3270/teensy/rules.mk12
-rw-r--r--keyboards/ibm/model_m_ssk/teensypp_ssk/keyboard.json (renamed from keyboards/ibm/model_m_ssk/teensypp_ssk/info.json)8
-rw-r--r--keyboards/ibm/model_m_ssk/teensypp_ssk/rules.mk12
14 files changed, 57 insertions, 83 deletions
diff --git a/keyboards/ibm/model_m/ashpil_usbc/info.json b/keyboards/ibm/model_m/ashpil_usbc/keyboard.json
index ffdb608edc..451589017e 100644
--- a/keyboards/ibm/model_m/ashpil_usbc/info.json
+++ b/keyboards/ibm/model_m/ashpil_usbc/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x0000", 8 "pid": "0x0000",
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": false
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["E6", "E7", "F0", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "A0", "A1", "A2", "A3", "A4", "A5"], 20 "cols": ["E6", "E7", "F0", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "A0", "A1", "A2", "A3", "A4", "A5"],
13 "rows": ["C7", "C6", "C5", "C4", "C3", "C2", "C1", "C0"] 21 "rows": ["C7", "C6", "C5", "C4", "C3", "C2", "C1", "C0"]
diff --git a/keyboards/ibm/model_m/ashpil_usbc/rules.mk b/keyboards/ibm/model_m/ashpil_usbc/rules.mk
deleted file mode 100644
index 6fe874e748..0000000000
--- a/keyboards/ibm/model_m/ashpil_usbc/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 = no # 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/ibm/model_m/teensy2/info.json b/keyboards/ibm/model_m/teensy2/keyboard.json
index 19603adb7a..173f9e772f 100644
--- a/keyboards/ibm/model_m/teensy2/info.json
+++ b/keyboards/ibm/model_m/teensy2/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x0000", 8 "pid": "0x0000",
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": false
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "B6", "B5", "B4", "D7", "D6", "B0", "B1", "B2", "B3", "B7"], 20 "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "B6", "B5", "B4", "D7", "D6", "B0", "B1", "B2", "B3", "B7"],
13 "rows": ["D0", "D1", "D2", "D3", "C6", "C7", "D5", "D4"] 21 "rows": ["D0", "D1", "D2", "D3", "C6", "C7", "D5", "D4"]
diff --git a/keyboards/ibm/model_m/teensy2/rules.mk b/keyboards/ibm/model_m/teensy2/rules.mk
deleted file mode 100644
index 6fe874e748..0000000000
--- a/keyboards/ibm/model_m/teensy2/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 = no # 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/ibm/model_m/yugo_m/info.json b/keyboards/ibm/model_m/yugo_m/keyboard.json
index f4d9cc1d94..968c637b78 100644
--- a/keyboards/ibm/model_m/yugo_m/info.json
+++ b/keyboards/ibm/model_m/yugo_m/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x8E81", 8 "pid": "0x8E81",
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": true,
17 "nkro": false
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["A9", "A8", "B15", "B14", "B13", "B12", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3"], 20 "cols": ["A9", "A8", "B15", "B14", "B13", "B12", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3"],
13 "rows": ["B8", "B7", "B6", "B5", "B4", "B3", "A15", "A14"] 21 "rows": ["B8", "B7", "B6", "B5", "B4", "B3", "A15", "A14"]
diff --git a/keyboards/ibm/model_m/yugo_m/rules.mk b/keyboards/ibm/model_m/yugo_m/rules.mk
deleted file mode 100644
index ab2c49da70..0000000000
--- a/keyboards/ibm/model_m/yugo_m/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 = yes # 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 = no # 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/ibm/model_m_122/ibm122m/info.json b/keyboards/ibm/model_m_122/ibm122m/keyboard.json
index 54b0e9bade..3c43d17d92 100644
--- a/keyboards/ibm/model_m_122/ibm122m/info.json
+++ b/keyboards/ibm/model_m_122/ibm122m/keyboard.json
@@ -8,6 +8,15 @@
8 "pid": "0x0000", 8 "pid": "0x0000",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "audio": true,
13 "bootmagic": false,
14 "command": true,
15 "console": true,
16 "extrakey": true,
17 "mousekey": true,
18 "nkro": true
19 },
11 "matrix_pins": { 20 "matrix_pins": {
12 "cols": ["E6", "B7", "D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7", "E0", "E1", "C0", "C1", "C2", "C3", "C4", "C5", "C7", "F1"], 21 "cols": ["E6", "B7", "D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7", "E0", "E1", "C0", "C1", "C2", "C3", "C4", "C5", "C7", "F1"],
13 "rows": ["F0", "B5", "B4", "B3", "B2", "B1", "B0", "E7"] 22 "rows": ["F0", "B5", "B4", "B3", "B2", "B1", "B0", "E7"]
diff --git a/keyboards/ibm/model_m_122/ibm122m/rules.mk b/keyboards/ibm/model_m_122/ibm122m/rules.mk
deleted file mode 100644
index 3b2469ecc8..0000000000
--- a/keyboards/ibm/model_m_122/ibm122m/rules.mk
+++ /dev/null
@@ -1,11 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # 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
11AUDIO_ENABLE = yes # Audio output
diff --git a/keyboards/ibm/model_m_122/m122_3270/blackpill/info.json b/keyboards/ibm/model_m_122/m122_3270/blackpill/keyboard.json
index b17554b7e0..46abafb2c4 100644
--- a/keyboards/ibm/model_m_122/m122_3270/blackpill/info.json
+++ b/keyboards/ibm/model_m_122/m122_3270/blackpill/keyboard.json
@@ -2,6 +2,14 @@
2 "usb": { 2 "usb": {
3 "device_version": "0.0.2" 3 "device_version": "0.0.2"
4 }, 4 },
5 "features": {
6 "bootmagic": false,
7 "command": true,
8 "console": true,
9 "extrakey": true,
10 "mousekey": true,
11 "nkro": true
12 },
5 "matrix_pins": { 13 "matrix_pins": {
6 "cols": ["B0", "B1", "B10", "B12", "B13", "B14", "B15", "A8", "A7", "A10", "A6", "A5", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9"], 14 "cols": ["B0", "B1", "B10", "B12", "B13", "B14", "B15", "A8", "A7", "A10", "A6", "A5", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9"],
7 "rows": ["C13", "C14", "C15", "A0", "A1", "A2", "A3", "A4"] 15 "rows": ["C13", "C14", "C15", "A0", "A1", "A2", "A3", "A4"]
diff --git a/keyboards/ibm/model_m_122/m122_3270/blackpill/rules.mk b/keyboards/ibm/model_m_122/m122_3270/blackpill/rules.mk
deleted file mode 100644
index 0a85fffb85..0000000000
--- a/keyboards/ibm/model_m_122/m122_3270/blackpill/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # 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
diff --git a/keyboards/ibm/model_m_122/m122_3270/teensy/info.json b/keyboards/ibm/model_m_122/m122_3270/teensy/keyboard.json
index 7596f5fc15..ca2dd31fbf 100644
--- a/keyboards/ibm/model_m_122/m122_3270/teensy/info.json
+++ b/keyboards/ibm/model_m_122/m122_3270/teensy/keyboard.json
@@ -2,6 +2,14 @@
2 "usb": { 2 "usb": {
3 "device_version": "0.0.1" 3 "device_version": "0.0.1"
4 }, 4 },
5 "features": {
6 "bootmagic": false,
7 "command": true,
8 "console": true,
9 "extrakey": true,
10 "mousekey": true,
11 "nkro": true
12 },
5 "matrix_pins": { 13 "matrix_pins": {
6 "cols": ["B5", "B6", "B7", "D0", "D1", "D2", "D3", "D4", "D5", "D7", "E0", "E1", "C0", "C1", "C2", "C3", "C4", "C5", "C6", "C7"], 14 "cols": ["B5", "B6", "B7", "D0", "D1", "D2", "D3", "D4", "D5", "D7", "E0", "E1", "C0", "C1", "C2", "C3", "C4", "C5", "C6", "C7"],
7 "rows": ["F0", "F1", "F2", "F3", "F4", "F5", "F6", "F7"] 15 "rows": ["F0", "F1", "F2", "F3", "F4", "F5", "F6", "F7"]
diff --git a/keyboards/ibm/model_m_122/m122_3270/teensy/rules.mk b/keyboards/ibm/model_m_122/m122_3270/teensy/rules.mk
deleted file mode 100644
index 0a85fffb85..0000000000
--- a/keyboards/ibm/model_m_122/m122_3270/teensy/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # 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
diff --git a/keyboards/ibm/model_m_ssk/teensypp_ssk/info.json b/keyboards/ibm/model_m_ssk/teensypp_ssk/keyboard.json
index fbc3076c47..5994d820f4 100644
--- a/keyboards/ibm/model_m_ssk/teensypp_ssk/info.json
+++ b/keyboards/ibm/model_m_ssk/teensypp_ssk/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x0000", 8 "pid": "0x0000",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": false,
13 "command": true,
14 "console": false,
15 "extrakey": true,
16 "mousekey": false,
17 "nkro": false
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["C7", "C6", "C5", "C4", "C3", "C2", "C1", "C0", "E1", "E0", "D7", "D5", "D4", "D3", "D2", "D1"], 20 "cols": ["C7", "C6", "C5", "C4", "C3", "C2", "C1", "C0", "E1", "E0", "D7", "D5", "D4", "D3", "D2", "D1"],
13 "rows": ["F0", "F1", "F2", "F3", "F4", "F5", "F6", "F7"] 21 "rows": ["F0", "F1", "F2", "F3", "F4", "F5", "F6", "F7"]
diff --git a/keyboards/ibm/model_m_ssk/teensypp_ssk/rules.mk b/keyboards/ibm/model_m_ssk/teensypp_ssk/rules.mk
deleted file mode 100644
index 2904475d7d..0000000000
--- a/keyboards/ibm/model_m_ssk/teensypp_ssk/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output