Update M0110 keymap and add a Make target 'hasu'.
- change keymap for M0110 - add a Make target 'hasu' to build with hasu keymap.
This commit is contained in:
parent
660ea5a2cd
commit
7597582a85
3 changed files with 47 additions and 31 deletions
|
|
@ -50,3 +50,6 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
|
|||
|
||||
include $(COMMON_DIR)/pjrc.mk
|
||||
include $(COMMON_DIR)/common.mk
|
||||
|
||||
hasu: EXTRAFLAGS += -DHASU
|
||||
hasu: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue