Skip to content

Commit

Permalink
[Bug] Fix unterminated ifdef in ISSI 3733 driver (qmk#15014)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and ptrxyz committed Nov 6, 2021
1 parent e367686 commit 1db5c1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/led/issi/is31fl3733.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@

#ifndef ISSI_PWM_FREQUENCY
# define ISSI_PWM_FREQUENCY 0b000 // PFS - IS31FL3733B only
#endif

#ifndef ISSI_SWPULLUP
# define ISSI_SWPULLUP PUR_0R
#endif
Expand Down

0 comments on commit 1db5c1e

Please sign in to comment.