aboutsummaryrefslogtreecommitdiff
path: root/keyboards/four_banger/four_banger.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-08-21 16:38:43 -0400
committerJack Humbert <jack.humb@gmail.com>2017-08-21 16:51:16 -0400
commit1ce3971c90955ab354b1f77275a57ce51e447f86 (patch)
treea2930bf0902cfbb11510dd59652a0dd3155b3733 /keyboards/four_banger/four_banger.h
parent48e79cbe29d301a3876527f6a59f62974639e160 (diff)
downloadqmk_firmware-1ce3971c90955ab354b1f77275a57ce51e447f86.tar.gz
qmk_firmware-1ce3971c90955ab354b1f77275a57ce51e447f86.zip
adds sweet16 and four banger keyboards
Diffstat (limited to 'keyboards/four_banger/four_banger.h')
-rw-r--r--keyboards/four_banger/four_banger.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/four_banger/four_banger.h b/keyboards/four_banger/four_banger.h
new file mode 100644
index 000000000..b0de731b9
--- /dev/null
+++ b/keyboards/four_banger/four_banger.h
@@ -0,0 +1,14 @@
1#ifndef KB_H
2#define KB_H
3
4#include "quantum.h"
5
6#define LAYOUT_ortho_2x2( \
7 K00, K01, \
8 K10, K11 \
9) { \
10 { K00, K01 }, \
11 { K10, K11 } \
12}
13
14#endif \ No newline at end of file