summaryrefslogtreecommitdiffstats
path: root/keyboards/converter
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
parent80d082055b49aed5078534d2fc7558172025af94 (diff)
downloadqmk_firmware-7e5ccd50dc4d1142fe27a34006257a1fd4cbf4b9.tar.gz
qmk_firmware-7e5ccd50dc4d1142fe27a34006257a1fd4cbf4b9.tar.xz
add RESET to keymap
Diffstat (limited to 'keyboards/converter')
-rw-r--r--keyboards/converter/usb_usb/keymaps/default/keymap.c2
-rw-r--r--keyboards/converter/usb_usb/usb_usb.h2
2 files changed, 2 insertions, 2 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, ______,______,______, ______, ______,______, ______,______
),
};
diff --git a/keyboards/converter/usb_usb/usb_usb.h b/keyboards/converter/usb_usb/usb_usb.h
index 0e7d92b45..91c000731 100644
--- a/keyboards/converter/usb_usb/usb_usb.h
+++ b/keyboards/converter/usb_usb/usb_usb.h
@@ -70,7 +70,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
KE1,K64,K1D,K1B,K06,K19,K05,K11,K10,K36,K37,K38, K87,KE5, K52, K59,K5A,K5B,K67, K74,K7D, \
KE0,KE3,KE2,K8B,K91, K2C, K90,K8A,K88,KE6,KE7,K65,KE4, K50,K51,K4F, K62, K63,K58, K7E,K7B \
) { \
- { KC_NO, KC_NO, KC_NO, KC_NO, K04, K05, K06, K07, /* 00-07 */ \
+ { KC_NO, KC_NO, KC_NO, KC_NO, K04, K05, K06, K07, /* 00-07 */ \
K08, K09, K0A, K0B, K0C, K0D, K0E, K0F }, /* 08-0F */ \
{ K10, K11, K12, K13, K14, K15, K16, K17, /* 10-17 */ \
K18, K19, K1A, K1B, K1C, K1D, K1E, K1F }, /* 18-1F */ \