diff options
author | Drashna Jaelre <drashna@live.com> | 2018-09-28 07:09:46 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-09-28 10:22:08 -0400 |
commit | a4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14 (patch) | |
tree | 4b32a48282643f8067682cc4d92b705ce5b12abc /keyboards/hadron/keymaps/default | |
parent | 31afdd81a1e7cdb8808c8eb32e0ebe69c3d15f5c (diff) |
Optimize size of Hadron keyboard
Diffstat (limited to 'keyboards/hadron/keymaps/default')
-rw-r--r-- | keyboards/hadron/keymaps/default/rules.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/hadron/keymaps/default/rules.mk b/keyboards/hadron/keymaps/default/rules.mk index 1f3975255a..4d08544f3a 100644 --- a/keyboards/hadron/keymaps/default/rules.mk +++ b/keyboards/hadron/keymaps/default/rules.mk @@ -21,6 +21,4 @@ SWAP_HANDS_ENABLE = no # Enable one-hand typing # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -ifndef QUANTUM_DIR - include ../../../../Makefile -endif
\ No newline at end of file +EXTRAFLAGS += -flto |