summaryrefslogtreecommitdiffstats
path: root/tmk_core
Commit message (Expand)AuthorAgeFilesLines
* Fixed LED Function CallsIBNobody2016-03-221-2/+3
* Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-03-221-2/+2
|\
| * Addressed void* return warning in all keymapsyoyoerx2016-03-101-2/+2
* | Adding LED function pointersIBNobody2016-03-151-0/+2
|/
* Added note about using avr_setup.shdragon7882016-02-071-1/+1
* Merge branch 'master' into flicker-fixPeter Eichinger2016-01-252-2/+8
|\
| * Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audioJack Humbert2016-01-231-1/+1
| |\
| * | better integrationsJack Humbert2016-01-202-2/+8
| * | timer 3Jack Humbert2016-01-111-9/+9
| * | pwm audioJack Humbert2016-01-111-9/+9
* | | Remove led_off() it is not usedPeter Eichinger2016-01-241-2/+0
* | | Backlight fix from redditPeter Eichinger2016-01-221-0/+13
| |/ |/|
* | Added note about avr-libc also being required at least for archdragon7882015-12-301-1/+1
|/
* Fixes rolling combos for mod-tap keysErez Zukerman2015-10-281-3/+6
* merging tmkJack Humbert2015-10-2726-68/+3193
* Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c'Jun Wako2015-09-244-0/+0
* core: Fix NKRO ifdefJun Wako2015-09-241-0/+2
* core: Fix for disabling NKRO in Boot protocoltmk2015-09-203-8/+7
* core: Fix message print of debug commandtmk2015-09-201-2/+2
* lufa: Fix endpoint bank mode for ATMega32u2tmk2015-09-201-1/+4
* next_usb: Fix next_kbd_set_leds()tmk2015-09-201-4/+12
* Change to KC_BOOTLOADER(KC_BTLD)tmk2015-09-162-8/+7
* Add an assignable RESET keyskullY2015-09-162-0/+12
* Fix parenthesistmk2015-09-121-1/+1
* Fix weak modifier clear in action macrotmk2015-09-121-0/+2
* core: Fix lufa suspend callback(#234)tmk2015-07-231-1/+0
* usb_usb: Ignore error usage(0x01-03) reporttmk2015-07-151-9/+18
* usb_usb: Support locking key indicator LEDtmk2015-07-151-0/+8
* core: Add keymap section ldscript for ATMega32U2tmk2015-07-123-4/+279
* Add description for non-US keys on keycode.htmk2015-06-261-2/+2
* lufa: Fix console flush #223tmk2015-05-221-1/+23
* Revert "Make action_for_key a weak symbol"tmk2015-05-212-6/+0
* Make action_for_key a weak symbolDan McGregor2015-05-192-0/+6
* ibm4704_usb: Fix protocol handlingtmk2015-05-191-9/+11
* Add keyboard_setup() and matrix_setup()tmk2015-05-196-6/+25
* ibm4704_usb: Fix interrupt of clock(rising edge)tmk2015-05-191-21/+18
* usb_usb: Change debug LED pin configtmk2015-05-131-10/+0
* Reduce code size of magic commandstmk2015-05-131-105/+90
* Add description of AVR bootloader and boot sectiontmk2015-05-131-6/+43
* Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5'tmk2015-05-131863-64030/+422739
* Add compile options '-fdata-sections'Jun Wako2015-05-101-0/+1
* Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'tmk2015-04-285-1/+45
* Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8'Jun Wako2015-04-244198-0/+2016457
* Remove unneeded tap delays #201Jun Wako2015-04-232-8/+13
* Fix URL of HID Usage Tables pdfJun Wako2015-04-231-1/+1
* Fix typo of doc/keycode.txtJun Wako2015-04-231-1/+1
* Fix handling of consumer usage #199Jun Wako2015-04-231-1/+1
* Improve anti-ghosting behavior for fast typingMichael Tharp2015-04-231-2/+13
* Fix dfu-programmer parametersJun Wako2015-04-231-1/+5
* Move ring_buffer.h fileJun Wako2015-04-221-0/+53