ergodox-firmware/src/keyboard
Ben Blazak cd6826eeb5 checkin before deleting the debug code; almost ready for first beta!
- simple bug fix in kbfun_press() and kbfun_release()
- no longer check for previous init() in the mcp23018 functions;
  something would happen when i tried to read from it, sometimes, when
  it'd been unplugged or stoped some other way, and it would hang - and
  the only thing that would make it better was running the test_twi_2
  function (a series of writes, with stops after each).  so now
  mcp23018_init() is a series of writes, with stops after each.  it
  doesn't take appreciably longer to run...  maybe it should be looked
  into later though.
- changed the main() loop a little
2012-04-10 18:58:26 -07:00
..
ergodox checkin before deleting the debug code; almost ready for first beta! 2012-04-10 18:58:26 -07:00
ergodox.c lots and lots; now writing/debugging keyboard logic 2012-04-10 01:44:27 -07:00
ergodox.h lots and lots; now writing/debugging keyboard logic 2012-04-10 01:44:27 -07:00