Add an assignable RESET key

This commit is contained in:
skullY 2015-09-15 09:17:02 -07:00 committed by tmk
parent a8d4daa761
commit bb8c1d29fa
2 changed files with 12 additions and 0 deletions

View file

@ -426,6 +426,9 @@ enum internal_special_keycodes {
KC_MEDIA_FAST_FORWARD,
KC_MEDIA_REWIND, /* 0xBC */
/* Jump to bootloader */
KC_RESET = 0xBF,
/* Fn key */
KC_FN0 = 0xC0,
KC_FN1,