diff options
| author | Wilba6582 <Jason.S.Wiliams@gmail.com> | 2016-12-29 18:28:48 +1100 |
|---|---|---|
| committer | Wilba6582 <Jason.S.Wiliams@gmail.com> | 2016-12-29 18:28:48 +1100 |
| commit | d8a608f3ff4cb4d73cd57be500fd9881e230099d (patch) | |
| tree | ad77e9f995cbdc7ae68b60f18c6cfd1cce208768 /tmk_core | |
| parent | 223cffd92f44311612aacbfb3358ec7a33a68d74 (diff) | |
| download | qmk_firmware-d8a608f3ff4cb4d73cd57be500fd9881e230099d.tar.gz qmk_firmware-d8a608f3ff4cb4d73cd57be500fd9881e230099d.zip | |
Keycode refactor
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/keycode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index 2f208c54e..54e9c322c 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h | |||
| @@ -85,7 +85,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 85 | #define KC_LCAP KC_LOCKING_CAPS | 85 | #define KC_LCAP KC_LOCKING_CAPS |
| 86 | #define KC_LNUM KC_LOCKING_NUM | 86 | #define KC_LNUM KC_LOCKING_NUM |
| 87 | #define KC_LSCR KC_LOCKING_SCROLL | 87 | #define KC_LSCR KC_LOCKING_SCROLL |
| 88 | #define KC_ERAS KC_ALT_ERASE, | 88 | #define KC_ERAS KC_ALT_ERASE |
| 89 | #define KC_CLR KC_CLEAR | 89 | #define KC_CLR KC_CLEAR |
| 90 | /* Japanese specific */ | 90 | /* Japanese specific */ |
| 91 | #define KC_ZKHK KC_GRAVE | 91 | #define KC_ZKHK KC_GRAVE |
