aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xd75/keymaps/cbbrowne/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd75/keymaps/cbbrowne/keymap.c')
-rw-r--r--keyboards/xd75/keymaps/cbbrowne/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xd75/keymaps/cbbrowne/keymap.c b/keyboards/xd75/keymaps/cbbrowne/keymap.c
index 5496ed40d..ec98b6d5a 100644
--- a/keyboards/xd75/keymaps/cbbrowne/keymap.c
+++ b/keyboards/xd75/keymaps/cbbrowne/keymap.c
@@ -265,7 +265,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
265 { 265 {
266 layer_on(_RAISE); 266 layer_on(_RAISE);
267#ifdef BACKLIGHT_ENABLE 267#ifdef BACKLIGHT_ENABLE
268 breathing_speed_set(2); 268 breathing_period_set(2);
269 breathing_pulse(); 269 breathing_pulse();
270#endif 270#endif
271 update_tri_layer(_LOWER, _RAISE, _ADJUST); 271 update_tri_layer(_LOWER, _RAISE, _ADJUST);
@@ -281,7 +281,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
281 { 281 {
282 layer_on(_LOWER); 282 layer_on(_LOWER);
283#ifdef BACKLIGHT_ENABLE 283#ifdef BACKLIGHT_ENABLE
284 breathing_speed_set(2); 284 breathing_period_set(2);
285 breathing_pulse(); 285 breathing_pulse();
286#endif 286#endif
287 update_tri_layer(_LOWER, _RAISE, _ADJUST); 287 update_tri_layer(_LOWER, _RAISE, _ADJUST);