add q8 keymap
This commit is contained in:
parent
9599adadc3
commit
c1f8d5061c
7 changed files with 85 additions and 6 deletions
|
@ -90,12 +90,6 @@ void matrix_scan_user(void) {
|
|||
achordion_task();
|
||||
}
|
||||
|
||||
// Returns true if `pos` on the left hand of the keyboard, false if right.
|
||||
static bool on_left_hand(keypos_t pos) {
|
||||
// works not really on planck for bottom row, but we handle that differently
|
||||
return pos.row < MATRIX_ROWS / 2;
|
||||
}
|
||||
|
||||
bool achordion_chord(uint16_t tap_hold_keycode,
|
||||
keyrecord_t* tap_hold_record,
|
||||
uint16_t other_keycode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue