ergodox-firmware/src
Ryan Prince 15a91f7b05 fixing a bug in sticky key one time state behavior, cleaning up a comment, and making braces style consistent with the rest of the code.
sticky layers in the one time state were being popped anytime
kbfun_press_release() was called, which should only happen if the key
was defined for the sticky layer, i.e. kbfun_transparent() was not the
first function mapped to that key in the topmost layer.
2013-04-08 08:46:25 -07:00
..
keyboard adding sticky key functionality 2013-04-08 00:49:35 -07:00
lib fixing a bug in sticky key one time state behavior, cleaning up a comment, and making braces style consistent with the rest of the code. 2013-04-08 08:46:25 -07:00
lib-other/pjrc misc; now compiling in os x 2012-10-07 00:18:59 -07:00
.gitignore modified how dist is build; changed .gitignore hierarchy 2012-06-12 14:12:50 -07:00
main.c fixing a bug in sticky key one time state behavior, cleaning up a comment, and making braces style consistent with the rest of the code. 2013-04-08 08:46:25 -07:00
main.h removing sticky off state, it is never used because off means the layer was popped 2013-04-08 00:56:06 -07:00
makefile adding local makefile changes 2013-04-08 00:49:59 -07:00
makefile-options adding local makefile changes 2013-04-08 00:49:59 -07:00