| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-20 | Add overlay framework | ||
| 2013-02-16 | Rewrite layer action with layer_switch | ||
| 2013-02-15 | Replace layer_stack with layer_switch | ||
| 2013-02-15 | Fix switch_default_layer command | ||
| 2013-02-15 | Change: 0 means default_layer in current_layer now | ||
| - current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0. | |||
| 2013-02-12 | Fix 'chage default layer' command. | ||
| 2013-02-11 | Merge branch 'keymap2' | ||
| Conflicts: common/keyboard.c | |||
| 2013-01-28 | Clean code. | ||
| 2012-11-23 | Fixes from Tranquilite@GH. | ||
| - Fix keyboard_task() when matrix column size > 16 - Add clear_keyboard() in NKRO command to avoid stucking keys. - Fix function name in print.c. | |||
| 2012-10-27 | Add print_dec() and debug_dec(). | ||
| 2012-10-23 | Add print utility | ||
| 2012-10-18 | Add child proof keyboard locking feature! | ||
| Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE | |||
| 2012-10-17 | Add command console and mouseky parameters tweak. | ||
| 2012-10-17 | Fix commands | ||
| 2012-10-17 | Clean host.h interface. | ||
| 2012-10-17 | Add keycode.h and remove usb_keycodes.h. | ||
| 2012-10-17 | Initial version of new code for layer switch is added. | ||
| 2012-06-29 | confirm SetReport LED. | ||
| 2012-06-07 | Moved files to common, protocol and doc directory | ||