From c1f8d5061c47aca0f501f254bc088fd34e268b0d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 2 Mar 2024 14:55:58 +0100 Subject: add q8 keymap --- common/keymap.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common') diff --git a/common/keymap.h b/common/keymap.h index 21a00dc..72208b8 100644 --- a/common/keymap.h +++ b/common/keymap.h @@ -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, -- cgit v1.2.3