aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkc/candybar/lefty_r3
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tkc/candybar/lefty_r3')
-rw-r--r--keyboards/tkc/candybar/lefty_r3/keyboard.json (renamed from keyboards/tkc/candybar/lefty_r3/info.json)11
-rw-r--r--keyboards/tkc/candybar/lefty_r3/rules.mk13
2 files changed, 11 insertions, 13 deletions
diff --git a/keyboards/tkc/candybar/lefty_r3/info.json b/keyboards/tkc/candybar/lefty_r3/keyboard.json
index 77b991a8dc..b09412ffc9 100644
--- a/keyboards/tkc/candybar/lefty_r3/info.json
+++ b/keyboards/tkc/candybar/lefty_r3/keyboard.json
@@ -8,6 +8,17 @@
"pid": "0x0003",
"device_version": "0.0.6"
},
+ "build": {
+ "lto": true
+ },
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": true
+ },
"matrix_pins": {
"cols": ["B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "D5", "B3", "B0", "B1", "B2", "D4", "D6", "D7", "B4"],
"rows": ["F1", "F0", "D0", "D2"]
diff --git a/keyboards/tkc/candybar/lefty_r3/rules.mk b/keyboards/tkc/candybar/lefty_r3/rules.mk
deleted file mode 100644
index 92e817504f..0000000000
--- a/keyboards/tkc/candybar/lefty_r3/rules.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # 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 = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-LTO_ENABLE = yes