ergodox-firmware/src/keyboard/ergodox
Ben Blazak 068a3546f6 bug fixes, mostly; and other things
- addition to references.md

- keymap modification
  - now using 2 shifts => capslock
  - the previous capslock key -> tab
  - the previous tab key -> left bracket

- bug and omission fixes; notably:
  - _is_pressed() no longer changes the value of
    `keyboard_modifier_keys`, lol
  - kbfun_2_keys_capslock_press_release() now works.  (capslock doesn't
    register if left or right shift is pressed, so the shift state has
    to be stored, cleared, capslock pressed, and shift state restored)
  - main() no longer locally overwrites the value of `current_layer`
    before sending it to the kbfun.  (i didn't realize i was using the
    same variable name for two different things)

- improvements
  - kbfun_layer_inc() and ...dec() are now variable
2012-06-15 14:36:50 -07:00
..
layout bug fixes, mostly; and other things 2012-06-15 14:36:50 -07:00
circuit-diagram.svg (minor, and a little reorganization) 2012-04-24 23:49:17 -07:00
layout.h bugfix (mostly): changed the way layers are handled 2012-06-11 03:27:34 -07:00
layout.md made kb-layers use flash memory by default 2012-04-29 18:47:27 -07:00
led.h (changed low level led macro names) 2012-06-14 11:38:49 -07:00
matrix--private.h bugfix (mostly): changed the way layers are handled 2012-06-11 03:27:34 -07:00
matrix.c bugfix (mostly): changed the way layers are handled 2012-06-11 03:27:34 -07:00
matrix.h bugfix (mostly): changed the way layers are handled 2012-06-11 03:27:34 -07:00
mcp23018--private.h bugfix (mostly): changed the way layers are handled 2012-06-11 03:27:34 -07:00
mcp23018.c bugfix (mostly): changed the way layers are handled 2012-06-11 03:27:34 -07:00
mcp23018.md updated mcp23018 stuff for dox's PCB 2012-05-26 23:12:01 -07:00
teensy-2-0--private.h bugfix (mostly): changed the way layers are handled 2012-06-11 03:27:34 -07:00
teensy-2-0.c (changed low level led macro names) 2012-06-14 11:38:49 -07:00
teensy-2-0.h (changed low level led macro names) 2012-06-14 11:38:49 -07:00
teensy-2-0.md bugfix: add delay between teensy col write and pin read 2012-06-03 21:12:15 -07:00