diff options
| author | Andrew Kannan <andrew.kannan@gmail.com> | 2022-01-08 15:32:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-08 12:32:27 -0800 |
| commit | 1709f3b4300efb9989339c32d295681a8d2d9b4d (patch) | |
| tree | 4767bcfbde913666571585ac1a016d9f6ab016b5 | |
| parent | 6fe3a1af01c937a64c6412bf77672b0608910ea5 (diff) | |
| download | qmk_firmware-1709f3b4300efb9989339c32d295681a8d2d9b4d.tar.gz qmk_firmware-1709f3b4300efb9989339c32d295681a8d2d9b4d.zip | |
[Keyboard] Add caps and scroll indicator LEDs to andromeda PCB (#15793)
| -rw-r--r-- | keyboards/ai03/andromeda/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ai03/andromeda/config.h b/keyboards/ai03/andromeda/config.h index e04fb8a56..f88eb0212 100644 --- a/keyboards/ai03/andromeda/config.h +++ b/keyboards/ai03/andromeda/config.h | |||
| @@ -41,3 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | #define LOCKING_SUPPORT_ENABLE | 41 | #define LOCKING_SUPPORT_ENABLE |
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | |||
| 45 | #define LED_CAPS_LOCK_PIN A2 | ||
| 46 | #define LED_SCROLL_LOCK_PIN A1 | ||
| 47 | #define LED_PIN_ON_STATE 0 | ||
