Fixup qk100 (firmware size) (#23169)

* initial

* further size reduction

and more...

remove rgb matrix effects
This commit is contained in:
jack 2024-02-28 11:50:04 -07:00 committed by GitHub
parent 0e02b0c41e
commit b35389317e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 10 deletions

View File

@ -140,7 +140,6 @@
"hue_breathing": true, "hue_breathing": true,
"hue_pendulum": true, "hue_pendulum": true,
"hue_wave": true, "hue_wave": true,
"pixel_fractal": true,
"pixel_flow": true, "pixel_flow": true,
"pixel_rain": true, "pixel_rain": true,
"typing_heatmap": true, "typing_heatmap": true,
@ -148,15 +147,11 @@
"solid_reactive_simple": true, "solid_reactive_simple": true,
"solid_reactive": true, "solid_reactive": true,
"solid_reactive_wide": true, "solid_reactive_wide": true,
"solid_reactive_multiwide": true,
"solid_reactive_cross": true, "solid_reactive_cross": true,
"solid_reactive_multicross": true,
"solid_reactive_nexus": true, "solid_reactive_nexus": true,
"solid_reactive_multinexus": true,
"splash": true, "splash": true,
"multisplash": true, "multisplash": true,
"solid_splash": true, "solid_splash": true
"solid_multisplash": true
}, },
"default": { "default": {
"val": 128 "val": 128
@ -270,4 +265,4 @@
] ]
} }
} }
} }

View File

@ -1,2 +1 @@
VIA_ENABLE = yes VIA_ENABLE = yes
LTO_ENABLE = yes

View File

@ -1,6 +1,5 @@
{ {
"manufacturer": "Qwertykeys", "manufacturer": "Qwertykeys",
"url": "",
"maintainer": "Qwertykeys", "maintainer": "Qwertykeys",
"usb": { "usb": {
"vid": "0x4F53" "vid": "0x4F53"
@ -17,6 +16,9 @@
"rgblight": true, "rgblight": true,
"nkro": true "nkro": true
}, },
"build": {
"lto": true
},
"processor": "STM32F103", "processor": "STM32F103",
"bootloader": "stm32duino", "bootloader": "stm32duino",
"ws2812": { "ws2812": {
@ -47,4 +49,4 @@
"dynamic_keymap": { "dynamic_keymap": {
"layer_count": 2 "layer_count": 2
} }
} }