summaryrefslogtreecommitdiff
path: root/keyboards/xd004/xd004.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd004/xd004.h')
-rw-r--r--keyboards/xd004/xd004.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/xd004/xd004.h b/keyboards/xd004/xd004.h
new file mode 100644
index 0000000000..a53ad537f7
--- /dev/null
+++ b/keyboards/xd004/xd004.h
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "quantum.h"
+//#include "led.h"
+
+/* XD60 Keymap Definition Macro */
+/*
+ +--------------------------------+
+ | K0 K1 K2 K3 [----- USB
+ +--------------------------------+
+*/
+#define LAYOUT_all(K00, K01, K02, K03) \
+ { \
+ { K00, K01, K02, K03 } \
+ }