better chordal_hold_handedness

planck is the only tricky one
This commit is contained in:
Christoph Cullmann 2024-12-26 17:29:58 +01:00
parent 338ba782d6
commit 05eccc1311
No known key found for this signature in database
5 changed files with 24 additions and 7 deletions

View file

@ -89,13 +89,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
char chordal_hold_handedness(keypos_t key)
{
// special handle thumb keys
if (key.row == 3 || key.row == 7) return '*';
return (key.row < MATRIX_ROWS / 2) ? 'L' : 'R';
}
#ifndef CC_NO_LED
void keyboard_post_init_user(void) {