1
0
Fork 0

Patched some keyboards that won't compile (#2453)

This commit is contained in:
Brian Choromanski 2018-03-09 13:31:42 -05:00 committed by Jack Humbert
parent 0e6e059ef3
commit 8d6eadf261
11 changed files with 26 additions and 24 deletions

View file

@ -138,7 +138,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
break;
case MACRO_BREATH_DEFAULT:
if (record->event.pressed) {
breathing_defaults();
breathing_period_default();
}
break;
}