From df73a81db8d21af8c2ac45229eb7873787312d6a Mon Sep 17 00:00:00 2001 From: Kyle Terry Date: Sun, 26 May 2019 13:05:42 -0700 Subject: [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 --- keyboards/spacetime/spacetime.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 keyboards/spacetime/spacetime.h (limited to 'keyboards/spacetime/spacetime.h') diff --git a/keyboards/spacetime/spacetime.h b/keyboards/spacetime/spacetime.h new file mode 100644 index 0000000000..0235c2b254 --- /dev/null +++ b/keyboards/spacetime/spacetime.h @@ -0,0 +1,11 @@ +#pragma once + +#ifdef KEYBOARD_spacetime_rev1 + #include "rev1.h" +#endif + +#ifdef KEYBOARD_spacetime_rev2 + #include "rev2.h" +#endif + +#include "quantum.h" -- cgit v1.2.3