From 6ecdcbcf6437e128f8af53d1bb68e47fb5ae0554 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 21 Sep 2023 10:53:44 +0200 Subject: no Achordion --- totem/keymaps/default/keymap.c | 6 ------ totem/keymaps/default/rules.mk | 3 --- 2 files changed, 9 deletions(-) (limited to 'totem/keymaps/default') diff --git a/totem/keymaps/default/keymap.c b/totem/keymaps/default/keymap.c index 7b02822..9b7019c 100644 --- a/totem/keymaps/default/keymap.c +++ b/totem/keymaps/default/keymap.c @@ -30,11 +30,5 @@ KC_NO, K20, K21, K22, K23, K24, K25, K26, K27, K28 KC_NO, K30, K31, K32, K33, KC_NO\ ) -// split keyboard -static bool my_on_left_hand(keypos_t pos) -{ - return pos.row < MATRIX_ROWS / 2; -} - // our shared 34 keys keymap #include "../../../common/keymap.h" diff --git a/totem/keymaps/default/rules.mk b/totem/keymaps/default/rules.mk index c9bebe4..6d6a602 100644 --- a/totem/keymaps/default/rules.mk +++ b/totem/keymaps/default/rules.mk @@ -11,9 +11,6 @@ SPACE_CADET_ENABLE = no GRAVE_ESC_ENABLE = no MAGIC_ENABLE = no -# add achordion to improve home row modifiers -SRC += ../../../common/achordion.c - # build # qmk compile -kb totem -km default # qmk flash -kb totem -km default -- cgit v1.2.3