aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/pteron36
diff options
context:
space:
mode:
authorJoel Challis2024-04-13 09:45:27 +0200
committerGitHub2024-04-13 09:45:27 +0200
commit2eea2cdc46b3e920578ed75c4545a8b5160135bd (patch)
treebbc7b12b4b7320f278c1334f066254baff0e52bf /keyboards/pteron36
parent8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (diff)
Miscellaneous keyboard.json migrations (#23486)
Diffstat (limited to 'keyboards/pteron36')
-rw-r--r--keyboards/pteron36/keyboard.json (renamed from keyboards/pteron36/info.json)11
-rw-r--r--keyboards/pteron36/rules.mk14
2 files changed, 11 insertions, 14 deletions
diff --git a/keyboards/pteron36/info.json b/keyboards/pteron36/keyboard.json
index 2adb97ec51..f4bab52419 100644
--- a/keyboards/pteron36/info.json
+++ b/keyboards/pteron36/keyboard.json
@@ -8,6 +8,17 @@
"pid": "0x5054",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "oled": true,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["F6", "F7", "B1", "B3", "B2"],
"rows": ["E6", "D7", "B4", "B5"]
diff --git a/keyboards/pteron36/rules.mk b/keyboards/pteron36/rules.mk
deleted file mode 100644
index 182bad228c..0000000000
--- a/keyboards/pteron36/rules.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-OLED_ENABLE = yes # OLED display
-ENCODER_ENABLE = yes # Encoder support