From eb54a47c57c2cd8ef96cfc5e666df2113bc4ed7d Mon Sep 17 00:00:00 2001 From: Moritz Plattner Date: Thu, 8 Feb 2024 16:48:56 +0100 Subject: [PATCH] update cornholius led pins --- src/boards/cornholius/board.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/boards/cornholius/board.h b/src/boards/cornholius/board.h index cd40b270..16eecc1f 100644 --- a/src/boards/cornholius/board.h +++ b/src/boards/cornholius/board.h @@ -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