Skip to content

Commit

Permalink
Restoring palSetLineMode for working underglow
Browse files Browse the repository at this point in the history
I was experiencing the same issue as this: qmk#12655 (comment)

sigprof helped me resolve this issue.
  • Loading branch information
4pplet committed Jun 21, 2021
1 parent ce0a461 commit 041f409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "rev_a.h"

void board_init(void) {
palSetLineMode(A5, PAL_MODE_ALTERNATE(0));
setPinInputHigh(CAPS_PIN);
setPinInputHigh(SCROLL_PIN);
setPinInputHigh(NUM_PIN);
Expand Down

0 comments on commit 041f409

Please sign in to comment.