diff options
author | Patrick Fruh <809734+kaeltis@users.noreply.github.com> | 2020-01-10 15:17:45 +0100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2020-01-10 14:17:45 +0000 |
commit | 7d7bb5bf82cd6527ec779254ccc21270f3eeecb9 (patch) | |
tree | f78b14a563a4bc3e68872ee61a1051ff3c8c9690 /keyboards/ymdk/ymd09/ymd09.c | |
parent | b1b52c37c7e6f198052aa7f1da77db73f893ac9b (diff) | |
download | qmk_firmware-7d7bb5bf82cd6527ec779254ccc21270f3eeecb9.tar.gz |
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.c')
-rw-r--r-- | keyboards/ymdk/ymd09/ymd09.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd09/ymd09.c b/keyboards/ymdk/ymd09/ymd09.c new file mode 100644 index 000000000..179c0c6b3 --- /dev/null +++ b/keyboards/ymdk/ymd09/ymd09.c @@ -0,0 +1 @@ +#include "ymd09.h" |