summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/zrichard
diff options
context:
space:
mode:
authorBrian Choromanski <BrianChoromanski@gmail.com>2018-03-09 19:31:42 +0100
committerJack Humbert <jack.humb@gmail.com>2018-03-09 19:31:42 +0100
commit8d6eadf26159dfe3a63d0bda15bdc68cab21ee36 (patch)
tree4820f3b2d097eaaede41ac1e0262882ec3eae412 /keyboards/planck/keymaps/zrichard
parent0e6e059ef3cd88692348db1f6ef3de2b0349bfe6 (diff)
downloadqmk_firmware-8d6eadf26159dfe3a63d0bda15bdc68cab21ee36.tar.gz
qmk_firmware-8d6eadf26159dfe3a63d0bda15bdc68cab21ee36.tar.xz
Patched some keyboards that won't compile (#2453)
Diffstat (limited to 'keyboards/planck/keymaps/zrichard')
-rwxr-xr-xkeyboards/planck/keymaps/zrichard/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/zrichard/keymap.c b/keyboards/planck/keymaps/zrichard/keymap.c
index cf4478cee..bb4e19fa0 100755
--- a/keyboards/planck/keymaps/zrichard/keymap.c
+++ b/keyboards/planck/keymaps/zrichard/keymap.c
@@ -346,7 +346,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
case MACRO_BREATH_DEFAULT:
if (record->event.pressed)
{
- breathing_defaults();
+ breathing_period_default();
}
break;