summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
| * Fix keycodes. It has 32 Fn keys now.tmk2013-01-271-11/+36
| |
| * Remove test_func.tmk2013-01-271-10/+1
| |
| * New tapping logic.tmk2013-01-274-164/+216
| |
| * Minor fixes in keyboard.c.tmk2013-01-242-14/+10
| |
| * Add prototype of Action Function.tmk2013-01-235-70/+185
| |
| * Add bootmagic keys.(hhkb)tmk2013-01-232-0/+25
| | | | | | | | | | - kick bootloader - enable debug print
| * Fix mods with tapping.tmk2013-01-212-192/+190
| |
| * Refactor struct keyevent_t.tmk2013-01-173-10/+19
| |
| * Fix mods with tap key but some problems still exists.tmk2013-01-172-67/+102
| | | | | | | | | | | | - stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)] - tap key doesn't work when fast type. [key(d), mods(d), key(u), mods(u)]
| * Add support partly for modifier with tap key.tmk2013-01-163-189/+239
| |
| * Fix waiting_keys and periodical update for delaying layer.tmk2013-01-154-151/+90
| |
| * Fix tap key using delaying_layer and waiting_key.tmk2013-01-135-33/+152
| |
| * Add new layer actions.tmk2013-01-096-315/+323
| |
| * Fix action of system and consumer usage.tmk2012-12-173-184/+38
| |
| * Add initial fix for new keymap.tmk2012-12-1614-611/+967
| |
* | Merge branch 'gh60'tmk2013-02-108-3/+815
|\ \
| * | Fix debouncing code.(gh60)tmk2013-01-011-28/+27
| | |
| * | Change keymap.(gh60)tmk2013-01-011-10/+10
| | |