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,19 @@
"manufacturer": "Duckle29",
"url": "",
"maintainer": "Duckle29",
"build": {
"lto": true
},
"features": {
"audio": true,
"bootmagic": false,
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"nkro": true,
"rgblight": true
},
"usb": {
"vid": "0x1209",
"pid": "0xBEE5"

View file

@ -1,17 +1 @@
# Build Options
# change yes to no to disable
#
AUDIO_ENABLE = yes # Audio output
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
COMMAND_ENABLE = no # Commands for debug and configuration
CONSOLE_ENABLE = no # Console for debug
DEBUG_ENABLE = no # Enable more debug info
EXTRAKEY_ENABLE = yes # Audio control and System control
MOUSEKEY_ENABLE = no # Mouse keys
NKRO_ENABLE = yes # Enable N-Key Rollover
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
DEFAULT_FOLDER = vitamins_included/rev2
LTO_ENABLE = yes