summaryrefslogtreecommitdiffstats
path: root/keyboard
Commit message (Collapse)AuthorAgeFilesLines
* Fix debouncing on gh60, hbkb, macwaytmk2013-03-277-92/+46
|
* Fix Makefile of gh60tmk2013-03-272-1/+11
|
* Fix hid_liber for new keymap framework by yeeearghtmk2013-03-255-54/+164
|
* Changed Makefile and config.h for new optionstmk2013-03-216-17/+34
|
* Fix Makefile and config.h of gh60 for new optionstmk2013-03-213-8/+18
|
* Add NO_ACTION_KEYMAP config optiontmk2013-03-201-0/+1
|
* Add NO_ACTION_FUNCTION config optiontmk2013-03-201-0/+1
|
* Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk2013-03-201-0/+2
|
* Add NO_ACTION_OVERLAY config optiontmk2013-03-201-1/+2
|
* Add COMMAND_ENABLE build optiontmk2013-03-191-0/+1
|
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-191-0/+5
| | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* Enable Boot magick on hhkbtmk2013-03-181-2/+2
|
* Add breathing sleep LED during USB suspendtmk2013-03-161-0/+1
|
* Fix debouncing and add legacy keymap supporttmk2013-03-129-164/+126
|
* Fix Locking CapsLock support in ADB convertertmk2013-03-121-1/+1
|
* Add mechanical locking switch support for CapsLocktmk2013-03-121-17/+7
|
* Add build option BOOTMAGIC_ENABLEtmk2013-03-112-7/+6
|
* Fix legacy keymap supporttmk2013-03-113-21/+9
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Add --relax for size optimization to gh60tmk2013-03-111-0/+3
|
* Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-106-27/+29
| | | | - define BOOTLOADER_SIZE in config.h instead of Makefile
* Fix watchdog in bootloader jumptmk2013-03-102-5/+15
| | | | | - 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-091-2/+4
|
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-071-0/+3
|
* Remove matrix_key_count() from matrix.htmk2013-03-051-14/+0
|
* Fix ghost block and remove matrix_has_ghost()tmk2013-03-052-13/+3
|
* Fix keymap for new frameworktmk2013-03-0510-3/+3
|
* Clean action.h and add keymap doctmk2013-03-053-23/+23
|
* Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-271-15/+40
|
* Add tap flags on record_ttmk2013-02-261-79/+64
|
* Fix keymap MACRO of pc98 adn hhkbtmk2013-02-251-17/+20
|
* Fix keymap of gh60 and hhkbtmk2013-02-214-52/+40
|
* Apply new keymap for gh60tmk2013-02-209-226/+195
|
* Add keymap file of gh60tmk2013-02-161-0/+75
|
* Add keymaps of gh60tmk2013-02-167-108/+163
| | | | | | - keymap_poker.h poker emulation - keymap_poker_set.h poker emulation with Esc fix and cursor fix - keymap_poker_bit.h poker emulation with Esc fix and cursor fix
* Replace layer_stack with layer_switchtmk2013-02-152-41/+27
|
* Add poker keymap with layer stackingtmk2013-02-154-6/+14
|
* Add poker keymap with layer stacking.tmk2013-02-142-5/+103
|
* Change struct key_ttmk2013-02-132-2/+2
|
* Change action APItmk2013-02-132-8/+2
|
* Add 'poker' target to Makefile.pjrc of gh60tmk2013-02-131-1/+4
|
* Change keymap APItmk2013-02-132-67/+56
|
* Make Transparent feature available to new keymaps.tmk2013-02-131-7/+3
|
* Add transparent layer feature in gh60tmk2013-02-125-80/+264
|
* Boot Magic key for gh60tmk2013-02-114-35/+60
|
* Merge branch 'keymap2'tmk2013-02-115-88/+247
|\ | | | | | | | | Conflicts: common/keyboard.c
| * Clean layer actions.tmk2013-02-101-30/+47
| |
| * Add macro feature.tmk2013-02-041-7/+35
| |
| * Add user defined function to action.tmk2013-02-011-50/+113
| |
| * Clean code.tmk2013-01-282-1/+5
| |