summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug parameter setting in eeconfigtmk2013-03-115-12/+31
|
* Fix legacy keymap supporttmk2013-03-112-46/+61
| | | | - 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-112-6/+6
|
* Add KEYCONF to eeconfig.ctmk2013-03-105-23/+83
|
* Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-101-7/+9
| | | | - define BOOTLOADER_SIZE in config.h instead of Makefile
* Fix watchdog in bootloader jumptmk2013-03-101-10/+13
| | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset
* Add bootmagic.c and fix bootloader_jumptmk2013-03-095-49/+164
|
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-074-4/+131
|
* Remove matrix_key_count() from matrix.htmk2013-03-051-2/+0
|
* Fix ghost block and remove matrix_has_ghost()tmk2013-03-052-3/+24
|
* Merge branch 'overlays'tmk2013-03-0511-318/+811
|\
| * Fix keymap for new frameworktmk2013-03-051-10/+8
| |
| * Clean action.h and add keymap doctmk2013-03-052-54/+20
| |
| * Create keymap.mdtmk2013-03-041-0/+4
| |
| * Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-271-6/+0
| |
| * Add tap flags on record_ttmk2013-02-263-25/+40
| |
| * Add MACRO actiontmk2013-02-254-30/+39
| |
| * Fix README and comments in action.htmk2013-02-231-7/+7
| |
| * Fix tap key bug: layer stucktmk2013-02-201-12/+12
| | | | | | | | - Can't use Invert action for tap key, use On/Off insted.
| * Add keymap clear/reset actiontmk2013-02-203-17/+44
| |
| * Add overlay frameworktmk2013-02-207-341/+585
| |
| * Rewrite layer action with layer_switchtmk2013-02-167-112/+148
| |
| * Replace layer_stack with layer_switchtmk2013-02-156-181/+123
| |
| * Fix switch_default_layer commandtmk2013-02-153-15/+26
| |
| * Add layer_stack files taking apart from action.ctmk2013-02-153-105/+166
| |
| * Change: 0 means default_layer in current_layer nowtmk2013-02-152-20/+26
| | | | | | | | | | | | | | | | - 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.
| * Add layer stacktmk2013-02-142-104/+284
| |
* | Fix bit shift which is beyond int size(16bit)tmk2013-02-251-1/+1
|/
* Change struct key_ttmk2013-02-134-13/+7
|
* Change action APItmk2013-02-134-124/+118
|
* Change keymap APItmk2013-02-132-21/+46
|
* Make Transparent feature available to new keymaps.tmk2013-02-133-8/+28
|
* Fix 'chage default layer' command.tmk2013-02-121-14/+7
|
* Change ACTION_LAYER_SET_LAYER behaviourtmk2013-02-122-9/+11
|
* Boot Magic key for gh60tmk2013-02-111-1/+10
|
* Merge branch 'keymap2'tmk2013-02-1116-611/+1634
|\ | | | | | | | | Conflicts: common/keyboard.c
| * Fix is_tap_key()tmk2013-02-112-8/+8
| |
| * Add doc/keycode.txttmk2013-02-101-2/+2
| |
| * Clean layer actions.tmk2013-02-102-251/+152
| |
| * Add macro feature.tmk2013-02-046-15/+190
| |
| * Add user defined function to action.tmk2013-02-015-50/+54
| |
| * Add legacy keymap support.tmk2013-01-315-38/+151
| |
| * Fix tapping. tap key just after tap timeout.tmk2013-01-311-2/+1
| |
| * Fix: action LAYER_BIT uses xor now instead of and/or.tmk2013-01-302-19/+16
| |
| * Fix process_tapping().tmk2013-01-301-90/+166
| |
| * Clean debug print in action.c.tmk2013-01-294-23/+84
| |
| * Clean code.tmk2013-01-286-200/+220
| |
| * Add tap toggle feature to action.tmk2013-01-282-47/+141
| |