summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Fix RGB Sleep codeU-LANDSRAAD\drashna1-1/+1
2018-03-22Generate API docs from source code comments (#2491)skullydazed23-64/+616
2018-03-20[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Drashna Jaelre1-1/+15
2018-03-16Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark1-0/+5
2018-03-16Fix swap-hands tapping.Joe Wasson4-9/+50
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2-4/+4
2018-02-10Fix reset for STM32 devicesFred Sundvik1-17/+17
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo3-21/+21
2018-01-21Revert back to normal sleeping wait behaviour for STM32Fred Sundvik1-7/+2
2018-01-18Backlighting for JJ40 and underglow initialisation code (#2260)Kenneth Aloysius1-1/+1
2018-01-01backlight breathing overhaul (#2187)Balz Guenat3-5/+14
2017-12-19Unsign key argument in add_key_to_reportfauxpark2-3/+3
2017-12-15make 'layer_state_set' visible to user codeColin T.A. Gray2-6/+13
2017-12-15fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)Colin T.A. Gray1-2/+2
2017-12-08helper to compare current layer_state to user layerColin T.A. Gray2-0/+12
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert2-91/+125
2017-11-22I found a typo!Colin T.A. Gray1-1/+1
2017-11-21Allow multiple process_record() calls per scanSeebs1-0/+11
2017-11-06add pgm_read_dword for Infinity ErgoDoxTakayuki Matsubara1-0/+1
2017-11-06adds per-layer rgb color option to ezJack Humbert2-1/+8
2017-10-31RETRO_TAPPING (#1922)tsankuanglee2-3/+38
2017-10-10#1792 added in waits from tmk for locking switchesJoe Martin1-0/+3
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