qmk_userspace/keyboards/keyboardio/atreus/keymaps/miryoku/keymap.c
Jason McBrayer 1d64d0a2dc
Some checks failed
Build QMK firmware / QMK Userspace Build (push) Has been cancelled
Build QMK firmware / QMK Userspace Publish (push) Has been cancelled
Add predictive tap hold module
2026-04-22 15:38:48 -04:00

11 lines
1.1 KiB
C

// Copyright 2019 Manna Harbour
// https://github.com/manna-harbour/miryoku
// This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
const uint8_t pth_side_layout[MATRIX_ROWS][MATRIX_COLS] PROGMEM = LAYOUT( \
PTH_L, PTH_L, PTH_L, PTH_L, PTH_L, PTH_R, PTH_R, PTH_R, PTH_R, PTH_R, \
PTH_L, PTH_L, PTH_L, PTH_L, PTH_L, PTH_R, PTH_R, PTH_R, PTH_R, PTH_R, \
PTH_L, PTH_L, PTH_L, PTH_L, PTH_L, XXX, XXX, PTH_R, PTH_R, PTH_R, PTH_R, PTH_R, \
XXX, XXX, XXX, PTH_L, PTH_L, PTH_L, PTH_R, PTH_R, PTH_R, XXX, XXX, XXX \
);