diff options
author | Daniel Shields <1530706+shieldsd@users.noreply.github.com> | 2019-11-08 18:31:36 +0000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-08 10:31:36 -0800 |
commit | 6fd88c15565f88ce1e595358ea98ecc1121fa26b (patch) | |
tree | 733b9acde694083bbed0b5ae7dc1c01cd3c53db8 /users/dshields/rules.mk | |
parent | 0483327fa66396879155f3e9c10247ce54dfe18e (diff) | |
download | qmk_firmware-6fd88c15565f88ce1e595358ea98ecc1121fa26b.tar.gz qmk_firmware-6fd88c15565f88ce1e595358ea98ecc1121fa26b.zip |
[Keymap] Remove dynamic macro customization now it's a core feature. (#7301)
Diffstat (limited to 'users/dshields/rules.mk')
-rw-r--r-- | users/dshields/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/dshields/rules.mk b/users/dshields/rules.mk index 8a7c82cd44..abfbe5e40e 100644 --- a/users/dshields/rules.mk +++ b/users/dshields/rules.mk @@ -8,6 +8,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend API_SYSEX_ENABLE = no SPACE_CADET_ENABLE = no LEADER_ENABLE = no +DYNAMIC_MACRO_ENABLE = yes LINK_TIME_OPTIMIZATION_ENABLE = yes |