summaryrefslogtreecommitdiff
path: root/keyboards/linworks/fave84h/keymaps/via
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-21 02:23:27 +0000
committerQMK Bot <hello@qmk.fm>2022-06-21 02:23:27 +0000
commit3370e2b74d59dcb988b729f6605c2dc33b81da44 (patch)
tree854c7e093162c1f9e0841e09a99eb5333a4b486a /keyboards/linworks/fave84h/keymaps/via
parent589e756e9838d9c9ba30e5421b98c29fae2f2d62 (diff)
parente8e45bca986657adf292e84a88c9cc1459cd9f7b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/linworks/fave84h/keymaps/via')
-rw-r--r--keyboards/linworks/fave84h/keymaps/via/keymap.c2
-rw-r--r--keyboards/linworks/fave84h/keymaps/via/rules.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/linworks/fave84h/keymaps/via/keymap.c b/keyboards/linworks/fave84h/keymaps/via/keymap.c
index c750a8bc3c..c319a5c858 100644
--- a/keyboards/linworks/fave84h/keymaps/via/keymap.c
+++ b/keyboards/linworks/fave84h/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/fave84h/keymaps/via/rules.mk b/keyboards/linworks/fave84h/keymaps/via/rules.mk
index 1e5b99807c..36b7ba9cbc 100644
--- a/keyboards/linworks/fave84h/keymaps/via/rules.mk
+++ b/keyboards/linworks/fave84h/keymaps/via/rules.mk
@@ -1 +1,2 @@
VIA_ENABLE = yes
+LTO_ENABLE = yes