summaryrefslogtreecommitdiff
path: root/keyboards/ymdk/ymd09/ymd09.h
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2023-03-23 01:41:42 -0700
committerDrashna Jael're <drashna@live.com>2023-03-23 01:41:42 -0700
commit73f4718f16893341cfcc7814247deb605657ff27 (patch)
tree78f78d7199cf2fd3aac3f64cbba68f523ba11710 /keyboards/ymdk/ymd09/ymd09.h
parentb01dc36fbf09c3ebf8efe1bac54205ace1b1c6cc (diff)
parentbb4abc8a9fdbfbb8ee8af92ec14d6f1b4cea0b04 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ymdk/ymd09/ymd09.h')
-rw-r--r--keyboards/ymdk/ymd09/ymd09.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/ymdk/ymd09/ymd09.h b/keyboards/ymdk/ymd09/ymd09.h
deleted file mode 100644
index 76cb5d3f0c..0000000000
--- a/keyboards/ymdk/ymd09/ymd09.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT( \
- K00, K01, K02, \
- K10, K11, K12, \
- K20, K21, K22 \
-) { \
- { K00, K01, K02 }, \
- { K10, K11, K12 }, \
- { K20, K21, K22 } \
-}