aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/pjb/eros
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 23:24:00 +0100
committerGitHub2024-03-15 23:24:00 +0100
commit1a903372846f24028431d20bc25e64b4da69da27 (patch)
treed628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/pjb/eros
parent24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff)
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/pjb/eros')
-rw-r--r--keyboards/pjb/eros/keyboard.json (renamed from keyboards/pjb/eros/info.json)8
-rw-r--r--keyboards/pjb/eros/rules.mk11
2 files changed, 8 insertions, 11 deletions
diff --git a/keyboards/pjb/eros/info.json b/keyboards/pjb/eros/keyboard.json
index e336b9e2f4..888a6aa02c 100644
--- a/keyboards/pjb/eros/info.json
+++ b/keyboards/pjb/eros/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0x4552",
"device_version": "2.0.0"
},
+ "features": {
+ "bootmagic": true,
+ "command": true,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
"matrix_pins": {
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "D4", "D5", "B4", "D3", "D2", "E6", "B3"],
"rows": ["B2", "B1", "B0", "D7", "B7", "D1"]
diff --git a/keyboards/pjb/eros/rules.mk b/keyboards/pjb/eros/rules.mk
deleted file mode 100644
index 12dca933d7..0000000000
--- a/keyboards/pjb/eros/rules.mk
+++ /dev/null
@@ -1,11 +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 = yes # Commands for debug and configuration
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Enable audio output