]> git.donarmstrong.com Git - qmk_firmware.git/commit
More work on Talljoe layout including adding layout support for HHKB and TKL. (#2946)
authorJoe Wasson <jwasson+github@gmail.com>
Sat, 12 May 2018 16:54:35 +0000 (09:54 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 12 May 2018 16:54:35 +0000 (09:54 -0700)
commit6dda0d6e34ac47c6dfdee1429937b445bf941425
treee74a9e09830312df42d60858ae2673ec638f81c2
parent48a68dcf107314d81fbade38d3969caaa31b5671
More work on Talljoe layout including adding layout support for HHKB and TKL. (#2946)

* Add tap-dancing semicolon.

* Infinity60 was running out of USB space.

* Rename common layout variable so it doesn't collide with some keyboards.

* Godspeed!!!

* Patch the number of LEDs for 1up60rgb

* Don't light up if rgblight is off.

* Add HHKB layout.

* Add HHKB to Talljoe's layout.

* Bring back bananasplit keymap.

* info.json

* Userspace config.h doesn't seem to be setting PREVENT_STUCK_MODIFIERS

* Remove 1uprgb workaround

* Add TKL to talljoe keymap.

Also introduces the tkl layout.
26 files changed:
keyboards/1up60rgb/1up60rgb.h
keyboards/1up60rgb/info.json
keyboards/1up60rgb/rules.mk
keyboards/bananasplit/keymaps/talljoe/config.h [new file with mode: 0644]
keyboards/bananasplit/keymaps/talljoe/keymap.c [new file with mode: 0644]
keyboards/frosty_flake/frosty_flake.h
keyboards/frosty_flake/rules.mk
layouts/community/60_ansi/talljoe-ansi/config.h
layouts/community/60_ansi_split_bs_rshift/talljoe/config.h
layouts/community/60_hhkb/talljoe-hhkb/config.h [new file with mode: 0644]
layouts/community/60_hhkb/talljoe-hhkb/keymap.c [new file with mode: 0644]
layouts/community/60_hhkb/talljoe-hhkb/rules.mk [new file with mode: 0644]
layouts/community/ortho_4x12/talljoe/config.h
layouts/community/tkl_ansi/talljoe-tkl/config.h [new file with mode: 0644]
layouts/community/tkl_ansi/talljoe-tkl/keymap.c [new file with mode: 0644]
layouts/community/tkl_ansi/talljoe-tkl/rules.mk [new file with mode: 0644]
layouts/default/60_hhkb/default_60_hhkb/keymap.c [new file with mode: 0644]
layouts/default/60_hhkb/layout.json [new file with mode: 0644]
layouts/default/60_hhkb/readme.md [new file with mode: 0644]
layouts/default/tkl_ansi/default_tkl_ansi/keymap.c [new file with mode: 0644]
layouts/default/tkl_ansi/layout.json [new file with mode: 0644]
layouts/default/tkl_ansi/readme.md [new file with mode: 0644]
users/talljoe/rules.mk
users/talljoe/talljoe.c
users/talljoe/talljoe.h
users/talljoe/tapdance.c [new file with mode: 0644]