summaryrefslogtreecommitdiffstats
path: root/keyboards/xiudi/xd004/xd004.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xiudi/xd004/xd004.h')
-rw-r--r--keyboards/xiudi/xd004/xd004.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/xiudi/xd004/xd004.h b/keyboards/xiudi/xd004/xd004.h
deleted file mode 100644
index a53ad537f7..0000000000
--- a/keyboards/xiudi/xd004/xd004.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#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 } \
- }