Commit Graph

26 Commits (master)

Author SHA1 Message Date
Stefan Dorn 24891b6108 cleanup 2016-08-22 16:28:10 +01:00
Stefan Dorn 6e94b69be4 prep for key repeats 2016-08-22 03:04:00 +01:00
Stefan Dorn 058a7bc914 adopt fancier key syntax, and flip matrixes around 2016-08-21 23:50:03 +01:00
Stefan Dorn 0af5332a59 align 2016-08-21 18:24:51 +01:00
Stefan Dorn e293f31c04 cleanup 2016-06-14 11:34:35 +01:00
Stefan Dorn b9678e3239 free memory usage 2016-06-14 01:49:07 +01:00
Stefan Dorn 5a651b2854 define debug_printf variant as well 2016-06-14 00:29:43 +01:00
Stefan Dorn 79cdf4f1f3 conditional debug 2016-06-13 23:31:20 +01:00
Stefan Dorn fd9de01514 debug works! 2016-06-13 05:25:18 +01:00
Stefan Dorn 415e815f75 part of porting the debug interface from tmk 2016-06-12 08:55:16 +01:00
Stefan Dorn afc7d9f87c cleanup 2016-06-12 03:55:36 +01:00
Stefan Dorn 44d2566936 cleanup 2016-06-12 03:41:12 +01:00
Stefan Dorn 6ec9fcbb98 simplify includes 2016-06-12 03:34:29 +01:00
Stefan Dorn f5641c807e some cleanup 2016-06-12 03:08:50 +01:00
Stefan Dorn 070b4b2caa no more warnings and automatic headers 2016-06-12 01:31:58 +01:00
Stefan Dorn 923e8da156 refactor 2016-06-12 01:00:39 +01:00
Stefan Dorn 0f1d82f1f2 refactor 2016-06-11 23:06:09 +01:00
Stefan Dorn e25b4b3bff refactor 2016-06-11 22:27:17 +01:00
Stefan Dorn 14d0d1cad6 refactor 2016-06-11 22:16:59 +01:00
Stefan Dorn 8344f05b60 refactor 2016-06-11 22:06:57 +01:00
Stefan Dorn 0c141072da clean up header structure 2016-06-11 21:19:48 +01:00
Stefan Dorn dea913d16e less nesting 2016-06-11 20:24:42 +01:00
Stefan Dorn 3dda86dd7e remove useless headers 2016-06-11 20:13:46 +01:00
Ben Blazak ff1708796b (changed the name of a header) 2012-08-19 13:42:43 -07:00
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
Ben Blazak ddade5b5dc reorganization (large one) (mostly moving files) 2012-07-31 14:48:31 -07:00