]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
SCKLCK is now SCROLLLOCK (#1376)
authorEthan Madden <crazeh.monkeh@gmail.com>
Fri, 9 Jun 2017 02:54:49 +0000 (19:54 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 9 Jun 2017 02:54:49 +0000 (19:54 -0700)
Yes, with all three Ls
At least it doesn't have a random K anymore lol

docs/Keycodes.md
docs/keycode.txt

index 8e5761a59e19035842e5e912901866e2b0253a2d..c14f1a7d0fbd09dfad0fca3c5653e616352f26b4 100644 (file)
@@ -78,7 +78,7 @@ Keycodes in QMK are based on [HID Usage Keyboard/Keypad Page(0x07)](http://www.u
 |Long Name|Short Name|Description|
 |---------|----------|-----------|
 |KC_PSCREEN|KC_PSCR|PrintScreen1|
-|KC_SCKLOCK|KC_SLCK|Scroll Lock11|
+|KC_SCROLLLOCK|KC_SLCK|Scroll Lock11|
 |KC_PAUSE|KC_PAUS|Pause1|
 |KC_INSERT|KC_INS|Insert1|
 |KC_HOME||Home1|
index 687406fdabda9f319832ff6e9a274338970f3805..417a4391de299eb7b3b6c0929a52ebf582724c65 100644 (file)
@@ -79,7 +79,7 @@ KC_F10                              43 Keyboard F10
 KC_F11                              44 Keyboard F11
 KC_F12                              45 Keyboard F12
 KC_PSCREEN          KC_PSCR         46 Keyboard PrintScreen1
-KC_SCKLOCK          KC_SLCK         47 Keyboard Scroll Lock11
+KC_SCROLLLOCK       KC_SLCK         47 Keyboard Scroll Lock11
 KC_PAUSE            KC_PAUS         48 Keyboard Pause1
 KC_INSERT           KC_INS          49 Keyboard Insert1
 KC_HOME                             4A Keyboard Home1