diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-30 11:07:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-30 11:07:17 -0500 |
commit | 460bf008f58320b05e62962204416ec2abd28a4f (patch) | |
tree | 7062ddd7c7ccabf94586ae4ff78f5923c8ae6f81 /tmk_core | |
parent | 07e266bbc6df2745e0f1c611ec2faaa1fa9376bb (diff) | |
parent | d8a608f3ff4cb4d73cd57be500fd9881e230099d (diff) |
Merge pull request #973 from Wilba6582/keycode_refactor
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 2f208c54e0..54e9c322c1 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/>. #define KC_LCAP KC_LOCKING_CAPS #define KC_LNUM KC_LOCKING_NUM #define KC_LSCR KC_LOCKING_SCROLL -#define KC_ERAS KC_ALT_ERASE, +#define KC_ERAS KC_ALT_ERASE #define KC_CLR KC_CLEAR /* Japanese specific */ #define KC_ZKHK KC_GRAVE |