summaryrefslogtreecommitdiff
path: root/keyboards/handwired/myskeeb/myskeeb.h
diff options
context:
space:
mode:
authorsu8044 <58837515+su8044@users.noreply.github.com>2020-03-07 04:53:05 -0500
committerGitHub <noreply@github.com>2020-03-07 01:53:05 -0800
commitd7ba0ad684a18c07952963427ca89a8e8e7e1903 (patch)
tree727ece6dd0525a19be938d342df882f71c67ab62 /keyboards/handwired/myskeeb/myskeeb.h
parentc4d8e5692837e8c0377d9111b37308f55cf3edba (diff)
[Keyboard] Handwired Skeeb Keyboard (#8161)
* adding Handwired Skeeb Keyboard * Apply suggestions from fauxpark * Apply more suggestions from fauxpark and small change to layout * Apply more suggestions from noroadsleft and last tap dance
Diffstat (limited to 'keyboards/handwired/myskeeb/myskeeb.h')
-rw-r--r--keyboards/handwired/myskeeb/myskeeb.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/handwired/myskeeb/myskeeb.h b/keyboards/handwired/myskeeb/myskeeb.h
new file mode 100644
index 0000000000..60762a35cd
--- /dev/null
+++ b/keyboards/handwired/myskeeb/myskeeb.h
@@ -0,0 +1,22 @@
+#include "quantum.h"
+
+#define LAYOUT( \
+ L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
+ L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \
+ L20, L21, L22, L23, L24, L25, L26, R20, R21, R22, R23, R24, R25, R26, \
+ L30, L31, L32, L33, L34, L35, L36, R30, R31, R32, R33, R34, R35, R36, \
+ L40, L41, L42, L43, L44, L45, L46, R40, R41, R42, R43, R44, R45, R46 \
+ ) \
+ { \
+ { L00, L01, L02, L03, L04, L05, L06 }, \
+ { L10, L11, L12, L13, L14, L15, L16 }, \
+ { L20, L21, L22, L23, L24, L25, L26 }, \
+ { L30, L31, L32, L33, L34, L35, L36 }, \
+ { L40, L41, L42, L43, L44, L45, L46 }, \
+ { R00, R01, R02, R03, R04, R05, R06 }, \
+ { R10, R11, R12, R13, R14, R15, R16 }, \
+ { R20, R21, R22, R23, R24, R25, R26 }, \
+ { R30, R31, R32, R33, R34, R35, R36 }, \
+ { R40, R41, R42, R43, R44, R45, R46 } \
+ }
+