diff options
author | Jesse Vincent <jesse@fsck.com> | 2017-10-04 11:59:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 11:59:06 -0700 |
commit | 492dc5e70f62bb66872a8af2a86beab9e4b95321 (patch) | |
tree | 78f692da57b383bddbbde441d0959848b106f5ca | |
parent | b03bbae7801784eaa34a8db57ffb0c243e2fa8d8 (diff) | |
parent | 1cdd90fbdc7021e4a58694a3e88be94972aed4ca (diff) | |
download | Model01-Firmware-492dc5e70f62bb66872a8af2a86beab9e4b95321.tar.gz Model01-Firmware-492dc5e70f62bb66872a8af2a86beab9e4b95321.zip |
Merge pull request #18 from Jennigma/patch-1
Added a couple "to be documented" items
-rw-r--r-- | Model01-Firmware.ino | 2 |
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. |