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
Can be disabled in QMK with KC_ASON / KC_ASOFF / KC_ASTG and no AUTO_SHIFT_NO_SETUP. Should add to keyboard control layer anyway.
Auto disable / enable on layer change with custom code
ZMK has no auto shift yet. Add fake auto shift via tap hold but leave off for tap-only layer
KMonad has no auto shift yet. Using fake auto shift via tap hold but can leave off for tap-only layer. Or just exit and use raw keyboard but might need faster / smoother switching.
Use superset mapping, map all extra keys to unique keys for rebinding
Support overriding layout macros from config file
Add default for this layer to common mappings
Activation:
Activate from unused keycode similar to current reset. Won't be able to return to normal mode without hardware reset.
Activate / deactivate from unused extra key in subset mapping. Not available on 36 key boards.
The text was updated successfully, but these errors were encountered:
Add a toggleable copy of the base layer without dual function keys for use with games (and applications with similar needs such as KMonad).
KC_ASON
/KC_ASOFF
/KC_ASTG
and noAUTO_SHIFT_NO_SETUP
. Should add to keyboard control layer anyway.The text was updated successfully, but these errors were encountered: