summaryrefslogtreecommitdiff
path: root/keyboards/salicylic_acid3/nafuda/nafuda.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/salicylic_acid3/nafuda/nafuda.h')
-rw-r--r--keyboards/salicylic_acid3/nafuda/nafuda.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/salicylic_acid3/nafuda/nafuda.h b/keyboards/salicylic_acid3/nafuda/nafuda.h
deleted file mode 100644
index 008a9c16f4..0000000000
--- a/keyboards/salicylic_acid3/nafuda/nafuda.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-/*
- * ,-----------------.
- * | | L01 | |
- * |-----------------+
- * | L10 | L11 | L12 |
- * |-----------------+
- * | L20 | L21 | L22 |
- * |-----------------'
- */
-
-#define LAYOUT( \
- L01, \
- L10, L11, L12, \
- L20, L21, L22 \
- ) \
- { \
- {KC_NO, L01,KC_NO }, \
- { L10, L11, L12 }, \
- { L20, L21, L22 } \
- }