From 089ceae1f7c15d63efa29b78d58179e635990eca Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 15 Sep 2024 16:40:37 +0200 Subject: try sm_td --- planck/keymap.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'planck') diff --git a/planck/keymap.c b/planck/keymap.c index b0c2794..3e8713d 100644 --- a/planck/keymap.c +++ b/planck/keymap.c @@ -16,12 +16,6 @@ #include QMK_KEYBOARD_H -// Returns true if `pos` on the left hand of the keyboard, false if right. -static bool on_left_hand(keypos_t pos) -{ - return (pos.row < 3) || (pos.row == 3 && pos.col < 3) || (pos.row == 7 && pos.col > 2); -} - // layout helper macro, we just use 42 keys #undef LAYOUT #define LAYOUT(\ -- cgit v1.2.3