diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2018-09-20 01:13:58 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-20 01:13:58 +0200 |
commit | c23233f41ab9221577fc83bbae0a230452a38231 (patch) | |
tree | 659d89fab1b5d8e27642a3de50ac66e33205df83 /keyboards/zeal60 | |
parent | 71fe973190610bf155d864c71b8b326bc1b74eab (diff) | |
download | qmk_firmware-c23233f41ab9221577fc83bbae0a230452a38231.tar.gz qmk_firmware-c23233f41ab9221577fc83bbae0a230452a38231.tar.xz |
Keymap: Talljoe's keymap for oddball keyboards (#3910)
* Create layout for JD45
* Tweak layout to better support JD45 and add more tap dancing.
* Add Maltron and tweak layout for 40% enter compatibility.
* Switch back to `BL_TOGGLE` for backlight.
* More tweaks
* Rename talljoe_gherkin to talljoe-gherkin
* Make NAV layer tab C_S_T also.
* Add missing RESET key.
* Add Talljoe layout for minivan.
* MTI is not for me
* Tweak keymap.
* Add talljoe keymap to Atreus.
* Minor tweaks.
* Fix talljoe keymaps to work with new Zeal60 commit.
Diffstat (limited to 'keyboards/zeal60')
-rw-r--r-- | keyboards/zeal60/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/zeal60/rules.mk b/keyboards/zeal60/rules.mk index c4686f985..f099ea9fd 100644 --- a/keyboards/zeal60/rules.mk +++ b/keyboards/zeal60/rules.mk @@ -53,7 +53,7 @@ BOOTLOADER = atmel-dfu OPT_DEFS += -DNO_SUSPEND_POWER_DOWN # Build Options -# change to "no" to disable the options, or define them in the Makefile in +# change to "no" to disable the options, or define them in the Makefile in # the appropriate keymap folder that will get included automatically # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) @@ -76,3 +76,4 @@ RAW_ENABLE = yes DYNAMIC_KEYMAP_ENABLE = yes CIE1931_CURVE = yes +LAYOUTS = 60_ansi 60_iso 60_hhkb 60_ansi_split_bs_rshift |