add q8 keymap

This commit is contained in:
Christoph Cullmann 2024-03-02 14:55:58 +01:00
parent 9599adadc3
commit c1f8d5061c
7 changed files with 85 additions and 6 deletions

View file

@ -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) {
// works not really on planck for bottom row, but we handle that differently
return pos.row < MATRIX_ROWS / 2;
}
// layout helper macro, we just use 34 keys
#undef LAYOUT
#define LAYOUT(\