Add keymaps of gh60
- keymap_poker.h poker emulation - keymap_poker_set.h poker emulation with Esc fix and cursor fix - keymap_poker_bit.h poker emulation with Esc fix and cursor fix
This commit is contained in:
parent
d9f2875866
commit
0142b571c4
7 changed files with 163 additions and 108 deletions
|
@ -64,8 +64,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "keymap_plain.h"
|
||||
#elif defined(KEYMAP_POKER)
|
||||
#include "keymap_poker.h"
|
||||
#elif defined(KEYMAP_POKER_STACK)
|
||||
#include "keymap_poker_stack.h"
|
||||
#elif defined(KEYMAP_POKER_SET)
|
||||
#include "keymap_poker_set.h"
|
||||
#elif defined(KEYMAP_POKER_BIT)
|
||||
#include "keymap_poker_bit.h"
|
||||
#else
|
||||
static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue