From 7d7bb5bf82cd6527ec779254ccc21270f3eeecb9 Mon Sep 17 00:00:00 2001 From: Patrick Fruh <809734+kaeltis@users.noreply.github.com> Date: Fri, 10 Jan 2020 15:17:45 +0100 Subject: 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 * with easy reset via bootmagic lite, remove RESET from layout Co-authored-by: Joel Challis --- keyboards/ymdk/ymd09/ymd09.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 keyboards/ymdk/ymd09/ymd09.h (limited to 'keyboards/ymdk/ymd09/ymd09.h') 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 } \ +} -- cgit v1.2.3