diff options
Diffstat (limited to 'keyboards/handwired/stream_cheap/2x4/2x4.h')
-rw-r--r-- | keyboards/handwired/stream_cheap/2x4/2x4.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/handwired/stream_cheap/2x4/2x4.h b/keyboards/handwired/stream_cheap/2x4/2x4.h new file mode 100644 index 0000000000..07856044f2 --- /dev/null +++ b/keyboards/handwired/stream_cheap/2x4/2x4.h @@ -0,0 +1,12 @@ +#pragma once + +#include "quantum.h" + +#define LAYOUT_ortho_2x4(\ + K00, K01, K02,K03, \ + K04, K05, K06,K07 \ +) \ + { \ + { K00,K01,K02,K03}, \ + { K04,K05,K06,K07} \ +} |