diff options
Diffstat (limited to 'keyboards/ymdk/ymd09')
-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 |