better optimizations
This commit is contained in:
parent
90887963a4
commit
7850e56b01
1 changed files with 3 additions and 0 deletions
3
rules.mk
3
rules.mk
|
@ -1,6 +1,9 @@
|
||||||
# Enable N-Key Rollover
|
# Enable N-Key Rollover
|
||||||
NKRO_ENABLE = yes
|
NKRO_ENABLE = yes
|
||||||
|
|
||||||
|
# optimize size
|
||||||
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
# use more snappy debounce algo
|
# use more snappy debounce algo
|
||||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue