From 0c1d98bd3c0b0ea4f109d2515521f1fcbccf3d3f Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 15 Feb 2013 15:24:50 +0900 Subject: Add poker keymap with layer stacking --- keyboard/gh60/keymap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keyboard/gh60/keymap.c') diff --git a/keyboard/gh60/keymap.c b/keyboard/gh60/keymap.c index a17c11fc3b..9438782f2e 100644 --- a/keyboard/gh60/keymap.c +++ b/keyboard/gh60/keymap.c @@ -64,6 +64,8 @@ along with this program. If not, see . #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] = { /* -- cgit v1.2.3