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
@@ -31,6 +31,7 @@ struct Gpio __code PM_CLKRUN_N = GPIO(H, 0); // renamed to ECCLKRUN#
|
||||
struct Gpio __code PM_PWROK = GPIO(C, 6);
|
||||
struct Gpio __code PWR_BTN_N = GPIO(D, 5);
|
||||
struct Gpio __code PWR_SW_N = GPIO(D, 0);
|
||||
struct Gpio __code RGBKB_DET_N = GPIO(E, 2);
|
||||
struct Gpio __code SB_KBCRST_N = GPIO(E, 6);
|
||||
struct Gpio __code SCI_N = GPIO(D, 4);
|
||||
struct Gpio __code SMI_N = GPIO(D, 3);
|
||||
|
Reference in New Issue
Block a user