mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
Fixup qk100 (firmware size) (#23169)
* initial * further size reduction and more... remove rgb matrix effects
This commit is contained in:
parent
0e02b0c41e
commit
b35389317e
|
@ -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 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
VIA_ENABLE = yes
|
VIA_ENABLE = yes
|
||||||
LTO_ENABLE = yes
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user