1
0
Fork 0

Migrate features and LTO from rules.mk to data driven (#23307)

This commit is contained in:
Joel Challis 2024-03-30 10:57:30 +00:00 committed by GitHub
parent 426bb9c651
commit 1c8e99ca45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 445 additions and 639 deletions

View file

@ -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",

View file

@ -1,5 +1 @@
NKRO_ENABLE = yes # Enable N-Key Rollover
OLED_ENABLE = yes
RGBLIGHT_ENABLE = yes
DEFAULT_FOLDER = mechllama/g35/v2