Skip to content

Commit

Permalink
Makefile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimi committed Apr 9, 2021
1 parent f795feb commit c585808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ Building from Source
0. Do the prerequisite stuff in the [build doc](doc/build.md).
1. `git clone https://github.com/kaimi/tmk_keyboard`.
2. `cd tmk_keyboard/keyboard/ergodox`.
3. `make neo`.
3. `make clean`, just to be sure.
3. `KEYMAP=neo make -f Makefile.pjrc`.
4. Either flash manually using teensy loader or (with `teensy_loader_cli` in
your PATH) run `make teensy`.
your PATH) run `KEYMAP=neo make -f Makefile.pjrc teensy`.

Problems
--------
Expand Down
18 changes: 0 additions & 18 deletions keyboard/ergodox/Makefile.pjrc
Original file line number Diff line number Diff line change
Expand Up @@ -106,21 +106,3 @@ include $(TMK_DIR)/protocol.mk
include $(TMK_DIR)/protocol/pjrc.mk
include $(TMK_DIR)/common.mk
include $(TMK_DIR)/rules.mk

dvorak: OPT_DEFS += -DKEYMAP_DVORAK
dvorak: all

colemak: OPT_DEFS += -DKEYMAP_COLEMAK
colemak: all

neo: OPT_DEFS += -DKEYMAP_NEO
neo: all

workman: OPT_DEFS += -DKEYMAP_WORKMAN
workman: all

micro: OPT_DEFS += -DKEYMAP_MICRO
micro: all

cub: OPT_DEFS += -DKEYMAP_CUB
cub: all

0 comments on commit c585808

Please sign in to comment.