Skip to content

Commit

Permalink
Fix typo in action.c (qmk#7757)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz authored and zvecr committed Jan 2, 2020
1 parent 2557bc8 commit 8ec0b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/common/action.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ void process_action(keyrecord_t *record, action_t action) {
action_macro_play(action_get_macro(record, action.func.id, action.func.opt));
break;
#endif
#if defined(BACKLIGHT_ENABLE) | defined(LED_MATRIX_ENABLE)
#if defined(BACKLIGHT_ENABLE) || defined(LED_MATRIX_ENABLE)
case ACT_BACKLIGHT:
if (!event.pressed) {
switch (action.backlight.opt) {
Expand Down

0 comments on commit 8ec0b37

Please sign in to comment.