aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/cbbrowne/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/cbbrowne/keymap.c')
-rw-r--r--keyboards/planck/keymaps/cbbrowne/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/cbbrowne/keymap.c b/keyboards/planck/keymaps/cbbrowne/keymap.c
index d1214dda1..9bae6fb50 100644
--- a/keyboards/planck/keymaps/cbbrowne/keymap.c
+++ b/keyboards/planck/keymaps/cbbrowne/keymap.c
@@ -220,7 +220,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
220 { 220 {
221 layer_on(_RAISE); 221 layer_on(_RAISE);
222#ifdef BACKLIGHT_ENABLE 222#ifdef BACKLIGHT_ENABLE
223 breathing_speed_set(2); 223 breathing_period_set(2);
224 breathing_pulse(); 224 breathing_pulse();
225#endif 225#endif
226 update_tri_layer(_LOWER, _RAISE, _ADJUST); 226 update_tri_layer(_LOWER, _RAISE, _ADJUST);
@@ -236,7 +236,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
236 { 236 {
237 layer_on(_LOWER); 237 layer_on(_LOWER);
238#ifdef BACKLIGHT_ENABLE 238#ifdef BACKLIGHT_ENABLE
239 breathing_speed_set(2); 239 breathing_period_set(2);
240 breathing_pulse(); 240 breathing_pulse();
241#endif 241#endif
242 update_tri_layer(_LOWER, _RAISE, _ADJUST); 242 update_tri_layer(_LOWER, _RAISE, _ADJUST);