summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Muldoon <doon@labratsoftware.com>2023-01-27 08:35:26 -0800
committerGitHub <noreply@github.com>2023-01-27 16:35:26 +0000
commit9aaf1c26f028d22bae8fdf9d63e21d1b9951a3bd (patch)
tree658536935e1cfe25bd466d3eeb21d93b21da6e46
parentb3dca4bb36d0c08e8145f6f25649aaf61b513fdd (diff)
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
-rw-r--r--keyboards/mode/m80v2/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/mode/m80v2/config.h b/keyboards/mode/m80v2/config.h
index 9382def58a..6a8864fdb9 100644
--- a/keyboards/mode/m80v2/config.h
+++ b/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 LED_CAPS_LOCK_PIN A0
+#define LED_PIN_ON_STATE 0