diff options
author | Tim Segers <t.segers93@gmail.com> | 2020-10-14 19:45:50 +0200 |
---|---|---|
committer | Tim Segers <t.segers93@gmail.com> | 2020-10-14 19:45:50 +0200 |
commit | 00856a64b2e154afc4472caed23261b4f421c348 (patch) | |
tree | 39bce92b0d19f0e42d30ded0b06d3c4f7bbf177b /keyboards/ymdk | |
parent | 6aae926b5f90f9e05e4dd022a5b94f0ab52c8614 (diff) | |
download | qmk_firmware-00856a64b2e154afc4472caed23261b4f421c348.tar.gz |
Diffstat (limited to 'keyboards/ymdk')
-rw-r--r-- | keyboards/ymdk/ymd09/keymaps/tsegers/keymap.c | 8 | ||||
-rw-r--r-- | keyboards/ymdk/ymd09/rules.mk | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/keyboards/ymdk/ymd09/keymaps/tsegers/keymap.c b/keyboards/ymdk/ymd09/keymaps/tsegers/keymap.c new file mode 100644 index 000000000..332543f05 --- /dev/null +++ b/keyboards/ymdk/ymd09/keymaps/tsegers/keymap.c @@ -0,0 +1,8 @@ +#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, KC_KP_5, KC_KP_6, + KC_KP_1, KC_KP_2, KC_KP_3), +}; diff --git a/keyboards/ymdk/ymd09/rules.mk b/keyboards/ymdk/ymd09/rules.mk index be1811366..ce05e6b84 100644 --- a/keyboards/ymdk/ymd09/rules.mk +++ b/keyboards/ymdk/ymd09/rules.mk @@ -24,7 +24,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow MIDI_ENABLE = no # MIDI support BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 |