diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-08 20:33:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-08 20:33:10 +0000 |
commit | 0a21929928a8b1b8846a05a69677f8476b442b73 (patch) | |
tree | 3521feceb4c6c11c31e1ffbf651ddf14d104e355 /keyboards/ai03 | |
parent | 30c201e1c59ea51e10b27e1ab6a95ed136d9fb21 (diff) | |
parent | 1709f3b4300efb9989339c32d295681a8d2d9b4d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ai03')
-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 |