1
0
Fork 0

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>
This commit is contained in:
Patrick Fruh 2020-01-10 15:17:45 +01:00 committed by Joel Challis
parent b1b52c37c7
commit 7d7bb5bf82
7 changed files with 163 additions and 0 deletions

View file

@ -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 } \
}