no Achordion

This commit is contained in:
Christoph Cullmann 2023-09-21 10:53:44 +02:00
parent 0894f929ae
commit 6ecdcbcf64
No known key found for this signature in database
6 changed files with 0 additions and 402 deletions

View file

@ -31,12 +31,6 @@ K20, K21, K22, K23, K24, KC_NO, KC_NO, K25, K26, K27, K28, K29
KC_NO, KC_NO, KC_NO, K30, K31, KC_NO, KC_NO, K32, K33, KC_NO, KC_NO, KC_NO\
)
// Planck is like a split keyboard, beside for the last row
static bool my_on_left_hand(keypos_t pos)
{
return (pos.row < 3) || (pos.row == 3 && pos.col < 3) || (pos.row == 7 && pos.col > 2);
}
// our shared 34 keys keymap
#include "../common/keymap.h"

View file

@ -14,9 +14,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 planck/rev6_drop -km christoph-cullmann
# qmk flash -kb planck/rev6_drop -km christoph-cullmann