summaryrefslogtreecommitdiff
path: root/keyboards/orthodox
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-20 09:18:12 +0100
committerGitHub <noreply@github.com>2024-04-20 09:18:12 +0100
commit49593dc81ffc178e56639c89e61572e570b42ad5 (patch)
treec1011a26c235b8dd88feea44724940ecdfdd3672 /keyboards/orthodox
parent5ab3b27e5f9049d2e4036a71cc4fc7f2922629d1 (diff)
Migrate build target markers to keyboard.json - OQ (#23564)
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r--keyboards/orthodox/info.json7
-rw-r--r--keyboards/orthodox/rev1/keyboard.json (renamed from keyboards/orthodox/rev1/info.json)0
-rw-r--r--keyboards/orthodox/rev1/rules.mk1
-rw-r--r--keyboards/orthodox/rev3/keyboard.json (renamed from keyboards/orthodox/rev3/info.json)0
-rw-r--r--keyboards/orthodox/rev3/rules.mk1
-rw-r--r--keyboards/orthodox/rev3_teensy/keyboard.json (renamed from keyboards/orthodox/rev3_teensy/info.json)0
-rw-r--r--keyboards/orthodox/rev3_teensy/rules.mk1
-rw-r--r--keyboards/orthodox/rules.mk13
8 files changed, 7 insertions, 16 deletions
diff --git a/keyboards/orthodox/info.json b/keyboards/orthodox/info.json
index 2b9790e84e..107b0be8dd 100644
--- a/keyboards/orthodox/info.json
+++ b/keyboards/orthodox/info.json
@@ -1,4 +1,11 @@
{
+ "features": {
+ "bootmagic": false,
+ "command": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
"split": {
"enabled": true
}
diff --git a/keyboards/orthodox/rev1/info.json b/keyboards/orthodox/rev1/keyboard.json
index 042187b8bf..042187b8bf 100644
--- a/keyboards/orthodox/rev1/info.json
+++ b/keyboards/orthodox/rev1/keyboard.json
diff --git a/keyboards/orthodox/rev1/rules.mk b/keyboards/orthodox/rev1/rules.mk
deleted file mode 100644
index 7b30c0beff..0000000000
--- a/keyboards/orthodox/rev1/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-BACKLIGHT_ENABLE = no
diff --git a/keyboards/orthodox/rev3/info.json b/keyboards/orthodox/rev3/keyboard.json
index e2b3abd34d..e2b3abd34d 100644
--- a/keyboards/orthodox/rev3/info.json
+++ b/keyboards/orthodox/rev3/keyboard.json
diff --git a/keyboards/orthodox/rev3/rules.mk b/keyboards/orthodox/rev3/rules.mk
deleted file mode 100644
index 7b30c0beff..0000000000
--- a/keyboards/orthodox/rev3/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-BACKLIGHT_ENABLE = no
diff --git a/keyboards/orthodox/rev3_teensy/info.json b/keyboards/orthodox/rev3_teensy/keyboard.json
index 345ff58145..345ff58145 100644
--- a/keyboards/orthodox/rev3_teensy/info.json
+++ b/keyboards/orthodox/rev3_teensy/keyboard.json
diff --git a/keyboards/orthodox/rev3_teensy/rules.mk b/keyboards/orthodox/rev3_teensy/rules.mk
deleted file mode 100644
index 7b30c0beff..0000000000
--- a/keyboards/orthodox/rev3_teensy/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-BACKLIGHT_ENABLE = no
diff --git a/keyboards/orthodox/rules.mk b/keyboards/orthodox/rules.mk
index 8fa7b0a404..fd71b6c8fb 100644
--- a/keyboards/orthodox/rules.mk
+++ b/keyboards/orthodox/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 = no # Enable keyboard backlight functionality
-AUDIO_ENABLE = no # Audio output
-RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
-
DEFAULT_FOLDER = orthodox/rev3