Browse Source

[Keyboard] Add caps and scroll indicator LEDs to andromeda PCB (#15793)

pull/15794/head
Andrew Kannan 2 years ago
committed by GitHub
parent
commit
1709f3b430
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      keyboards/ai03/andromeda/config.h

+ 4
- 0
keyboards/ai03/andromeda/config.h View File

@ -41,3 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define LED_CAPS_LOCK_PIN A2
#define LED_SCROLL_LOCK_PIN A1
#define LED_PIN_ON_STATE 0

Loading…
Cancel
Save