1
0
Fork 0

AW20216S: combine EN pin defines (#23067)

This commit is contained in:
Ryan 2024-02-15 18:05:08 +11:00 committed by GitHub
parent 75c6afaa7f
commit 0b7df03ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 32 additions and 44 deletions

View file

@ -111,8 +111,8 @@ led_config_t g_led_config = {{
void keyboard_pre_init_user(void) {
wait_ms(2000);
setPinOutput(AW20216S_PW_EN_PIN_1);
writePinHigh(AW20216S_PW_EN_PIN_1);
setPinOutput(AW20216S_PW_EN_PIN);
writePinHigh(AW20216S_PW_EN_PIN);
}
# endif