diff options
author | tmk <nobody@nowhere> | 2013-02-15 15:34:46 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-15 15:34:46 +0900 |
commit | f8d289e66965f99469292370c3b9200a03254f8e (patch) | |
tree | 98b2502fd231d4916270b76632242a15bb27781d /keyboard/gh60/keymap.c | |
parent | 7a31451a077a55e1ad97cf8b31a111c7cd311a4d (diff) | |
parent | 2b811352a1497e28b946a49f9f31dc15dbda420b (diff) | |
download | qmk_firmware-f8d289e66965f99469292370c3b9200a03254f8e.tar.gz |
Merge branch 'layer_stack'
Diffstat (limited to 'keyboard/gh60/keymap.c')
-rw-r--r-- | keyboard/gh60/keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/gh60/keymap.c b/keyboard/gh60/keymap.c index a17c11fc3..9438782f2 100644 --- a/keyboard/gh60/keymap.c +++ b/keyboard/gh60/keymap.c @@ -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] = { /* |