summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md
diff options
context:
space:
mode:
authorGrayson Carr <734415+gtg465x@users.noreply.github.com>2021-10-06 11:36:04 -0400
committerGitHub <noreply@github.com>2021-10-06 08:36:04 -0700
commitd5fae3a6f96d44a432350d5f487204a962c5f9bc (patch)
treec6bb3798b8150714cc53171ba7f091583252a85b /keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md
parentf32db0bdd1f25099605ed324f1e8eab9aa7361e4 (diff)
Updated Keychron Q1 user keymap (#14666)
* Updated Keychron Q1 user keymap - Added Caps Lock indicator - Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA * Only use VIA keycode range if VIA is enabled * Reformatted led_indexes enum to match layout * Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Fixes * Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color * Fixed int sizing for keycodes
Diffstat (limited to 'keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md')
-rw-r--r--keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md b/keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md
index c10416e690..c2d5799bb8 100644
--- a/keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md
+++ b/keyboards/keychron/q1/rev_0100/keymaps/gtg465x/README.md
@@ -2,3 +2,20 @@
- On macOS, F3 opens Mission Control and F4 opens Launchpad without needing to configure shortcuts in System Preferences
- 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
+
+## Changelog
+
+### 10/3/2021 - 1.0.3
+
+- Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned
+
+### 10/1/2021 - 1.0.2
+
+- Added Caps Lock indicator (my implementation is different, but this was inspired by mkillewald)
+- Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA
+
+### 9/28/2021 - 1.0.1
+
+- Initial release