Revert "try sm_td"
This reverts commit 089ceae1f7
.
doesn't work for me, random stuff happens, t not triggers at all
This commit is contained in:
parent
089ceae1f7
commit
ee341d225b
8 changed files with 612 additions and 880 deletions
|
@ -16,6 +16,12 @@
|
|||
|
||||
#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 < MATRIX_ROWS / 2;
|
||||
}
|
||||
|
||||
// layout helper macro, we just use 42 keys
|
||||
#undef LAYOUT
|
||||
#define LAYOUT(\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue