Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-27 | Fixes to sleep LED. | Mathias Andersson | |
Add help text. Add missing SLEEP_LED_ENABLE checks. | |||
2013-05-15 | Fix command.c and README | tmk | |
2013-04-07 | Fix bootmagic and eeconfig for virtual DIP SW | tmk | |
2013-04-04 | Fix ACT_MODS action and switch_default_layer command | tmk | |
2013-04-02 | Rename file layer_switch to action_layer | tmk | |
2013-04-02 | Refine ACT_LAYER and ACT_LAYER_TAP | tmk | |
- Remove ACT_LAYER_BITOP | |||
2013-03-31 | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | |
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | |||
2013-03-27 | Add sleep LED test command | tmk | |
2013-03-19 | Add NO_PRINT and NO_DEBUG config options. | tmk | |
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API | |||
2013-03-11 | Add build option BOOTMAGIC_ENABLE | tmk | |
2013-03-11 | Add keyconf in eeconfig.c | tmk | |
2013-03-11 | Rename HOST_* to PROTOCOL_* in protocol/*.mk | tmk | |
2013-03-10 | Add KEYCONF to eeconfig.c | tmk | |
2013-03-09 | Add bootmagic.c and fix bootloader_jump | tmk | |
2013-03-07 | Add eeconfig.c - eeprom stored paramerters | tmk | |
2013-02-20 | Add overlay framework | tmk | |
2013-02-16 | Rewrite layer action with layer_switch | tmk | |
2013-02-15 | Replace layer_stack with layer_switch | tmk | |
2013-02-15 | Fix switch_default_layer command | tmk | |
2013-02-15 | Change: 0 means default_layer in current_layer now | tmk | |
- 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. | tmk | |
2013-02-11 | Merge branch 'keymap2' | tmk | |
Conflicts: common/keyboard.c | |||
2013-01-28 | Clean code. | tmk | |
2012-11-23 | Fixes from Tranquilite@GH. | tmk | |
- 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(). | tmk | |
2012-10-23 | Add print utility | tmk | |
2012-10-18 | Add child proof keyboard locking feature! | tmk | |
Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE | |||
2012-10-17 | Add command console and mouseky parameters tweak. | tmk | |
2012-10-17 | Fix commands | tmk | |
2012-10-17 | Clean host.h interface. | tmk | |
2012-10-17 | Add keycode.h and remove usb_keycodes.h. | tmk | |
2012-10-17 | Initial version of new code for layer switch is added. | tmk | |
2012-06-29 | confirm SetReport LED. | tmk | |
2012-06-07 | Moved files to common, protocol and doc directory | tmk | |