Skip to content

Commit

Permalink
Swap LED_PIN_ON_STATE to 0. (#19692)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
doon committed Jan 27, 2023
1 parent b3dca4b commit 9aaf1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/mode/m80v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_RESYNC_ENABLE

#define LED_CAPS_LOCK_PIN A0
#define LED_PIN_ON_STATE 0

0 comments on commit 9aaf1c2

Please sign in to comment.