ergodox-firmware/src/lib/data-types
Ben Blazak d7c1ffe0c4 removed linked lists; changed KBFUN_FUNCTION_ARGS handling
- linked lists need to be rewritten to be more memory efficient
- all kbfun functions are now of type `(void kbfun_...(void))`, and the
  arguments they need are passed via a group of global `main_arg_...`
  variables (and other `main_...` variables)
2012-08-06 15:57:23 -07:00
..
misc.h removed linked lists; changed KBFUN_FUNCTION_ARGS handling 2012-08-06 15:57:23 -07:00