ergodox-firmware/src/lib/key-functions
Ben Blazak 1b41491115 fixed layer and numpad bugs - appears to work!
- rewrote the layer functions in main() (easiest way to get the to
  work.. :) )
- fixed the keymap (i had the numpad keys pushing layer 2 instead of
  layer 3)
- changed the numlock keycode.. i was using the wrong one, lol
- and some minor aesthetic changes
2012-12-03 16:19:12 -08:00
..
public fixed layer and numpad bugs - appears to work! 2012-12-03 16:19:12 -08:00
private.c changed the way layers are handled 2012-11-30 12:06:41 -08:00
private.h changed the way layers are handled 2012-11-30 12:06:41 -08:00
public.h changed the way layers are handled 2012-11-30 12:06:41 -08:00
readme.md reorganization (large one) (mostly moving files) 2012-07-31 14:48:31 -07:00

readme.md

src/lib/key-functions

These functions may do.. pretty much anything rational that they like. If they want keycodes to be sent to the host in an aggregate report, they're responsible for modifying the appropriate report variables.


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