Updates to Talljoe's Keymaps (#10115)
* Minor Tweak * Refactor spacebar defines. * Add TMO50 layout * Rename Atreus keymap. * Refactor Atreus for readability. * Eliminate tapdance quote and tweak maltroff. * Factor out tapdance. * Add some fancy combos and keys. * Remove combos for now because they cause pain. * WIP visualizer * Alternate method for reset * WIP2 visualizer * Layer text tweak. * Add made-up layout Nortron as a combination of Norman and Maltron. * Add backspace. * Add Talljoe keymap to Prime E. * Fix double-colon so it doesn't press enter if shift is released early. * Use new make command. * Bring some modern standards into code and add licenses. * Remove QMK_KEYBOARD_CONFIG_H and fixup QMK_KEYBOARD_H. * Move from `biton32` to `get_highest_layer`. * Remove PREVENT_STUCK_MODIFIERS * Update keyboards/thevankeyboards/minivan/keymaps/talljoe-minivan/config.h
This commit is contained in:
parent
b5ebdf1b3a
commit
7ce5402417
34 changed files with 875 additions and 318 deletions
|
|
@ -1,4 +1,11 @@
|
|||
SRC += talljoe.c tapdance.c
|
||||
SRC += talljoe.c macros.c $(wildcard users/talljoe/tapdance/*.c)
|
||||
ifeq ($(strip $(VISUALIZER_ENABLE)), yes)
|
||||
SRC += visualizer.c
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(FLASH_BOOTLOADER)), yes)
|
||||
OPT_DEFS += -DFLASH_BOOTLOADER
|
||||
endif
|
||||
|
||||
EXTRAFLAGS+=-flto
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue