diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-30 14:34:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-30 14:34:54 +0000 |
commit | 9a2943d22146281fd666f34f19720d81ac782abf (patch) | |
tree | bee06641bb5f7b734cac03447a0f402ea1770e3f /keyboards/keebio/bamfk1 | |
parent | f03fe5b91759a3402ceea8283cdda39ac0b9bf9f (diff) | |
parent | a06b5cae418f570363a7b165e8b2c6fb178d6651 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/bamfk1')
-rw-r--r-- | keyboards/keebio/bamfk1/keymaps/default/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/keebio/bamfk1/rules.mk | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/bamfk1/keymaps/default/rules.mk b/keyboards/keebio/bamfk1/keymaps/default/rules.mk deleted file mode 100644 index 4da205a168..0000000000 --- a/keyboards/keebio/bamfk1/keymaps/default/rules.mk +++ /dev/null @@ -1 +0,0 @@ -LTO_ENABLE = yes diff --git a/keyboards/keebio/bamfk1/rules.mk b/keyboards/keebio/bamfk1/rules.mk index abcf10c871..f48fee9a21 100644 --- a/keyboards/keebio/bamfk1/rules.mk +++ b/keyboards/keebio/bamfk1/rules.mk @@ -17,5 +17,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = yes # Audio output ENCODER_ENABLE = yes +LTO_ENABLE = yes SRC += encoder_actions.c |