Migrate features from rules.mk to data driven - ST (#23286)
This commit is contained in:
parent
1a90337284
commit
14990ca5a2
236 changed files with 1070 additions and 1432 deletions
|
@ -4,6 +4,15 @@
|
|||
"url": "https://tempoturtle.com",
|
||||
"maintainer": "wxyangf",
|
||||
"diode_direction": "ROW2COL",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"unicode": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"rows": ["B7", "D5", "C7", "D2", "D3"],
|
||||
"cols": ["D7", "E6", "B4", "F1"]
|
|
@ -1,13 +0,0 @@
|
|||
# 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 = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
UNICODE_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue