Turn off fan in gc6

This commit is contained in:
Jeremy Soller
2020-06-11 15:43:06 -06:00
parent 764e3b4c20
commit f1f46a0400
3 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ struct Gpio __code DD_ON = GPIO(E, 4);
struct Gpio __code DGPU_PWR_EN = GPIO(F, 7);
struct Gpio __code EC_EN = GPIO(B, 6); // renamed to SUSBC_EN
struct Gpio __code EC_RSMRST_N = GPIO(E, 5);
struct Gpio __code GC6_FB_EN = GPIO(J, 7);
struct Gpio __code LED_ACIN = GPIO(C, 7);
struct Gpio __code LED_BAT_CHG = GPIO(H, 5);
struct Gpio __code LED_BAT_FULL = GPIO(J, 0);