summaryrefslogtreecommitdiff
path: root/keyboards/ymdk/ymd09/ymd09.h
diff options
context:
space:
mode:
authorPatrick Fruh <809734+kaeltis@users.noreply.github.com>2020-01-10 15:17:45 +0100
committerJoel Challis <git@zvecr.com>2020-01-10 14:17:45 +0000
commit7d7bb5bf82cd6527ec779254ccc21270f3eeecb9 (patch)
treef78b14a563a4bc3e68872ee61a1051ff3c8c9690 /keyboards/ymdk/ymd09/ymd09.h
parentb1b52c37c7e6f198052aa7f1da77db73f893ac9b (diff)
added ymdk ymd09 keyboard (#7831)
* added ymdk ymd09 keyboard * lowercase github username * change rgb keymap to make more sense * fixed number of LEDs * remove configuration for non-existant backlight * use official template and change file permissions * disable unnecessary nkro * Apply suggestions from code review Co-Authored-By: Joel Challis <git@zvecr.com> * with easy reset via bootmagic lite, remove RESET from layout Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/ymdk/ymd09/ymd09.h')
-rw-r--r--keyboards/ymdk/ymd09/ymd09.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd09/ymd09.h b/keyboards/ymdk/ymd09/ymd09.h
new file mode 100644
index 0000000000..76cb5d3f0c
--- /dev/null
+++ b/keyboards/ymdk/ymd09/ymd09.h
@@ -0,0 +1,13 @@
+#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 } \
+}