typo fixed

This commit is contained in:
tengg 2017-03-22 00:33:44 -04:00 committed by GitHub
parent a89998b977
commit 3cba7a43d9
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ const uint16_t PROGMEM fn_actions[] = {
};
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
static uint8_t mod_pressed;
static bool mods_flag;
static uint8_t mods_pressed;
static bool mod_flag;
switch (id) {
case 0: