Skip to content

Commit

Permalink
Added comment mentioning only known bug. Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
nacitar committed Mar 28, 2014
1 parent 3455d4a commit 535a67d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/keyboard/ergodox/layout/workman-p-kinesis-mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
* Project located at <https://github.com/benblazak/ergodox-firmware>
* -------------------------------------------------------------------------- */

//TODO: use sticky keys like colemak-jc-mod.c ??
// TODO: there is a bug where if you hit an inverted key and a normal key, at
// the same time, when the 6 key buffer and modifier states are sent the
// inverted key's shift state can be used for the non-inverted key.
// Example: hit 1 and q at the same time in workman-p, you may end up with "1Q"
// instead of "1q". Not sure how to fix this at present, but it may require
// sending two frames of updates to properly denote an order (shifted in one
// update, unshifted added in another, as though shift was released).

#include <stdint.h>
#include <stddef.h>
#include <avr/pgmspace.h>
Expand Down

0 comments on commit 535a67d

Please sign in to comment.