Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-18 | Changed hotkey for bootloader jump | Ralf Schmitt | |
2015-01-01 | Fix modifier stuck of Lock command(#127) | tmk | |
2014-07-30 | Ad hoc fix of command API | tmk | |
2014-07-07 | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | tmk | |
Adding NKRO virtual dip-switch, using existing bit in keymap byte. | |||
2014-04-27 | Make NKRO deafult when it is available | tmk | |
- NKRO is used only when keyboard_protocol = 1(report) | |||
2014-04-09 | Adding NKRO virtual dip-switch, using existing bit in keymap byte. | Shayne Holmes | |
This takes the last, reserved bit there, but doesn't necessitate a revision to the magic number because it doesn't alter byte order. Add reference to NKRO virtual dip-switch to documentation. | |||
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | |
- Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching | |||
2013-09-19 | Fix version info command | tmk | |
2013-09-11 | Add version string | tmk | |
2013-06-23 | Add BACKLIGHT_ENABLE conditional | tmk | |
2013-06-22 | Add support for backlight | Wraul | |
2013-06-22 | Add default layer config to bootmagic | tmk | |
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 | |