aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/yynmt
diff options
context:
space:
mode:
authorJoel Challis2024-04-05 16:44:06 +0200
committerGitHub2024-04-05 16:44:06 +0200
commit1f3d709fcb22dd922369fa434813531fed3748ab (patch)
treeea88c1c7b2270bfd25b50e5d5da34628a85d427a /keyboards/yynmt
parent9fa91ad4947293f75df4c0e85ea594b1529afbca (diff)
Migrate build target markers to keyboard.json - YZ (#23421)
Diffstat (limited to 'keyboards/yynmt')
-rw-r--r--keyboards/yynmt/acperience12/rev1/keyboard.json5
-rw-r--r--keyboards/yynmt/acperience12/rules.mk13
2 files changed, 5 insertions, 13 deletions
diff --git a/keyboards/yynmt/acperience12/rev1/keyboard.json b/keyboards/yynmt/acperience12/rev1/keyboard.json
index 5eea37a35d..deb02bd55d 100644
--- a/keyboards/yynmt/acperience12/rev1/keyboard.json
+++ b/keyboards/yynmt/acperience12/rev1/keyboard.json
@@ -8,6 +8,11 @@
"pid": "0xEA51",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true
+ },
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"matrix_pins": {
diff --git a/keyboards/yynmt/acperience12/rules.mk b/keyboards/yynmt/acperience12/rules.mk
index 3a22654621..cfe8b8ac18 100644
--- a/keyboards/yynmt/acperience12/rules.mk
+++ b/keyboards/yynmt/acperience12/rules.mk
@@ -1,14 +1 @@
-# 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
-
DEFAULT_FOLDER = yynmt/acperience12/rev1