mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 14:44:16 -04:00
Forgot a semicolon!!!
This commit is contained in:
parent
d997b1aa0b
commit
8e29b0b71a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
current_base_layer = (current_base_layer + 1) % NUM_BASE_LAYER;
|
||||
set_single_persistent_default_layer(current_base_layer);
|
||||
}
|
||||
return false
|
||||
return false;
|
||||
|
||||
/*
|
||||
case QWERTY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue