Uploaded November 2021 | Updated September 2026, 8 hours ago
normalise using the most compact and efficient layout, the 60% with arrow keys that is not ugly as hell and that does not look like a compact 65% also known as an ice cube tray
if you're wondering about the qmk keycode for the right shift slash key thing, it's:
RSFT_T(KC_SLSH)
as for the capslock control thing I do for my capslock key, it's: CTL_T(KC_CAPS)
I have the opposite set for my ctrl key, where if I tap it, it's capslock, but if I hold it, it's control. Here's the keycode: MT(MOD_LCTL, KC_CAPS)
normalise using the most compact and efficient layout, the 60% with arrow keys that is not ugly as hell and that does not look like a compact 65% also known as an ice cube tray
if you're wondering about the qmk keycode for the right shift slash key thing, it's:
RSFT_T(KC_SLSH)
as for the capslock control thing I do for my capslock key, it's: CTL_T(KC_CAPS)
I have the opposite set for my ctrl key, where if I tap it, it's capslock, but if I hold it, it's control. Here's the keycode: MT(MOD_LCTL, KC_CAPS)










