aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable Boot magick on hhkbtmk2013-03-181-2/+2
|
* Change sleep led step table to get smoothtmk2013-03-161-9/+20
|
* Add desription about breathing sleep LEDtmk2013-03-161-0/+3
|
* Merge branch 'remote_wakeup'tmk2013-03-165-4/+225
|\
| * Add breathing sleep LED during USB suspendtmk2013-03-165-9/+128
| |
| * Add power down mode sleep and watchdog interrupttmk2013-03-141-3/+73
| |
| * Add intial code of RemoteWakeUptmk2013-03-131-4/+36
|/
* Merge branch 'debouncing_fix'tmk2013-03-1210-165/+127
|\
| * Fix debouncing and add legacy keymap supporttmk2013-03-1210-165/+127
|/
* Fix Locking CapsLock support in ADB convertertmk2013-03-125-37/+16
|
* Add description of Locking CapsLock in READMEtmk2013-03-121-0/+8
|
* Merge branch 'locking_caps'tmk2013-03-124-18/+38
|\
| * Add mechanical locking switch support for CapsLocktmk2013-03-124-18/+38
|/
* Add description of Boot Magic in READMEtmk2013-03-111-12/+23
|
* Merge branch 'eeprom_config'tmk2013-03-1126-162/+563
|\
| * Add build option BOOTMAGIC_ENABLEtmk2013-03-115-12/+19
| |
| * Fix debug parameter setting in eeconfigtmk2013-03-115-12/+31
| |
| * Fix legacy keymap supporttmk2013-03-117-72/+82
| | | | | | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
| * Add default value to BOOTLOADER_SIZEtmk2013-03-111-1/+2
| |
| * Add keyconf in eeconfig.ctmk2013-03-112-0/+24
| |
| * Rename HOST_* to PROTOCOL_* in protocol/*.mktmk2013-03-116-18/+15
| |
| * Add --relax for size optimization to gh60tmk2013-03-111-0/+3
| |
| * Add KEYCONF to eeconfig.ctmk2013-03-105-23/+83
| |
| * Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-107-34/+38
| | | | | | | | - define BOOTLOADER_SIZE in config.h instead of Makefile
| * Fix watchdog in bootloader jumptmk2013-03-103-15/+28
| | | | | | | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset
| * Fix gh60/matrix.c and Makefiletmk2013-03-093-8/+16
| |
| * Add bootmagic.c and fix bootloader_jumptmk2013-03-099-54/+178
| |
| * Add eeconfig.c - eeprom stored paramerterstmk2013-03-076-4/+135
|/
* Merge branch 'ghost_fix'tmk2013-03-054-31/+26
|\
| * Remove matrix_key_count() from matrix.htmk2013-03-052-16/+0
| |
| * Fix ghost block and remove matrix_has_ghost()tmk2013-03-054-16/+27
|/
* Merge branch 'overlays'tmk2013-03-0551-955/+2868
|\
| * Fix keymap for new frameworktmk2013-03-0518-23/+117
| |
| * Fix README.md and doc/keymap.mdtmk2013-03-052-6/+11
| |
| * Clean action.h and add keymap doctmk2013-03-057-169/+126
| |
| * Create keymap.mdtmk2013-03-043-353/+532
| |
| * Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-273-22/+41
| |
| * Add tap flags on record_ttmk2013-02-264-104/+104
| |
| * Fix keymap MACRO of pc98 adn hhkbtmk2013-02-252-23/+78
| |
| * Add MACRO actiontmk2013-02-254-30/+39
| |
| * Merge branch 'pc98_fix' into overlaystmk2013-02-259-245/+395
| |\
| | * Fix software serial configuretmk2013-02-253-96/+93
| | |
| | * Add serial_uart.c and use it for PC98tmk2013-02-255-92/+174
| | |
| | * Add parity option in serial_soft.ctmk2013-02-251-7/+32
| | |
| | * Inhibit repeating key of PC98tmk2013-02-241-6/+54
| | |
| | * New keymap of PC98tmk2013-02-243-92/+90
| |/
| * Merge branch 'pc98' of github.com:tmk/tmk_keyboard into overlaystmk2013-02-239-0/+732
| |\
| | * Fix debug code of serial_soft.ctmk2013-02-231-6/+26
| | |
| | * Edit README of PC98tmk2013-02-231-58/+44
| | |
| | * Fix softwere serialtmk2013-02-222-27/+18
| | |