@@ -175,7 +175,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// Callum's one shot functionality
bool is_oneshot_cancel_key(uint16_t keycode) {
switch (keycode) {
case KC_BSPC :
case KC_ESC:
return true;
default:
return false;
The note is not visible to the blocked user.