Add poker keymap with layer stacking
This commit is contained in:
parent
768ea72f10
commit
0c1d98bd3c
4 changed files with 14 additions and 6 deletions
|
@ -64,6 +64,8 @@ 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"
|
||||
#else
|
||||
static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue