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:
parent
b1b52c37c7
commit
7d7bb5bf82
7 changed files with 163 additions and 0 deletions
13
keyboards/ymdk/ymd09/keymaps/default/keymap.c
Normal file
13
keyboards/ymdk/ymd09/keymaps/default/keymap.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[0] = LAYOUT(KC_KP_7, KC_KP_8, KC_KP_9,
|
||||
KC_KP_4, LT(1, KC_KP_5), KC_KP_6,
|
||||
KC_KP_1, KC_KP_2, KC_KP_3),
|
||||
|
||||
[1] = LAYOUT(RGB_RMOD, RGB_VAI, RGB_MOD,
|
||||
RGB_HUI, KC_TRNS, RGB_SAI,
|
||||
RGB_HUD, RGB_VAD, RGB_SAD),
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue