Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | tmk | 2014-07-07 | 1 | -0/+1 |
|\ | | | | | Adding NKRO virtual dip-switch, using existing bit in keymap byte. | ||||
| * | Adding NKRO virtual dip-switch, using existing bit in keymap byte. | Shayne Holmes | 2014-04-09 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Make NKRO deafult when it is available | tmk | 2014-04-27 | 1 | -2/+2 |
|/ | | | | - NKRO is used only when keyboard_protocol = 1(report) | ||||
* | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | 2013-10-04 | 1 | -0/+1 |
| | | | | | | | - 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 | ||||
* | Fix version info command | tmk | 2013-09-19 | 1 | -5/+42 |
| | |||||
* | Add version string | tmk | 2013-09-11 | 1 | -3/+4 |
| | |||||
* | Add BACKLIGHT_ENABLE conditional | tmk | 2013-06-23 | 1 | -0/+2 |
| | |||||
* | Add support for backlight | Wraul | 2013-06-22 | 1 | -0/+7 |
| | |||||
* | Add default layer config to bootmagic | tmk | 2013-06-22 | 1 | -2/+2 |
| | |||||
* | Fixes to sleep LED. | Mathias Andersson | 2013-05-27 | 1 | -0/+5 |
| | | | | | Add help text. Add missing SLEEP_LED_ENABLE checks. | ||||
* | Fix command.c and README | tmk | 2013-05-15 | 1 | -1/+0 |
| | |||||
* | Fix bootmagic and eeconfig for virtual DIP SW | tmk | 2013-04-07 | 1 | -24/+24 |
| | |||||
* | Fix ACT_MODS action and switch_default_layer command | tmk | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | Rename file layer_switch to action_layer | tmk | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | Refine ACT_LAYER and ACT_LAYER_TAP | tmk | 2013-04-02 | 1 | -1/+2 |
| | | | | - Remove ACT_LAYER_BITOP | ||||
* | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | 2013-03-31 | 1 | -1/+0 |
| | | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | ||||
* | Add sleep LED test command | tmk | 2013-03-27 | 1 | -0/+8 |
| | |||||
* | Add NO_PRINT and NO_DEBUG config options. | tmk | 2013-03-19 | 1 | -13/+2 |
| | | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API | ||||
* | Add build option BOOTMAGIC_ENABLE | tmk | 2013-03-11 | 1 | -0/+4 |
| | |||||
* | Add keyconf in eeconfig.c | tmk | 2013-03-11 | 1 | -0/+9 |
| | |||||
* | Rename HOST_* to PROTOCOL_* in protocol/*.mk | tmk | 2013-03-11 | 1 | -5/+5 |
| | |||||
* | Add KEYCONF to eeconfig.c | tmk | 2013-03-10 | 1 | -2/+2 |
| | |||||
* | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 1 | -3/+1 |
| | |||||
* | Add eeconfig.c - eeprom stored paramerters | tmk | 2013-03-07 | 1 | -0/+22 |
| | |||||
* | Add overlay framework | tmk | 2013-02-20 | 1 | -4/+3 |
| | |||||
* | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 1 | -5/+2 |
| | |||||
* | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 1 | -2/+2 |
| | |||||
* | Fix switch_default_layer command | tmk | 2013-02-15 | 1 | -10/+12 |
| | |||||
* | Change: 0 means default_layer in current_layer now | tmk | 2013-02-15 | 1 | -3/+4 |
| | | | | | | | | - 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. | ||||
* | Fix 'chage default layer' command. | tmk | 2013-02-12 | 1 | -14/+7 |
| | |||||
* | Merge branch 'keymap2' | tmk | 2013-02-11 | 1 | -16/+1 |
|\ | | | | | | | | | Conflicts: common/keyboard.c | ||||
| * | Clean code. | tmk | 2013-01-28 | 1 | -16/+1 |
| | | |||||
* | | Fixes from Tranquilite@GH. | tmk | 2012-11-23 | 1 | -0/+1 |
|/ | | | | | | - Fix keyboard_task() when matrix column size > 16 - Add clear_keyboard() in NKRO command to avoid stucking keys. - Fix function name in print.c. | ||||
* | Add print_dec() and debug_dec(). | tmk | 2012-10-27 | 1 | -17/+14 |
| | |||||
* | Add print utility | tmk | 2012-10-23 | 1 | -25/+26 |
| | |||||
* | Add child proof keyboard locking feature! | tmk | 2012-10-18 | 1 | -3/+20 |
| | | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE | ||||
* | Add command console and mouseky parameters tweak. | tmk | 2012-10-17 | 1 | -62/+365 |
| | |||||
* | Fix commands | tmk | 2012-10-17 | 1 | -30/+47 |
| | |||||
* | Clean host.h interface. | tmk | 2012-10-17 | 1 | -7/+0 |
| | |||||
* | Add keycode.h and remove usb_keycodes.h. | tmk | 2012-10-17 | 1 | -19/+19 |
| | |||||
* | Initial version of new code for layer switch is added. | tmk | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | confirm SetReport LED. | tmk | 2012-06-29 | 1 | -0/+1 |
| | |||||
* | Moved files to common, protocol and doc directory | tmk | 2012-06-07 | 1 | -0/+243 |