ソースを参照

Remove unnecessary changes

keymap_in_eeprom
Kai Ryu 10年前
コミット
c19d349622
1個のファイルの変更12行の追加0行の削除
  1. 12
    0
      keyboard/gh60/Makefile.pjrc

+ 12
- 0
keyboard/gh60/Makefile.pjrc ファイルの表示

@@ -103,3 +103,15 @@ VPATH += $(TOP_DIR)
include $(TOP_DIR)/protocol/pjrc.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk

plain: OPT_DEFS += -DKEYMAP_PLAIN
plain: all

poker: OPT_DEFS += -DKEYMAP_POKER
poker: all

poker_set: OPT_DEFS += -DKEYMAP_POKER_SET
poker_set: all

poker_bit: OPT_DEFS += -DKEYMAP_POKER_BIT
poker_bit: all