mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-06 07:52:06 +00:00
Fix formatting.
This commit is contained in:
parent
da8ccf0d18
commit
1606d67f51
@ -647,7 +647,7 @@ static uint8_t waiting_buffer_find_chordal_hold(void) {
|
||||
uint16_t prev_keycode = get_record_keycode(&tapping_key, false);
|
||||
|
||||
for (uint8_t i = waiting_buffer_tail; i != waiting_buffer_head; i = (i + 1) % WAITING_BUFFER_SIZE) {
|
||||
keyrecord_t *cur = &waiting_buffer[i];
|
||||
keyrecord_t * cur = &waiting_buffer[i];
|
||||
const uint16_t cur_keycode = get_record_keycode(cur, false);
|
||||
|
||||
if (get_chordal_hold(prev_keycode, prev, cur_keycode, cur)) {
|
||||
|
Loading…
Reference in New Issue
Block a user