diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-06-21 04:22:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 19:22:53 -0700 |
commit | e8e45bca986657adf292e84a88c9cc1459cd9f7b (patch) | |
tree | 9751cc753c9e7b554978726b813aa6ee42c61409 /keyboards/linworks/fave84h/keymaps | |
parent | 0a45a198015ea4983f72288304aa99459af0e7d8 (diff) | |
download | qmk_firmware-e8e45bca986657adf292e84a88c9cc1459cd9f7b.tar.gz qmk_firmware-e8e45bca986657adf292e84a88c9cc1459cd9f7b.zip |
[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 <git@zvecr.com>
* Update keyboards/linworks/fave84h/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/linworks/fave84h/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Move LED config in ifdef
* update read me
* Update Product Name
* Update keyboards/linworks/fave84h/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* 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 <git@zvecr.com>
* 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 <wolfvh@getupgamesofficial.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/linworks/fave84h/keymaps')
-rw-r--r-- | keyboards/linworks/fave84h/keymaps/via/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/linworks/fave84h/keymaps/via/rules.mk | 1 |
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 |