You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- USER05 (default: Fn+V) Fn layer defined keys static color toggle
27
+
28
+
RGB must be toggled on for all indicators to function. If you do not want an RGB mode active but still want the indicators, toggle RGB on and turn the brightness all the way off. The indicators will remain at full brightness.
29
+
30
+
Please make sure to save any customizations you have made in VIA to a .json file before flashing the firmware. Sometimes it has been necessary to re-apply those changes in VIA after flashing the firmware. If that is the case, you will most likely need to manually add the USER00 through USER05 custom keycodes after loading your customizations from the saved .json file. Then re-save a new .json file which will have your previous customizations and the custom keycodes for future use as needed.
31
+
32
+
#### USE AT YOUR OWN RISK
33
+
34
+
## Changelog:
35
+
36
+
v1.0.4 October 9, 2021
37
+
- Caps Lock and Fn layer toggles are now stored in eeprom so settings will remain when Q1 is unplugged
38
+
39
+
v1.0.3 October 8, 2021
40
+
- now using keycode toggles instead of preprocessor directive to set the various Caps Lock and Fn Layer RGB lighting options. This allows for setting the options from user space without having to recompile.
- added CAPS_LOCK_INDICATOR_LIGHT_TAB config option to enable/disable lighting Tab with Caps Lock indicator
45
+
- added FN_LAYER_COLOR config option to set FN layer static color
46
+
47
+
v1.0.1 October 7, 2021
48
+
- Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so thay can be labeled properly in VIA (adopted change from gtg465x)
49
+
50
+
v1.0.0 September 30, 2021
51
+
- Initial release built upon keymap by Grayson Carr (gtg465x)
52
+
- defined Mission Control (F3) and Launchpad (F4) keycodes for macOs
53
+
- RGB backlight turns off when computer sleeps
54
+
- added Caps Lock indicator lighting both the Caps Lock and Tab LEDs for better effect on non-backlit keycaps
0 commit comments