Migrate features and LTO from rules.mk to data driven (#23307)
This commit is contained in:
parent
426bb9c651
commit
1c8e99ca45
100 changed files with 445 additions and 639 deletions
|
@ -3,6 +3,16 @@
|
|||
"manufacturer": "kaylynb",
|
||||
"url": "https://github.com/kaylynb/MechLlama-G35",
|
||||
"maintainer": "kaylynb",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": false,
|
||||
"mousekey": false,
|
||||
"nkro": true,
|
||||
"oled": true,
|
||||
"rgblight": true
|
||||
},
|
||||
"usb": {
|
||||
"vid": "0xCEEB",
|
||||
"pid": "0x0035",
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
OLED_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
DEFAULT_FOLDER = mechllama/g35/v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue