diff options
Diffstat (limited to 'keyboards/handwired/stream_cheap/2x5/2x5.h')
-rw-r--r-- | keyboards/handwired/stream_cheap/2x5/2x5.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/handwired/stream_cheap/2x5/2x5.h b/keyboards/handwired/stream_cheap/2x5/2x5.h new file mode 100644 index 0000000000..f01c8302a2 --- /dev/null +++ b/keyboards/handwired/stream_cheap/2x5/2x5.h @@ -0,0 +1,11 @@ +#pragma once + +#include "quantum.h" + +#define LAYOUT_ortho_2x5( \ + K00, K01, K02, K03, K04, \ + K10, K11, K12, K13, K14 \ +) { \ + { K00, K01, K02, K03, K04 }, \ + { K10, K11, K12, K13, K14 } \ +} |