summaryrefslogtreecommitdiffstats
path: root/Model01-Firmware.ino
diff options
context:
space:
mode:
authorJennifer Leigh <jennigma@gmail.com>2017-10-04 11:29:48 -0700
committerGitHub <noreply@github.com>2017-10-04 11:29:48 -0700
commit1cdd90fbdc7021e4a58694a3e88be94972aed4ca (patch)
tree78f692da57b383bddbbde441d0959848b106f5ca /Model01-Firmware.ino
parentb03bbae7801784eaa34a8db57ffb0c243e2fa8d8 (diff)
downloadmodel01-firmware-1cdd90fbdc7021e4a58694a3e88be94972aed4ca.tar.gz
model01-firmware-1cdd90fbdc7021e4a58694a3e88be94972aed4ca.tar.bz2
model01-firmware-1cdd90fbdc7021e4a58694a3e88be94972aed4ca.zip
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!
Diffstat (limited to 'Model01-Firmware.ino')
-rw-r--r--Model01-Firmware.ino2
1 files changed, 2 insertions, 0 deletions
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.