diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-10-20 09:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 00:52:38 -0700 |
commit | d13f5f0d662175a2d7b4fc93941dc996bfa92ff2 (patch) | |
tree | 49c1ca298b44915b86f874ac4369854860fa6bfa /keyboards | |
parent | 1b107baf5666973f6e76e73347d0c45bf245db58 (diff) |
[Keyboard] Fix LEDs being inverted on Sabre (#18762)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/wolf/sabre/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/wolf/sabre/config.h b/keyboards/wolf/sabre/config.h index 57319a134d..ad8461f2b7 100644 --- a/keyboards/wolf/sabre/config.h +++ b/keyboards/wolf/sabre/config.h @@ -46,5 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_PIN B7 +#define LED_PIN_ON_STATE 0 #define LED_CAPS_LOCK_PIN B3 #define LED_SCROLL_LOCK_PIN B0 |