From 1cdd90fbdc7021e4a58694a3e88be94972aed4ca Mon Sep 17 00:00:00 2001 From: Jennifer Leigh Date: Wed, 4 Oct 2017 11:29:48 -0700 Subject: Added a couple "to be documented" items I added a couple items to the list of things that should be documented. I also realize I have no idea what the ANY key does, but I'm intrigued. I don't understand from these code comments, and don't have time to puzzle it out now. Otherwise, though, this is so much better than the file I've been poking at for weeks! It's clear and clean and much more welcoming. Thanks for all the behind the scenes work that made this possible, and thank you Jesse for the work writing up comments! --- Model01-Firmware.ino | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Model01-Firmware.ino') diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index eb561e5..5f4d5e8 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -96,6 +96,8 @@ enum { MACRO_VERSION_INFO, * using ___ to let keypresses fall through to the previously active layer * using XXX to mark a keyswitch as 'blocked' on this layer * using ShiftToLayer() and LockLayer() keys to change the active keymap. + * the special nature of the PROG key + * keeping NUM and FN consistent and accessible on all layers * * * The "keymaps" data structure is a list of the keymaps compiled into the firmware. -- cgit v1.2.3