From ee438569e37757b8a3b89f37ef874913eab6c181 Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Thu, 5 Aug 2021 03:40:40 +0200 Subject: [PATCH] Update TODO --- TODO | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/TODO b/TODO index 074f367..d6cbca6 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,3 @@ -Firmware --------- - -- implement special key combos: - - Pine + F + H (stay in main FW if pressed during powerup) - - Pine + F + U (enable USB debugger) - - Pine + F + B (jump to USB bootloader) - -- first I2C TX after switch to USER firmware after flashing over I2C fails, - subsequent ones work - - also power consumption indicates power consumption of the sotck firmware - so maybe we just sleep in stock instead of switching after flashing? - - Userspace input device daemon -----------------------------