summaryrefslogtreecommitdiff
path: root/keyboards/genone
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/genone')
-rw-r--r--keyboards/genone/eclipse_65/keyboard.json (renamed from keyboards/genone/eclipse_65/info.json)8
-rw-r--r--keyboards/genone/eclipse_65/rules.mk12
-rw-r--r--keyboards/genone/g1_65/keyboard.json (renamed from keyboards/genone/g1_65/info.json)8
-rw-r--r--keyboards/genone/g1_65/rules.mk12
4 files changed, 16 insertions, 24 deletions
diff --git a/keyboards/genone/eclipse_65/info.json b/keyboards/genone/eclipse_65/keyboard.json
index d97a15616b..aeb2d8973c 100644
--- a/keyboards/genone/eclipse_65/info.json
+++ b/keyboards/genone/eclipse_65/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x2222", 8 "pid": "0x2222",
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": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"], 20 "cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"],
13 "rows": ["B3", "B7", "B0", "B1", "B2"] 21 "rows": ["B3", "B7", "B0", "B1", "B2"]
diff --git a/keyboards/genone/eclipse_65/rules.mk b/keyboards/genone/eclipse_65/rules.mk
deleted file mode 100644
index 2155cba565..0000000000
--- a/keyboards/genone/eclipse_65/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 keybaord RGB underglow
12AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/genone/g1_65/info.json b/keyboards/genone/g1_65/keyboard.json
index eed4c85ab5..367bdfe7bb 100644
--- a/keyboards/genone/g1_65/info.json
+++ b/keyboards/genone/g1_65/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x0001", 8 "pid": "0x0001",
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": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"], 20 "cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"],
13 "rows": ["B3", "B7", "B0", "B1", "B2"] 21 "rows": ["B3", "B7", "B0", "B1", "B2"]
diff --git a/keyboards/genone/g1_65/rules.mk b/keyboards/genone/g1_65/rules.mk
deleted file mode 100644
index 2155cba565..0000000000
--- a/keyboards/genone/g1_65/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 keybaord RGB underglow
12AUDIO_ENABLE = no # Audio output