no Achordion
This commit is contained in:
parent
0894f929ae
commit
6ecdcbcf64
6 changed files with 0 additions and 402 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue