summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Generic Pointing Device (#1767)Snipeye1-0/+10
2017-09-30Don't process keycodes on the slaveFred Sundvik1-28/+35
2017-09-30Clueboard 60% support (#1746)skullydazed3-7/+27
2017-08-20Fix compilation error when NO_ACTION_LAYER is defined.Joe Wasson1-1/+1
2017-08-16some major steps toward making the usb-usb converter workBalz Guenat1-0/+8
2017-08-16Remove floating point calculation in mouse move. Saves approx 650 bytes if n...Martin Sandiford1-3/+11
2017-08-13Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ...That-Canadian1-0/+2
2017-07-27Add support for GeminiPR steno protocol.Joe Wasson3-0/+10
2017-07-09Add wait support for testsFred Sundvik2-3/+9
2017-07-09Add basic timing support, and SFT_T testsFred Sundvik1-8/+9
2017-06-20Merge pull request #1405 from cquiroz/oneshot-mods-timeoutJack Humbert1-1/+3
2017-06-18Add todo to timer.cFred Sundvik1-0/+3
2017-06-18Fix problems with undefined inlines in debug modeFred Sundvik1-0/+4
2017-06-18Move functions for adding keys from to reports to report.hFred Sundvik4-35/+45
2017-06-18Move functionality from action_util to reportFred Sundvik4-173/+192
2017-06-18Empty bootloader_jumpFred Sundvik1-0/+2
2017-06-18Emulate eepromFred Sundvik2-0/+100
2017-06-18Rename native to testFred Sundvik3-0/+0
2017-06-18Add empty timer functionsFred Sundvik1-0/+10
2017-06-18Empty implementation of bootloader, suspend and timerFred Sundvik3-0/+51
2017-06-18Fix program mem functionalityFred Sundvik1-1/+1
2017-06-18Empty implementation of waitFred Sundvik1-3/+6
2017-06-18Remove noisy debug lineCarlos Quiroz1-1/+0
2017-06-18Deactivate oneshot mods once timedoutCarlos Quiroz1-0/+3
2017-06-18Merge pull request #1361 from fredizzimo/ergodox_infinity_backlightJack Humbert1-0/+3
2017-06-16Make sure that the backlight level is within the right rangeFred Sundvik1-0/+3
2017-06-03Adding permissive_holdAdam Bell1-1/+1
2017-05-29Re-enable mouse buttonsJack Humbert1-4/+6
2017-05-26- Added integration of IBM Trackpointdbroqua1-4/+30
2017-05-20Workaround for the macOS caps lock delay (#1308)jerryen1-0/+4
2017-05-15added comments and made function name clearerJeremiah1-13/+18
2017-05-14whoopsJeremiah1-2/+2
2017-05-14faster, less bits :)Jeremiah1-9/+2
2017-05-14faster and less bits... againJeremiah1-6/+5
2017-05-14faster and less bitsJeremiah1-18/+15
2017-05-14should be using matrix_row_tJeremiah1-3/+3
2017-05-14a bit smallerJeremiah1-6/+6
2017-05-14a bit smallerJeremiah1-18/+35
2017-05-13improvementsJeremiah2-24/+16
2017-05-13anti-ghost improvement for older keyboards with empty spots in matrixJeremiah2-7/+31
2017-05-10Call led_set for layer action events to update LEDs on layer changesNephiel1-0/+15
2017-04-13Fix warnings when ACTION_ONESHOT is disabledFred Sundvik1-1/+1
2017-04-13Include host.h from suspend.cFred Sundvik1-0/+1
2017-04-13Make MOUSEKEY_MOVE_MAX and MOUSEKEY_WHEEL_MAX configurableFred Sundvik1-2/+11
2017-04-09Empty implementation of has_onshot_mods_timed_outFred Sundvik1-1/+5
2017-03-29Merge branch 'master' into to_pushZay95017-68/+167
2017-03-28Merge pull request #1098 from lambdalisue/tapping-force-holdJack Humbert1-4/+5
2017-02-25Removes redundant {} which cause build failure when DEBUG_ACTION is setPhong Nguyen1-1/+1
2017-02-15Merge pull request #1101 from priyadi/layer_state_set_kbJack Humbert2-0/+17
2017-02-14Fix bug fix attemptPriyadi Iman Nurcahyo1-2/+2