summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/khord
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/khord
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/khord')
-rw-r--r--keyboards/planck/keymaps/khord/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/khord/keymap.c b/keyboards/planck/keymaps/khord/keymap.c
index c515a0d36..642936909 100644
--- a/keyboards/planck/keymaps/khord/keymap.c
+++ b/keyboards/planck/keymaps/khord/keymap.c
@@ -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;
}