Revert "back to achordion"

This reverts commit edf089efd7.

Try the latest state after

https://github.com/qmk/qmk_firmware/pull/24560#discussion_r1896946211
This commit is contained in:
Christoph Cullmann 2024-12-26 17:10:58 +01:00
parent edf089efd7
commit 338ba782d6
No known key found for this signature in database
9 changed files with 7 additions and 669 deletions

View file

@ -20,11 +20,5 @@ KC_NO, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29
KC_NO, K30, K31, K32, K33, KC_NO\
)
// 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 < MATRIX_ROWS / 2;
}
// our shared 42 keys keymap
#include "common/keymap.h"

View file

@ -20,12 +20,6 @@ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29
K30, K31, K32, K33\
)
// 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 < MATRIX_ROWS / 2;
}
// no led
#define CC_NO_LED

View file

@ -20,11 +20,5 @@ 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\
)
// 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);
}
// our shared 42 keys keymap
#include "common/keymap.h"

View file

@ -20,12 +20,6 @@ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29
K30, K31, K32, K33\
)
// 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 < MATRIX_ROWS / 2;
}
// no led
#define CC_NO_LED