923bad46f9
* New keymap layout for dztech/dz65rgb/keymaps * New keymap layout for dztech/dz65rgb/keymaps - Conding conventions fixes * Fix typo in Leader Key table * PR #8199 Feedback Commit #1 * Fixed data types and function names - Simplified accent macros by removing repetition - Added selection wrap macros - readme.md doc updated with changes * PR #8199 second feedback commit - Clarified function names, variables names and comments * Fix: accent output fix _grave <==> _circumflex * dry fixes on led set_color with hsv and led blinking code blocks
11 lines
231 B
Makefile
11 lines
231 B
Makefile
DYNAMIC_MACRO_ENABLE = yes
|
|
LEADER_ENABLE = yes
|
|
|
|
# Firmware size Optimizations
|
|
EXTRAFLAGS += -flto
|
|
MOUSEKEY_ENABLE = no
|
|
NKRO_ENABLE = no
|
|
SPACE_CADET_ENABLE = no
|
|
TAP_DANCE_ENABLE = no
|
|
UNICODEMAP_ENABLE = no
|
|
SPLIT_KEYBOARD = no
|