diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-03 16:47:54 -0500 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-03 16:47:54 -0500 |
commit | 0d44544491b8a4512fcbb0379a31f062c75af761 (patch) | |
tree | ded163a0755717e1ad17daca3d40a287678f5e47 /keyboard/planck | |
parent | 7919839b1a81d3c8b1bef27269db9d3a3a25bc98 (diff) | |
download | qmk_firmware-0d44544491b8a4512fcbb0379a31f062c75af761.tar.gz qmk_firmware-0d44544491b8a4512fcbb0379a31f062c75af761.zip |
Comment things more
Diffstat (limited to 'keyboard/planck')
-rw-r--r-- | keyboard/planck/keymaps/cbbrowne/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/planck/keymaps/cbbrowne/keymap.c b/keyboard/planck/keymaps/cbbrowne/keymap.c index 96eab1d1b2..cec913a12c 100644 --- a/keyboard/planck/keymaps/cbbrowne/keymap.c +++ b/keyboard/planck/keymaps/cbbrowne/keymap.c @@ -48,7 +48,8 @@ of the random number generator - the other, M_RANDLETTER, generates a random letter based on state of the random number generator - - in both + - in both, note the use of register_code()/unregister_code() + to indicate the desired key */ /* Other things to do... |