Add RGBKB-DET# GPIO
This GPIO can be used to detect if the connected keyboard is RGB. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
e60873a82c
commit
c71a58f7cf
@ -27,6 +27,7 @@ struct Gpio __code PCH_DPWROK_EC = GPIO(F, 3);
|
||||
struct Gpio __code PCH_PWROK_EC = GPIO(C, 6);
|
||||
struct Gpio __code PWR_BTN_N = GPIO(D, 5);
|
||||
struct Gpio __code PWR_SW_N = GPIO(B, 3);
|
||||
struct Gpio __code RGBKB_DET_N = GPIO(J, 7);
|
||||
struct Gpio __code SLP_SUS_N = GPIO(D, 4);
|
||||
struct Gpio __code SUSB_N_PCH = GPIO(H, 6);
|
||||
struct Gpio __code SUSC_N_PCH = GPIO(H, 1);
|
||||
|
Reference in New Issue
Block a user