fix build error (#11939)

master
shela 2021-02-17 15:29:15 +09:00 committed by GitHub
parent bf3ee94b9a
commit fe7240628a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
register_code(r_inner); register_code(r_inner);
r_long_pressed = true; r_long_pressed = true;
} }
set_single_persistent_default_layer(_PSEUDO); // set_single_persistent_default_layer(_PSEUDO);
} }
return false; return false;
case TENKEY: case TENKEY:
@ -433,7 +433,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true; return true;
} }
uint16_t get_tapping_term(uint16_t keycode) { uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
switch (keycode) { switch (keycode) {
case LT_SPFN: case LT_SPFN:
return SPFN_TAPPING_TERM; return SPFN_TAPPING_TERM;