diff options
author | Jakub HorĂ¡k <jakub@horak.io> | 2021-12-27 02:42:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 13:42:01 +1100 |
commit | 743f78022127ad15e8ad4c736375516735469d63 (patch) | |
tree | 9caecae80bc341295890e1f85576c3712a651ce7 /keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rules.mk | |
parent | 093d5c9991c42ec428d89aeec24c6df2200ff7b3 (diff) |
[Keymap] Add keymap for the Keychron Q1 ISO layout (#14853)
* Add keymap for the Keychron Q1 ISO layout
- The rightest key column is: Ins, Home, PgUp, PgDn, which differs from the default.
- RGB lighting turns off when the computer sleeps
- Caps Lock and alpha keys turn red to indicate when Caps Lock is on
- When the Fn layer is active, RGB lighting turns off for keys that are not assigned
* Update keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rgb_matrix_user.c
Suggestion from review
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rules.mk')
-rw-r--r-- | keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rules.mk b/keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rules.mk new file mode 100644 index 0000000000..af720e37ee --- /dev/null +++ b/keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rules.mk @@ -0,0 +1,6 @@ +VIA_ENABLE = yes +MOUSEKEY_ENABLE = no + +ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes) + SRC += rgb_matrix_user.c +endif
\ No newline at end of file |