[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
This commit is contained in:
parent
2f961265a1
commit
df73a81db8
17 changed files with 856 additions and 0 deletions
11
keyboards/spacetime/spacetime.h
Normal file
11
keyboards/spacetime/spacetime.h
Normal file
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue