Fix bug with layer caching in get_event_keycode (#8693)
* Fix bug with layer caching in get_event_keycode * Improve naming
This commit is contained in:
parent
eb7fc7f9d9
commit
23124b9fd1
5 changed files with 16 additions and 13 deletions
|
@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define WAITING_BUFFER_SIZE 8
|
||||
|
||||
#ifndef NO_ACTION_TAPPING
|
||||
uint16_t get_event_keycode(keyevent_t event);
|
||||
uint16_t get_event_keycode(keyevent_t event, bool update_layer_cache);
|
||||
uint16_t get_tapping_term(uint16_t keycode);
|
||||
void action_tapping_process(keyrecord_t record);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue