aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add initial files for PC98tmk2013-02-228-1/+720
| | |
| * | Fix README and comments in action.htmk2013-02-232-57/+82
| | |
| * | Fix keymap of gh60 and hhkbtmk2013-02-214-52/+40
| | |
| * | 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
| | |
| * | Apply new keymap for gh60tmk2013-02-209-226/+195
| | |
| * | Merge branch 'layer_switch'tmk2013-02-1617-373/+467
| |\ \
| | * | Add keymap file of gh60tmk2013-02-161-0/+75
| | | |
| | * | Rewrite layer action with layer_switchtmk2013-02-167-112/+148
| | | |
| | * | 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-159-223/+151
| |/ /
| * | Merge branch 'layer_stack'tmk2013-02-1512-134/+500
| |\ \ | | |/ | |/|
| | * Fix switch_default_layer commandtmk2013-02-153-15/+26
| | |
| | * Add poker keymap with layer stackingtmk2013-02-154-6/+14
| | |
| | * Add layer_stack files taking apart from action.ctmk2013-02-154-105/+167
| | |
| | * Fix Make dependency file namestmk2013-02-151-1/+2
| | |
| | * 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 poker keymap with layer stacking.tmk2013-02-142-5/+103
| | |
| | * Add layer stacktmk2013-02-142-104/+284
| |/
* / Fix bit shift which is beyond int size(16bit)tmk2013-02-251-1/+1
|/
* Merge branch 'actionfix'tmk2013-02-138-146/+128
|\
| * Change struct key_ttmk2013-02-136-15/+9
| |
| * Change action APItmk2013-02-136-132/+120
|/
* Merge branch 'transparent'tmk2013-02-1314-166/+381
|\
| * Add 'poker' target to Makefile.pjrc of gh60tmk2013-02-131-1/+4
| |
| * Change keymap APItmk2013-02-134-88/+102
| |
| * Make Transparent feature available to new keymaps.tmk2013-02-135-20/+39
| |
| * Fix 'chage default layer' command.tmk2013-02-121-14/+7
| |
| * Change ACTION_LAYER_SET_LAYER behaviourtmk2013-02-122-9/+11
| |
| * Add transparent layer feature in gh60tmk2013-02-125-80/+264
|/
* Now includes LUFA-120730 in repositorytmk2013-02-11306-0/+64019
|
* Add support for LUFA-120730tmk2013-02-113-15/+30
|
* Boot Magic key for gh60tmk2013-02-115-36/+70
|
* Merge branch 'keymap2'tmk2013-02-1124-767/+2689
|\ | | | | | | | | Conflicts: common/keyboard.c
| * Fix and add some in READMEtmk2013-02-111-15/+115
| |
| * Fix is_tap_key()tmk2013-02-112-8/+8
| |
| * Add doc/keycode.txttmk2013-02-103-5/+286
| |
| * Add description of keymap and layer in README.mdtmk2013-02-101-68/+424
| |
| * Clean layer actions.tmk2013-02-103-281/+199
| |
| * Add macro feature.tmk2013-02-048-22/+226
| |
| * Add user defined function to action.tmk2013-02-016-100/+167
| |
| * 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-289-201/+226
| |
| * Add tap toggle feature to action.tmk2013-01-283-49/+145
| |
| * Add oneshot modifier action.tmk2013-01-273-175/+236
| |