summaryrefslogtreecommitdiff
path: root/keyboards/preonic
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/preonic')
-rw-r--r--keyboards/preonic/rev1/keyboard.json (renamed from keyboards/preonic/rev1/info.json)13
-rw-r--r--keyboards/preonic/rev1/rules.mk14
-rw-r--r--keyboards/preonic/rev2/keyboard.json (renamed from keyboards/preonic/rev2/info.json)13
-rw-r--r--keyboards/preonic/rev2/rules.mk14
4 files changed, 26 insertions, 28 deletions
diff --git a/keyboards/preonic/rev1/info.json b/keyboards/preonic/rev1/keyboard.json
index e25c41d9b0..aa43fe2c47 100644
--- a/keyboards/preonic/rev1/info.json
+++ b/keyboards/preonic/rev1/keyboard.json
@@ -6,6 +6,19 @@
6 "pid": "0x67F3", 6 "pid": "0x67F3",
7 "device_version": "0.0.1" 7 "device_version": "0.0.1"
8 }, 8 },
9 "build": {
10 "lto": true
11 },
12 "features": {
13 "audio": true,
14 "backlight": true,
15 "bootmagic": true,
16 "command": false,
17 "console": false,
18 "extrakey": true,
19 "mousekey": false,
20 "nkro": false
21 },
9 "matrix_pins": { 22 "matrix_pins": {
10 "cols": ["F1", "F0", "B0", "C7", "F4", "F5", "F6", "F7", "D4", "D6", "B4", "D7"], 23 "cols": ["F1", "F0", "B0", "C7", "F4", "F5", "F6", "F7", "D4", "D6", "B4", "D7"],
11 "rows": ["D2", "D5", "B5", "B6", "D3"] 24 "rows": ["D2", "D5", "B5", "B6", "D3"]
diff --git a/keyboards/preonic/rev1/rules.mk b/keyboards/preonic/rev1/rules.mk
deleted file mode 100644
index 5700acd66c..0000000000
--- a/keyboards/preonic/rev1/rules.mk
+++ /dev/null
@@ -1,14 +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 = yes # Enable keyboard backlight functionality
11AUDIO_ENABLE = yes # Audio output
12RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
13
14LTO_ENABLE = yes
diff --git a/keyboards/preonic/rev2/info.json b/keyboards/preonic/rev2/keyboard.json
index 8f644f8f6c..3a6cab1e17 100644
--- a/keyboards/preonic/rev2/info.json
+++ b/keyboards/preonic/rev2/keyboard.json
@@ -6,6 +6,19 @@
6 "pid": "0x67F3", 6 "pid": "0x67F3",
7 "device_version": "0.0.2" 7 "device_version": "0.0.2"
8 }, 8 },
9 "build": {
10 "lto": true
11 },
12 "features": {
13 "audio": true,
14 "backlight": true,
15 "bootmagic": true,
16 "command": false,
17 "console": true,
18 "extrakey": true,
19 "mousekey": false,
20 "nkro": false
21 },
9 "matrix_pins": { 22 "matrix_pins": {
10 "cols": ["F1", "F0", "B0", "C7", "F4", "F5", "F6", "F7", "D4", "D6", "B4", "D7"], 23 "cols": ["F1", "F0", "B0", "C7", "F4", "F5", "F6", "F7", "D4", "D6", "B4", "D7"],
11 "rows": ["D2", "D5", "B5", "B6", "D3"] 24 "rows": ["D2", "D5", "B5", "B6", "D3"]
diff --git a/keyboards/preonic/rev2/rules.mk b/keyboards/preonic/rev2/rules.mk
deleted file mode 100644
index 0404fb325a..0000000000
--- a/keyboards/preonic/rev2/rules.mk
+++ /dev/null
@@ -1,14 +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 = yes # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
11AUDIO_ENABLE = yes # Audio output
12RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
13
14LTO_ENABLE = yes