Swap LED_PIN_ON_STATE to 0. (#19692)

User reported that CAPS lock Led state was inverted after soldering a LED to their board.

LED_PIN_ON_STATE defaults to 1, so just swap to low.

Flashed board and now CAPS LED reflects the actual state
master
Patrick Muldoon 2 years ago committed by GitHub
parent b3dca4bb36
commit 9aaf1c26f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      keyboards/mode/m80v2/config.h

@ -38,3 +38,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_RESYNC_ENABLE #define LOCKING_RESYNC_ENABLE
#define LED_CAPS_LOCK_PIN A0 #define LED_CAPS_LOCK_PIN A0
#define LED_PIN_ON_STATE 0

Loading…
Cancel
Save