aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/jorne
diff options
context:
space:
mode:
authorJames Young2024-04-19 02:49:15 +0200
committerGitHub2024-04-19 02:49:15 +0200
commitd0e1d36144e1c1b2269be171c748a01f15ec32f2 (patch)
tree2d50e03fabf3799e2ba5685642893a57fa81aeec /keyboards/jorne
parent435aab534b83e0122fab38d995a85f96ddc856cd (diff)
Data-Driven Keyboard Conversions: J (#23547)
Diffstat (limited to 'keyboards/jorne')
-rw-r--r--keyboards/jorne/rev1/keyboard.json (renamed from keyboards/jorne/rev1/info.json)10
-rw-r--r--keyboards/jorne/rev1/rules.mk2
-rw-r--r--keyboards/jorne/rules.mk13
3 files changed, 10 insertions, 15 deletions
diff --git a/keyboards/jorne/rev1/info.json b/keyboards/jorne/rev1/keyboard.json
index fedab8fd08..93ece816bb 100644
--- a/keyboards/jorne/rev1/info.json
+++ b/keyboards/jorne/rev1/keyboard.json
@@ -32,6 +32,16 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
+ "features": {
+ "bootmagic": false,
+ "mousekey": true,
+ "extrakey": true,
+ "rgblight": true,
+ "oled": true
+ },
+ "build": {
+ "lto": true
+ },
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/jorne/rev1/rules.mk b/keyboards/jorne/rev1/rules.mk
deleted file mode 100644
index 52a6de4da9..0000000000
--- a/keyboards/jorne/rev1/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-OLED_ENABLE = yes # Enable OLED
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
diff --git a/keyboards/jorne/rules.mk b/keyboards/jorne/rules.mk
index fb1b47d106..c43649b348 100644
--- a/keyboards/jorne/rules.mk
+++ b/keyboards/jorne/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 = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-AUDIO_ENABLE = no # Audio output
-LTO_ENABLE = yes
-
DEFAULT_FOLDER = jorne/rev1