From 0142b571c46c7db314063615c956cbc5ec9720f1 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 16 Feb 2013 02:58:19 +0900 Subject: 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 --- keyboard/gh60/Makefile.pjrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'keyboard/gh60/Makefile.pjrc') diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index 8bca1659bf..4559ce32f1 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc @@ -95,5 +95,8 @@ plain: all poker: OPT_DEFS += -DKEYMAP_POKER poker: all -poker_stack: OPT_DEFS += -DKEYMAP_POKER_STACK -poker_stack: all +poker_bit: OPT_DEFS += -DKEYMAP_POKER_SET +poker_bit: all + +poker_bit: OPT_DEFS += -DKEYMAP_POKER_BIT +poker_bit: all -- cgit v1.2.3