diff options
| author | Andrew Kannan | 2022-01-08 21:32:27 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-08 21:32:27 +0100 |
| commit | 1709f3b4300efb9989339c32d295681a8d2d9b4d (patch) | |
| tree | 4767bcfbde913666571585ac1a016d9f6ab016b5 /keyboards/ai03/andromeda | |
| parent | 6fe3a1af01c937a64c6412bf77672b0608910ea5 (diff) | |
[Keyboard] Add caps and scroll indicator LEDs to andromeda PCB (#15793)
Diffstat (limited to 'keyboards/ai03/andromeda')
| -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 e04fb8a56f..f88eb02123 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/>. #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 |