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 /keyboards | |
parent | 6fe3a1af01c937a64c6412bf77672b0608910ea5 (diff) | |
download | qmk_firmware-1709f3b4300efb9989339c32d295681a8d2d9b4d.tar.gz qmk_firmware-1709f3b4300efb9989339c32d295681a8d2d9b4d.zip |
[Keyboard] Add caps and scroll indicator LEDs to andromeda PCB (#15793)
Diffstat (limited to 'keyboards')
-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 |