1
0

Merge pull request #278 from uxp/keycode_syntax_fix

Remove an errant comma trailing the KC_ERAS macro alias
This commit is contained in:
tmk 2015-12-09 10:44:27 +09:00
commit 33714e5582

View File

@ -85,7 +85,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KC_LCAP KC_LOCKING_CAPS #define KC_LCAP KC_LOCKING_CAPS
#define KC_LNUM KC_LOCKING_NUM #define KC_LNUM KC_LOCKING_NUM
#define KC_LSCR KC_LOCKING_SCROLL #define KC_LSCR KC_LOCKING_SCROLL
#define KC_ERAS KC_ALT_ERASE, #define KC_ERAS KC_ALT_ERASE
#define KC_CLR KC_CLEAR #define KC_CLR KC_CLEAR
/* Japanese specific */ /* Japanese specific */
#define KC_ZKHK KC_GRAVE #define KC_ZKHK KC_GRAVE