aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergotravel
diff options
context:
space:
mode:
authorJames Young2024-04-14 01:16:06 +0200
committerGitHub2024-04-14 01:16:06 +0200
commit9de523810309b7737c42bbcd3989ff431351d2d3 (patch)
treef17040653b997ba5c2e1153b3e2fa8b1a0b607a7 /keyboards/ergotravel
parent96025250d101d6819e81c989a0d46e3ee14a906b (diff)
Data-Driven Keyboard Conversions: E (#23512)
Diffstat (limited to 'keyboards/ergotravel')
-rw-r--r--keyboards/ergotravel/rev1/keyboard.json (renamed from keyboards/ergotravel/rev1/info.json)7
-rw-r--r--keyboards/ergotravel/rev1/rules.mk1
-rw-r--r--keyboards/ergotravel/rules.mk13
3 files changed, 7 insertions, 14 deletions
diff --git a/keyboards/ergotravel/rev1/info.json b/keyboards/ergotravel/rev1/keyboard.json
index 43d3d01a92..14c645d2f0 100644
--- a/keyboards/ergotravel/rev1/info.json
+++ b/keyboards/ergotravel/rev1/keyboard.json
@@ -25,6 +25,13 @@
},
"bootloader": "caterina",
"processor": "atmega32u4",
+ "features": {
+ "bootmagic": false,
+ "mousekey": true,
+ "extrakey": true,
+ "command": true,
+ "rgblight": true
+ },
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/ergotravel/rev1/rules.mk b/keyboards/ergotravel/rev1/rules.mk
deleted file mode 100644
index 7b30c0beff..0000000000
--- a/keyboards/ergotravel/rev1/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-BACKLIGHT_ENABLE = no
diff --git a/keyboards/ergotravel/rules.mk b/keyboards/ergotravel/rules.mk
index f52203f705..3f30277bb5 100644
--- a/keyboards/ergotravel/rules.mk
+++ b/keyboards/ergotravel/rules.mk
@@ -1,14 +1 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # 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
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-AUDIO_ENABLE = no # Audio output
-RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
-
DEFAULT_FOLDER = ergotravel/rev1