summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Ross Powell <nathanrosspowell@gmail.com>2015-01-16 00:07:22 -0500
committerNathan Ross Powell <nathanrosspowell@gmail.com>2015-01-16 00:07:22 -0500
commite7289bb029b28b824eb0ef7be23dba279057d7ac (patch)
tree9a579becae32bca22ca293beda1f206912f2c28f
parente4c4d6ad0aa5763504802ae22c6b4504b4084a45 (diff)
KC_INSERT should be KC_INS
The short name was incorrectly set as `KC_INT` when we want `KC_INS`.
-rw-r--r--doc/keycode.txt2
-rw-r--r--keyboard/planck/.keymap_nathan.c.swpbin0 -> 20480 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/keycode.txt b/doc/keycode.txt
index 4137566924..760c726e3b 100644
--- a/doc/keycode.txt
+++ b/doc/keycode.txt
@@ -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
diff --git a/keyboard/planck/.keymap_nathan.c.swp b/keyboard/planck/.keymap_nathan.c.swp
new file mode 100644
index 0000000000..d545015c2b
--- /dev/null
+++ b/keyboard/planck/.keymap_nathan.c.swp
Binary files differ