aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/snap96/snap96.h
diff options
context:
space:
mode:
authorXelus22 <lovlots@hotmail.com>2020-03-23 15:27:00 +1100
committerGitHub <noreply@github.com>2020-03-22 21:27:00 -0700
commitb936048b0bf2b5508104e243089e785debc431d0 (patch)
tree237e604e365375394e94a4769c18b19f378f6271 /keyboards/xelus/snap96/snap96.h
parent7e0dc5376f2d57a1b24831c4e25699a2cf2326af (diff)
downloadfirmware-b936048b0bf2b5508104e243089e785debc431d0.tar.gz
firmware-b936048b0bf2b5508104e243089e785debc431d0.tar.bz2
firmware-b936048b0bf2b5508104e243089e785debc431d0.zip
[Keyboard] Snap96 Keyboard (#8416)
* snap96 * fix readme * small fixes * remove 4th layer * moved via config to via folder * remove suspend * via config.h * kc_nubs * remove kc_trns to define and remove layer 2 * remove merge conflicts * remove define and add 3rd layer for VIA keymap * fix comma Co-authored-by: Xelus22 <preyas22@gmail.com>
Diffstat (limited to 'keyboards/xelus/snap96/snap96.h')
-rw-r--r--keyboards/xelus/snap96/snap96.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/xelus/snap96/snap96.h b/keyboards/xelus/snap96/snap96.h
new file mode 100644
index 000000000..cbdbc97cb
--- /dev/null
+++ b/keyboards/xelus/snap96/snap96.h
@@ -0,0 +1,25 @@
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT_all( \
+ K0000, K0001, K0002, K0003, K0004, K0005, K0006, K0007, K0008, K0009, K0600, K0601, K0602, K0603, K0604, K0605, K0606, K0607, K0608, \
+ K0100, K0101, K0102, K0103, K0104, K0105, K0106, K0107, K0108, K0109, K0700, K0701, K0702, K0703, K0704, K0705, K0706, K0707, K0708, \
+ K0200, K0201, K0202, K0203, K0204, K0205, K0206, K0207, K0208, K0209, K0800, K0801, K0802, K0804, K0805, K0806, K0807, K0808, \
+ K0300, K0301, K0302, K0303, K0304, K0305, K0306, K0307, K0308, K0309, K0900, K0901, K0903, K0905, K0906, K0907, K0908, \
+ K0400, K0401, K0402, K0403, K0404, K0405, K0406, K0407, K0408, K0409, K1000, K1001, K1003, K1004, K1005, K1006, K1007, K1008, \
+ K0500, K0501, K0502, K0505, K0506, K0509, K1100, K1101, K1102, K1103, K1104, K1105, K1106, K1107, K1108 \
+) { \
+ { K0000, K0001, K0002, K0003, K0004, K0005, K0006, K0007, K0008, K0009 }, \
+ { K0100, K0101, K0102, K0103, K0104, K0105, K0106, K0107, K0108, K0109 }, \
+ { K0200, K0201, K0202, K0203, K0204, K0205, K0206, K0207, K0208, K0209 }, \
+ { K0300, K0301, K0302, K0303, K0304, K0305, K0306, K0307, K0308, K0309 }, \
+ { K0400, K0401, K0402, K0403, K0404, K0405, K0406, K0407, K0408, K0409 }, \
+ { K0500, K0501, K0502, KC_NO, KC_NO, K0505, K0506, KC_NO, KC_NO, K0509 }, \
+ { K0600, K0601, K0602, K0603, K0604, K0605, K0606, K0607, K0608, KC_NO }, \
+ { K0700, K0701, K0702, K0703, K0704, K0705, K0706, K0707, K0708, KC_NO }, \
+ { K0800, K0801, K0802, KC_NO, K0804, K0805, K0806, K0807, K0808, KC_NO }, \
+ { K0900, K0901, KC_NO, K0903, KC_NO, K0905, K0906, K0907, K0908, KC_NO }, \
+ { K1000, K1001, KC_NO, K1003, K1004, K1005, K1006, K1007, K1008, KC_NO }, \
+ { K1100, K1101, K1102, K1103, K1104, K1105, K1106, K1107, K1108, KC_NO } \
+}