[Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)

This commit is contained in:
Drashna Jaelre 2021-11-17 12:45:50 -08:00 committed by GitHub
parent 2c5d66987d
commit 254e26554b
Failed to generate hash of commit
9 changed files with 51 additions and 13 deletions

View file

@ -199,6 +199,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *re
}
}
break;
#endif
case KEYLOCK: {
static host_driver_t *host_driver = 0;
@ -215,7 +216,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *re
}
break;
}
#endif
}
return true;
}