浏览代码

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 查看文件

include $(TOP_DIR)/protocol/pjrc.mk include $(TOP_DIR)/protocol/pjrc.mk
include $(TOP_DIR)/common.mk include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.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