1
0
Fork 0
qmk_firmware/keyboards/spacetime/spacetime.h
Kyle Terry df73a81db8 [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
2019-05-26 13:05:42 -07:00

12 lines
157 B
C

#pragma once
#ifdef KEYBOARD_spacetime_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_spacetime_rev2
#include "rev2.h"
#endif
#include "quantum.h"