adjust to upstream pull request

This commit is contained in:
Christoph Cullmann 2024-11-20 21:55:30 +01:00
parent acf6efe150
commit 2f291e93ab
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
#include QMK_KEYBOARD_H
char chordal_hold_handedness_user(keypos_t key)
char chordal_hold_handedness(keypos_t key
{
return (key.row < MATRIX_ROWS / 2) ? 'L' : 'R';
}