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_pendulum": true,
"hue_wave": true,
"pixel_fractal": true,
"pixel_flow": true,
"pixel_rain": true,
"typing_heatmap": true,
@ -148,15 +147,11 @@
"solid_reactive_simple": true,
"solid_reactive": true,
"solid_reactive_wide": true,
"solid_reactive_multiwide": true,
"solid_reactive_cross": true,
"solid_reactive_multicross": true,
"solid_reactive_nexus": true,
"solid_reactive_multinexus": true,
"splash": true,
"multisplash": true,
"solid_splash": true,
"solid_multisplash": true
"solid_splash": true
},
"default": {
"val": 128
@ -270,4 +265,4 @@
]
}
}
}
}

View file

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

View file

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