From e8e45bca986657adf292e84a88c9cc1459cd9f7b Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Tue, 21 Jun 2022 04:22:53 +0200 Subject: [Keyboard] Update FAve 84H RGB firmware (#16919) * Add base FAve 84H firmware * Update keyboards/linworks/fave84h/readme.md Thank you, apologies for the oversight Co-authored-by: Joel Challis * Update keyboards/linworks/fave84h/keymaps/via/keymap.c Co-authored-by: Joel Challis * Update keyboards/linworks/fave84h/keymaps/default/keymap.c Co-authored-by: Joel Challis * Move LED config in ifdef * update read me * Update Product Name * Update keyboards/linworks/fave84h/rules.mk Co-authored-by: Ryan * Add Via RGB Matrix Control * Add base FAve 84H firmware * Add Via RGB Matrix Control * fix merge conflict * reduce max brightness * remove action macro and action function Co-authored-by: Joel Challis * Remove / update code to work with the build in QMK via hack * Update Read me * Add newline at end of rules Co-authored-by: Wolf Van Herreweghe Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/linworks/fave84h/keymaps/via/keymap.c | 2 +- keyboards/linworks/fave84h/keymaps/via/rules.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboards/linworks/fave84h/keymaps/via') 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 -- cgit v1.2.3