KC_INSERT should be KC_INS

The short name was incorrectly set as `KC_INT` when we want `KC_INS`.
This commit is contained in:
Nathan Ross Powell 2015-01-16 00:07:22 -05:00
parent e4c4d6ad0a
commit e7289bb029
2 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ KC_F12 45 Keyboard F12
KC_PSCREEN KC_PSCR 46 Keyboard PrintScreen1
KC_SCKLOCK KC_SLCK 47 Keyboard Scroll Lock11
KC_PAUSE KC_PAUS 48 Keyboard Pause1
KC_INSERT KC_INT 49 Keyboard Insert1
KC_INSERT KC_INS 49 Keyboard Insert1
KC_HOME 4A Keyboard Home1
KC_PGUP 4B Keyboard PageUp1
KC_DELETE KC_DELETE 4C Keyboard Delete Forward

Binary file not shown.