From 7dc9b6c086b39f8b42ef931ca146bb042ceacbfb Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 15 Feb 2019 16:33:16 +0000 Subject: some docs --- color-picker.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/color-picker.h b/color-picker.h index b72df97..0e15b23 100644 --- a/color-picker.h +++ b/color-picker.h @@ -1,6 +1,22 @@ // -*- mode: c++ -*- #pragma once +/* + this class implements a color theme editor as a LED mode + + when this mode is active, nothing gets sent to the host + + the Fn keys switch into editing mode, with that half housing the controls + + the controls are: + + * 8 keys for the 8 colors we currently use + * 3 rows of 4 keys to change the active color in the HSV space + + pressing a key on the non-control half of the keyboard assigns the + current color to that key + */ + #include #include -- cgit v1.2.3