summaryrefslogtreecommitdiffstats
path: root/keyboards/c39/c39.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2019-03-27 16:50:28 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-27 16:50:28 +0100
commit6f124b790938e2e74431fc85f2cc1ae04d824f6e (patch)
treec4af72702d70da19af56712df400a0a6189750f2 /keyboards/c39/c39.h
parent2519de92b50f5df6939d1e404f09650383c2d1a6 (diff)
downloadqmk_firmware-6f124b790938e2e74431fc85f2cc1ae04d824f6e.tar.gz
qmk_firmware-6f124b790938e2e74431fc85f2cc1ae04d824f6e.tar.xz
[Keyboard] Add Collide39 keyboard (#5486)
* Add Collide39 keyboard * Remove unneeded lines
Diffstat (limited to 'keyboards/c39/c39.h')
-rwxr-xr-xkeyboards/c39/c39.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/c39/c39.h b/keyboards/c39/c39.h
new file mode 100755
index 000000000..797dd1ef7
--- /dev/null
+++ b/keyboards/c39/c39.h
@@ -0,0 +1,17 @@
+#pragma once
+
+#include "quantum.h"
+
+#define ___ KC_NO
+
+#define LAYOUT( \
+ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, \
+ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, \
+ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C \
+ ) { \
+ { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C }, \
+ { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C }, \
+ { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C } \
+}
+
+#define LAYOUT_ortho_3x13 LAYOUT