summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/keymaps/default/keymap.c
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-08-14 15:48:16 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-16 05:14:41 +0200
commit7e5ccd50dc4d1142fe27a34006257a1fd4cbf4b9 (patch)
tree96ceddb38f52f740323b56d1fbfd00f128ab65c4 /keyboards/converter/usb_usb/keymaps/default/keymap.c
parent80d082055b49aed5078534d2fc7558172025af94 (diff)
downloadqmk_firmware-7e5ccd50dc4d1142fe27a34006257a1fd4cbf4b9.tar.gz
qmk_firmware-7e5ccd50dc4d1142fe27a34006257a1fd4cbf4b9.tar.xz
add RESET to keymap
Diffstat (limited to 'keyboards/converter/usb_usb/keymaps/default/keymap.c')
-rw-r--r--keyboards/converter/usb_usb/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/converter/usb_usb/keymaps/default/keymap.c b/keyboards/converter/usb_usb/keymaps/default/keymap.c
index 94e19565d..b916855f5 100644
--- a/keyboards/converter/usb_usb/keymaps/default/keymap.c
+++ b/keyboards/converter/usb_usb/keymaps/default/keymap.c
@@ -71,7 +71,7 @@ const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] PROGMEM = {
KC_CAPS, KC_MPRV, KC_VOLU, KC_MNXT, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______,______,______, ______,______,______,______, ______,______,
______, KC_MUTE, KC_VOLD, KC_MPLY, ______, ______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, ______, ______, ______, ______, ______,______,______,______, ______,______,
______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______,______,______,______, ______,______,
- ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______,______,______, ______, ______,______, ______,______
+ ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, RESET, ______,______,______, ______, ______,______, ______,______
),
};