add alternate repeat keys

This commit is contained in:
♥ Minnie ♥ 2024-02-05 11:00:18 +08:00
parent bf2b15868a
commit 84af5eaa36

View file

@ -5,6 +5,9 @@
// Our custom keycodes // Our custom keycodes
enum custom_keycodes { enum custom_keycodes {
BSPC_DW = SAFE_RANGE, BSPC_DW = SAFE_RANGE,
// Additional, distinct "Alternate Repeat"-like keys.
ALTREP2 = SAFE_RANGE,
ALTREP3,
SC_TOGG, SC_TOGG,
}; };