From 7e03e3dfd9924774da1bc70ce7bd38a3dac9c2be Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Fri, 18 Nov 2022 18:38:03 +0100 Subject: [PATCH] Remove old copy comment --- src/uniwill_keyboard.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index e25c2ec..ccb1eeb 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -845,9 +845,6 @@ struct char_to_u8_t { u8 value; }; -/** - * Commonly used standard colors - */ static struct char_to_u8_t charging_prio_options[] = { { .descriptor = "charge_battery", .value = 0x00 }, { .descriptor = "performance", .value = 0x01 }