Skip to content

Commit

Permalink
Fixup qk100 (firmware size) (qmk#23169)
Browse files Browse the repository at this point in the history
* initial

* further size reduction

and more...

remove rgb matrix effects
  • Loading branch information
waffle87 authored and nuess0r committed Sep 8, 2024
1 parent c2478f4 commit bfdbede
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
9 changes: 2 additions & 7 deletions keyboards/qwertykeys/qk100/ansi/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,23 +140,18 @@
"hue_breathing": true,
"hue_pendulum": true,
"hue_wave": true,
"pixel_fractal": true,
"pixel_flow": true,
"pixel_rain": true,
"typing_heatmap": true,
"digital_rain": true,
"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
Expand Down Expand Up @@ -270,4 +265,4 @@
]
}
}
}
}
1 change: 0 additions & 1 deletion keyboards/qwertykeys/qk100/ansi/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
6 changes: 4 additions & 2 deletions keyboards/qwertykeys/qk100/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"manufacturer": "Qwertykeys",
"url": "",
"maintainer": "Qwertykeys",
"usb": {
"vid": "0x4F53"
Expand All @@ -17,6 +16,9 @@
"rgblight": true,
"nkro": true
},
"build": {
"lto": true
},
"processor": "STM32F103",
"bootloader": "stm32duino",
"ws2812": {
Expand Down Expand Up @@ -47,4 +49,4 @@
"dynamic_keymap": {
"layer_count": 2
}
}
}

0 comments on commit bfdbede

Please sign in to comment.