Skip to content

Commit

Permalink
update cornholius led pins
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastler committed Feb 8, 2024
1 parent d9465c8 commit eb54a47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/boards/cornholius/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
/*------------------------------------------------------------------*/
/* LED
*------------------------------------------------------------------*/
#define LEDS_NUMBER 1
#define LED_PRIMARY_PIN _PINNUM(1, 02)
#define LED_STATE_ON 0
#define LEDS_NUMBER 2
#define LED_PRIMARY_PIN _PINNUM(1, 0)
#define LED_SECONDARY_PIN _PINNUM(1, 2)
#define LED_STATE_ON 0

/*------------------------------------------------------------------*/
/* BUTTON
Expand Down

0 comments on commit eb54a47

Please sign in to comment.