Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rn42' into merge_rn42 | tmk | 2014-11-24 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h | ||||
| * | Remove MCU dependent code from common/keyboard.c | tmk | 2014-11-23 | 1 | -23/+0 |
| | | |||||
| * | Matrix power saving | tmk | 2014-11-23 | 1 | -0/+23 |
| | | |||||
| * | Fix common files for mbed | tmk | 2014-07-30 | 1 | -1/+0 |
| | | |||||
| * | Port action_* to mbed | tmk | 2014-07-30 | 1 | -1/+1 |
| | | |||||
* | | Add serial_mouse_task in keyboard.c | tmk | 2014-08-26 | 1 | -0/+11 |
|/ | |||||
* | Fix to build ps2_mouse with both LUFA and PJRC | tmk | 2013-11-20 | 1 | -3/+1 |
| | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | ||||
* | Fix PS/2 mouse support | tmk | 2013-11-02 | 1 | -1/+14 |
| | |||||
* | Fix USB initilaize on LUFA | tmk | 2013-09-21 | 1 | -3/+0 |
| | | | | | | | | | | - Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device. | ||||
* | Add support for backlight | Wraul | 2013-06-22 | 1 | -0/+5 |
| | |||||
* | Fix bootmagic and eeconfig for virtual DIP SW | tmk | 2013-04-07 | 1 | -12/+0 |
| | |||||
* | Add NO_PRINT and NO_DEBUG config options. | tmk | 2013-03-19 | 1 | -1/+1 |
| | | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API | ||||
* | Add mechanical locking switch support for CapsLock | tmk | 2013-03-12 | 1 | -0/+1 |
| | |||||
* | Add build option BOOTMAGIC_ENABLE | tmk | 2013-03-11 | 1 | -3/+3 |
| | |||||
* | Fix debug parameter setting in eeconfig | tmk | 2013-03-11 | 1 | -5/+6 |
| | |||||
* | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 1 | -23/+2 |
| | |||||
* | Add eeconfig.c - eeprom stored paramerters | tmk | 2013-03-07 | 1 | -4/+21 |
| | |||||
* | Fix ghost block and remove matrix_has_ghost() | tmk | 2013-03-05 | 1 | -1/+24 |
| | |||||
* | Fix bit shift which is beyond int size(16bit) | tmk | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | Change struct key_t | tmk | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | Boot Magic key for gh60 | tmk | 2013-02-11 | 1 | -1/+10 |
| | |||||
* | Clean code. | tmk | 2013-01-28 | 1 | -8/+2 |
| | |||||
* | New tapping logic. | tmk | 2013-01-27 | 1 | -3/+3 |
| | |||||
* | Minor fixes in keyboard.c. | tmk | 2013-01-24 | 1 | -10/+6 |
| | |||||
* | Add prototype of Action Function. | tmk | 2013-01-23 | 1 | -1/+2 |
| | |||||
* | Add bootmagic keys.(hhkb) | tmk | 2013-01-23 | 1 | -0/+11 |
| | | | | | - kick bootloader - enable debug print | ||||
* | Refactor struct keyevent_t. | tmk | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Fix waiting_keys and periodical update for delaying layer. | tmk | 2013-01-15 | 1 | -1/+8 |
| | |||||
* | Fix tap key using delaying_layer and waiting_key. | tmk | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | Add new layer actions. | tmk | 2013-01-09 | 1 | -2/+3 |
| | |||||
* | Add initial fix for new keymap. | tmk | 2012-12-16 | 1 | -544/+6 |
| | |||||
* | Fix usage of debug flag | tmk | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | Add print utility | tmk | 2012-10-23 | 1 | -1/+5 |
| | |||||
* | Add LED feature to Sun converter | tmk | 2012-10-21 | 1 | -0/+7 |
| | |||||
* | Add child proof keyboard locking feature! | tmk | 2012-10-18 | 1 | -1/+1 |
| | | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE | ||||
* | Add command console and mouseky parameters tweak. | tmk | 2012-10-17 | 1 | -17/+21 |
| | |||||
* | Fix commands | tmk | 2012-10-17 | 1 | -17/+11 |
| | |||||
* | Fix use of default_layer | tmk | 2012-10-17 | 1 | -12/+20 |
| | |||||
* | Fix layer switching and host API. | tmk | 2012-10-17 | 1 | -60/+76 |
| | |||||
* | Fix build option MOUSEKEY_ENABLE. | tmk | 2012-10-17 | 1 | -1/+11 |
| | |||||
* | Clean host.h interface. | tmk | 2012-10-17 | 1 | -37/+47 |
| | |||||
* | Add keycode.h and remove usb_keycodes.h. | tmk | 2012-10-17 | 1 | -22/+22 |
| | |||||
* | Add consumer/system usage support. | tmk | 2012-10-17 | 1 | -16/+106 |
| | |||||
* | Add repeating of Fn key with alt keycode. | tmk | 2012-10-17 | 1 | -7/+22 |
| | |||||
* | Initial version of new code for layer switch is added. | tmk | 2012-10-17 | 1 | -130/+413 |
| | |||||
* | Add consumer/system control feature to LUFA. | tmk | 2012-06-28 | 1 | -12/+5 |
| | |||||
* | Moved files to common, protocol and doc directory | tmk | 2012-06-07 | 1 | -0/+203 |