]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] adds spacetime keyboard (#5969)
authorKyle Terry <kyle@kyleterry.com>
Sun, 26 May 2019 20:05:42 +0000 (13:05 -0700)
committerDrashna Jaelre <drashna@live.com>
Sun, 26 May 2019 20:05:42 +0000 (13:05 -0700)
commitdf73a81db8d21af8c2ac45229eb7873787312d6a
tree8b1c8e841fdbe9f0cec7d0aef4b068c443218832
parent2f961265a147dbf568dcc86fad8123b2d02656bc
[Keyboard] adds spacetime keyboard (#5969)

* adds spacetime keyboard

* removes custom tap and mod functions

this commit replaces tap_key, control_key and shift_key with built-in
tap_code16.

* changes thumb layer and makes left palm key ralt
17 files changed:
keyboards/spacetime/config.h [new file with mode: 0644]
keyboards/spacetime/info.json [new file with mode: 0644]
keyboards/spacetime/keymaps/default/config.h [new file with mode: 0644]
keyboards/spacetime/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/spacetime/keymaps/default/readme.md [new file with mode: 0644]
keyboards/spacetime/keymaps/kyleterry/keymap.c [new file with mode: 0644]
keyboards/spacetime/keymaps/kyleterry/rules.mk [new file with mode: 0644]
keyboards/spacetime/readme.md [new file with mode: 0644]
keyboards/spacetime/rev1/rev1.c [new file with mode: 0644]
keyboards/spacetime/rev1/rev1.h [new file with mode: 0644]
keyboards/spacetime/rev1/rules.mk [new file with mode: 0644]
keyboards/spacetime/rev2/rev2.c [new file with mode: 0644]
keyboards/spacetime/rev2/rev2.h [new file with mode: 0644]
keyboards/spacetime/rev2/rules.mk [new file with mode: 0644]
keyboards/spacetime/rules.mk [new file with mode: 0644]
keyboards/spacetime/spacetime.c [new file with mode: 0644]
keyboards/spacetime/spacetime.h [new file with mode: 0644]