diff --git a/src/board/system76/darp5/acpi.c b/src/board/system76/darp5/acpi.c index 33229f1..a67a144 100644 --- a/src/board/system76/darp5/acpi.c +++ b/src/board/system76/darp5/acpi.c @@ -13,12 +13,7 @@ uint8_t fdat = 0; uint8_t fbuf[4] = { 0, 0, 0, 0 }; void fcommand(void) { - switch (fcmd) { - // Keyboard backlight - case 0xCA: - // TODO - break; - } + // TODO } uint8_t acpi_read(uint8_t addr) {