diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-21 02:24:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-21 02:24:10 +0000 |
commit | a6eeb930ae7b3b1e26b65db1f90256d74e388fa2 (patch) | |
tree | a6c03f57ba84ed03c547eea4841896aa84629bf5 /keyboards/linworks/fave87h/keymaps | |
parent | 3370e2b74d59dcb988b729f6605c2dc33b81da44 (diff) | |
parent | 3077123bf0943da96be94bc368d8e6b9f3496736 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/linworks/fave87h/keymaps')
-rw-r--r-- | keyboards/linworks/fave87h/keymaps/via/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/linworks/fave87h/keymaps/via/rules.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/linworks/fave87h/keymaps/via/keymap.c b/keyboards/linworks/fave87h/keymaps/via/keymap.c index 4d9a56cebf..b62268e9a4 100644 --- a/keyboards/linworks/fave87h/keymaps/via/keymap.c +++ b/keyboards/linworks/fave87h/keymaps/via/keymap.c @@ -65,4 +65,4 @@ void rgb_matrix_indicators_user(void) { if (host_leds.caps_lock) { rgb_matrix_set_color(12, 254, 189, 41); // set caps lock led color first number is index, R G B } -}
\ No newline at end of file +} diff --git a/keyboards/linworks/fave87h/keymaps/via/rules.mk b/keyboards/linworks/fave87h/keymaps/via/rules.mk index 1e5b99807c..36b7ba9cbc 100644 --- a/keyboards/linworks/fave87h/keymaps/via/rules.mk +++ b/keyboards/linworks/fave87h/keymaps/via/rules.mk @@ -1 +1,2 @@ VIA_ENABLE = yes +LTO_ENABLE = yes |