Browse Source

[Keyboard][Bug] Fix LED indicators on Skeletn87 (#13335)

pull/13413/head
kb-elmo 2 years ago
committed by GitHub
parent
commit
13533508e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      keyboards/skeletn87/hotswap/config.h
  2. +1
    -0
      keyboards/skeletn87/soldered/config.h

+ 1
- 0
keyboards/skeletn87/hotswap/config.h View File

@ -39,6 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define LED_CAPS_LOCK_PIN E6
#define LED_PIN_ON_STATE 0
#define BACKLIGHT_PIN B7
#define BACKLIGHT_LEVELS 8


+ 1
- 0
keyboards/skeletn87/soldered/config.h View File

@ -39,6 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define LED_CAPS_LOCK_PIN E6
#define LED_PIN_ON_STATE 0
#define BACKLIGHT_PIN B7
#define BACKLIGHT_LEVELS 8


Loading…
Cancel
Save