aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/10bleoledhub
diff options
context:
space:
mode:
authorJoel Challis2024-04-13 00:34:44 +0200
committerGitHub2024-04-13 00:34:44 +0200
commit6b60089fc704e4fc6bb75686b725a19da6a92fa9 (patch)
tree891be4a9f3a1a1c9088a2f726a85b79485700fb2 /keyboards/10bleoledhub
parent214e091ec2a7af0629ce36bce28793a3630090c3 (diff)
Migrate build target markers to keyboard.json - 0AB (#23488)
Diffstat (limited to 'keyboards/10bleoledhub')
-rw-r--r--keyboards/10bleoledhub/keyboard.json (renamed from keyboards/10bleoledhub/info.json)9
-rw-r--r--keyboards/10bleoledhub/rules.mk16
2 files changed, 9 insertions, 16 deletions
diff --git a/keyboards/10bleoledhub/info.json b/keyboards/10bleoledhub/keyboard.json
index 17ebcaf458..8f48e09127 100644
--- a/keyboards/10bleoledhub/info.json
+++ b/keyboards/10bleoledhub/keyboard.json
@@ -8,6 +8,15 @@
"pid": "0x7C99",
"device_version": "0.0.1"
},
+ "features": {
+ "bluetooth": true,
+ "bootmagic": true,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "oled": true
+ },
"bluetooth": {
"driver": "bluefruit_le"
},
diff --git a/keyboards/10bleoledhub/rules.mk b/keyboards/10bleoledhub/rules.mk
index 12bfe122d6..3437a35bdf 100644
--- a/keyboards/10bleoledhub/rules.mk
+++ b/keyboards/10bleoledhub/rules.mk
@@ -1,18 +1,2 @@
# Processor frequency
F_CPU = 8000000
-
-# 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 = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-BLUETOOTH_ENABLE = yes
-OLED_ENABLE = yes
-ENCODER_ENABLE = yes