ergodox-firmware/src/lib
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
..
twi moved libs around; split some code in layouts 2012-04-28 23:40:00 -07:00
usb (still reading hid stuff; taking a break to update matrix) 2012-05-26 20:48:20 -07:00
data-types.h moved libs around; split some code in layouts 2012-04-28 23:40:00 -07:00
key-functions--private.h bug fixes, mostly; and other things 2012-06-15 14:36:50 -07:00
key-functions.c bug fixes, mostly; and other things 2012-06-15 14:36:50 -07:00
key-functions.h bug fixes, mostly; and other things 2012-06-15 14:36:50 -07:00
readme.md moved libs around; split some code in layouts 2012-04-28 23:40:00 -07:00
twi.h moved libs around; split some code in layouts 2012-04-28 23:40:00 -07:00

readme.md

src/lib

Stuff that's generally useful


Copyright © 2012 Ben Blazak benblazak.dev@gmail.com
Released under The MIT License (MIT) (see "license.md")
Project located at https://github.com/benblazak/ergodox-firmware