diff options
author | tmk <nobody@nowhere> | 2013-02-16 02:58:19 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-16 03:02:05 +0900 |
commit | 0142b571c46c7db314063615c956cbc5ec9720f1 (patch) | |
tree | 2f25f32c17004507a383dbfdf1bc6821a421ff6a /keyboard/gh60/keymap.c | |
parent | d9f287586635a401b8d6a80614bee6dbebe2f18c (diff) |
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
Diffstat (limited to 'keyboard/gh60/keymap.c')
-rw-r--r-- | keyboard/gh60/keymap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboard/gh60/keymap.c b/keyboard/gh60/keymap.c index 9438782f2e..8739aa163b 100644 --- a/keyboard/gh60/keymap.c +++ b/keyboard/gh60/keymap.c @@ -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] = { /* |