summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-17Refactor struct keyevent_t.tmk
2013-01-17Fix mods with tap key but some problems still exists.tmk
- 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)]
2013-01-16Add support partly for modifier with tap key.tmk
2013-01-15Fix waiting_keys and periodical update for delaying layer.tmk
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk
2013-01-12Fix PWM control of LED in phantom.tmk
2013-01-09Add new layer actions.tmk
2013-01-07Add ISO support to keymap.(hid_liber)tmk
2013-01-01Fix debouncing code.(gh60)tmk
2013-01-01Change keymap.(gh60)tmk
2012-12-27Add README and keymap layers.(GH60)tmk
2012-12-27Added Initial files for gh60.tmk
2012-12-27Remove DEBUG_LED from pjrc stack.tmk
2012-12-26Fix bug of FAILSAFE key clear.tmk
http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
2012-12-17Fix action of system and consumer usage.tmk
2012-12-16Add initial fix for new keymap.tmk
2012-12-12Add ADB extended keyboard support by blargg@GH.tmk
This offers distinction between left/right modifiers.
2012-12-05Merge branch 'm0110'tmk
2012-12-05Fix keymaps in README.(M0110)tmk
2012-12-05Fix keymap and build option.(M0110)tmk
2012-12-05Add keymap file for Hasu.tmk
2012-12-05Change keymap.(M0110)tmk
2012-12-05Change IS_COMMAND.(M0110)tmk
2012-12-05Fix debug pirnt and magic key.(M0110)tmk
2012-12-05Merge branch 'hid_liber'tmk
2012-12-05Fix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber)tmk
2012-11-25Fix pin configuration error(macway). issue #17tmk
2012-11-24Add bitpop16() in util.c.tmk
2012-11-23Merge branch 'phantom'tmk
2012-11-23Fix target name and product id of pahntom.tmk
2012-11-23Fixes from Tranquilite@GH.tmk
- Fix keyboard_task() when matrix column size > 16 - Add clear_keyboard() in NKRO command to avoid stucking keys. - Fix function name in print.c.
2012-11-23Add initial files for Phantom from Tranquilite@GH.tmk
2012-11-15Fix Sony NEWS pinouts in commenttmk
2012-11-14Fix Sony NEWS connector pinout and keymap.tmk
2012-11-13Merge branch 'hid_liber'tmk
2012-11-13Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk
2012-11-11Disable JTAG function for hid_liber to use PORTF.tmk
2012-11-10Fix copyright and license notices.tmk
2012-11-10Rename to hid_liber.tmk
2012-11-10Add comments on keymap.c.tmk
2012-11-10Add initial files for hid_libre.tmk
2012-11-01Fix image link 3 :(tmk
2012-11-01Fix image link 2tmk
2012-11-01Fix image link in README.mdtmk
2012-11-01Improve documentationtmk
2012-10-27Fix usage of debug flagtmk
2012-10-27Merge branch 'print'tmk
2012-10-27Add print_dec() and debug_dec().tmk
2012-10-23Add print utilitytmk
2012-10-21Merge branch 'sun'tmk