diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-06-21 04:23:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 19:23:34 -0700 |
commit | 1c26c0bc9b88817e1bb911e7a696fd668fbdd67b (patch) | |
tree | 8018b8a82a7b4e21c31dc4579b4152fabb03e621 /keyboards/linworks/fave87h/keymaps | |
parent | e8e45bca986657adf292e84a88c9cc1459cd9f7b (diff) |
[Keyboard] Update firmware for the FAve 87H (#16920)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
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 |