ソースを参照

Add 'poker' target to Makefile.pjrc of gh60

tags/v1.9
tmk 11年前
コミット
2fe406de3a
1個のファイルの変更4行の追加1行の削除
  1. 4
    1
      keyboard/gh60/Makefile.pjrc

+ 4
- 1
keyboard/gh60/Makefile.pjrc ファイルの表示

@@ -89,5 +89,8 @@ include $(TOP_DIR)/protocol/pjrc.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk

plain: OPT_DEFS += -DPLAIN_MAP
plain: OPT_DEFS += -DKEYMAP_PLAIN
plain: all

poker: OPT_DEFS += -DKEYMAP_POKER
poker: all

読み込み中…
キャンセル
保存