aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nafuda/nafuda.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nafuda/nafuda.h')
-rw-r--r--keyboards/nafuda/nafuda.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/nafuda/nafuda.h b/keyboards/nafuda/nafuda.h
new file mode 100644
index 000000000..008a9c16f
--- /dev/null
+++ b/keyboards/nafuda/nafuda.h
@@ -0,0 +1,24 @@
1#pragma once
2
3#include "quantum.h"
4
5/*
6 * ,-----------------.
7 * | | L01 | |
8 * |-----------------+
9 * | L10 | L11 | L12 |
10 * |-----------------+
11 * | L20 | L21 | L22 |
12 * |-----------------'
13 */
14
15#define LAYOUT( \
16 L01, \
17 L10, L11, L12, \
18 L20, L21, L22 \
19 ) \
20 { \
21 {KC_NO, L01,KC_NO }, \
22 { L10, L11, L12 }, \
23 { L20, L21, L22 } \
24 }