From 3dd8fb46276ccee869df82080a815160e2eea98c Mon Sep 17 00:00:00 2001 From: "Howard P. Logsdon" Date: Tue, 8 Dec 2015 16:46:08 -0700 Subject: [PATCH] Remove an errant comma trailing the KC_ERAS macro alias --- tmk_core/common/keycode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index a7d837b3..9fec2904 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h @@ -85,7 +85,7 @@ along with this program. If not, see . #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 -- 2.39.3