misc
This commit is contained in:
parent
d69e74ac64
commit
8f3ad54fd6
1 changed files with 1 additions and 1 deletions
2
keymap.c
2
keymap.c
|
@ -67,7 +67,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
switch (keycode) {
|
||||
// CAPS gets toggeled when LSFT & RSFT are pressed together
|
||||
// CAPS gets toggeled when LSFT & RSFT are pressed together
|
||||
case KC_LSFT:
|
||||
if (record->event.pressed) {
|
||||
if (get_mods() & MOD_BIT(KC_RSFT) ) {
|
||||
|
|
Loading…
Reference in a new issue