summaryrefslogtreecommitdiff
path: root/common/keymap.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-03-02 14:55:58 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-03-02 14:56:45 +0100
commitc1f8d5061c47aca0f501f254bc088fd34e268b0d (patch)
tree6e6eb9438e3a28f04e6123dc6da4f2c554269e83 /common/keymap.h
parent9599adadc35f3d3746c2c3811cd4fba05c09a305 (diff)
add q8 keymap
Diffstat (limited to 'common/keymap.h')
-rw-r--r--common/keymap.h6
1 files changed, 0 insertions, 6 deletions
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,