aboutsummaryrefslogtreecommitdiff
path: root/keyboards/acheron/keebspcb/keebspcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/acheron/keebspcb/keebspcb.h')
-rw-r--r--keyboards/acheron/keebspcb/keebspcb.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/acheron/keebspcb/keebspcb.h b/keyboards/acheron/keebspcb/keebspcb.h
new file mode 100644
index 000000000..131d0013f
--- /dev/null
+++ b/keyboards/acheron/keebspcb/keebspcb.h
@@ -0,0 +1,19 @@
1#pragma once
2
3#include "quantum.h"
4
5#define ___ KC_NO
6
7#define LAYOUT_60_ansi_tsangan( \
8 K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K3C, \
9 K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K4C, \
10 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \
11 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, \
12 K40, K41, K42, K46, K49, K4A, K4B \
13) { \
14 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C}, \
15 { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C}, \
16 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C}, \
17 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C}, \
18 { K40, K41, K42, ___, ___, ___, K46, ___, ___, K49, K4A, K4B, K4C} \
19}