diff options
Diffstat (limited to 'quantum/dynamic_keymap.c')
| -rw-r--r-- | quantum/dynamic_keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c index 53c18a751..38400e36f 100644 --- a/quantum/dynamic_keymap.c +++ b/quantum/dynamic_keymap.c | |||
| @@ -224,7 +224,7 @@ void dynamic_keymap_macro_send( uint8_t id ) | |||
| 224 | } | 224 | } |
| 225 | // If the char is magic (tap, down, up), | 225 | // If the char is magic (tap, down, up), |
| 226 | // add the next char (key to use) and send a 2 char string. | 226 | // add the next char (key to use) and send a 2 char string. |
| 227 | if ( data[0] == 1 || data[0] == 2 || data[0] == 3 ) { | 227 | if ( data[0] == SS_TAP_CODE || data[0] == SS_DOWN_CODE || data[0] == SS_UP_CODE ) { |
| 228 | data[1] = eeprom_read_byte(p++); | 228 | data[1] = eeprom_read_byte(p++); |
| 229 | if ( data[1] == 0 ) { | 229 | if ( data[1] == 0 ) { |
| 230 | break; | 230 | break; |
