mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
[Keyboard] Add caps and scroll indicator LEDs to andromeda PCB (#15793)
This commit is contained in:
parent
6fe3a1af01
commit
1709f3b430
1 changed files with 4 additions and 0 deletions
|
@ -41,3 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define LOCKING_SUPPORT_ENABLE
|
#define LOCKING_SUPPORT_ENABLE
|
||||||
/* Locking resynchronize hack */
|
/* Locking resynchronize hack */
|
||||||
#define LOCKING_RESYNC_ENABLE
|
#define LOCKING_RESYNC_ENABLE
|
||||||
|
|
||||||
|
#define LED_CAPS_LOCK_PIN A2
|
||||||
|
#define LED_SCROLL_LOCK_PIN A1
|
||||||
|
#define LED_PIN_ON_STATE 0
|
||||||
|
|
Loading…
Reference in a new issue