diff options
author | Daniel Racine <mailto.danielracine@gmail.com> | 2020-05-07 00:01:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 21:01:19 -0700 |
commit | 923bad46f93d9dc9b6d8e5c6694a7fdd745e0fde (patch) | |
tree | a730359f49c3e6af8dd6b0b4c55d1e60a9c7177d /keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk | |
parent | 19513fac5ff7543d116c2808822420d9ac12906f (diff) |
[Keymap] New keymap layout for dztech/dz65rgb/keymaps (#8199)
* 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
Diffstat (limited to 'keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk')
-rw-r--r-- | keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk b/keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk new file mode 100644 index 0000000000..24a765ab9a --- /dev/null +++ b/keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk @@ -0,0 +1,11 @@ +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 |