ergodox-firmware/src
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
..
keyboard bug fixes, mostly; and other things 2012-06-15 14:36:50 -07:00
lib bug fixes, mostly; and other things 2012-06-15 14:36:50 -07:00
lib-other/pjrc (intermediate checkin: working on new usb code) 2012-05-06 18:36:51 -07:00
.gitignore modified how dist is build; changed .gitignore hierarchy 2012-06-12 14:12:50 -07:00
keyboard.h changing how computed includes are handled 2012-04-28 01:23:51 -07:00
main.c bug fixes, mostly; and other things 2012-06-15 14:36:50 -07:00
makefile (more makefile modifications) 2012-06-12 16:11:18 -07:00