aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Expand)Author
2018-08-16Tidy up keycode.h (#3666)Gravatar fauxpark
2018-07-20add col type definesGravatar Jack Humbert
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Gravatar Max Audron
2018-06-28Diagonal micro move fixGravatar Evgeniy Petukhov
2018-06-28Make sure that both RGBLIGHT_ENABLE is defined, for RGBLIGHT_SLEEPGravatar Drashna Jaelre
2018-06-28Disable JTAG in keyboard initGravatar Drashna Jaelre
2018-06-28Make sure the timer wraps around correctly independent of the os tick frequencyGravatar Fred Sundvik
2018-06-03Add Suspend functions (#3112)Gravatar Drashna Jaelre
2018-05-29Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)Gravatar Drashna Jaelre
2018-05-26Fix dead link to USB keycodes doc (#3050)Gravatar Leo Wzukw
2018-05-20Fix compile issues for atmega328pGravatar Drashna Jaelre
2018-05-14Allow one-shot modifiers to be chainedGravatar Gergely Nagy
2018-05-08enable eeprom for rgb matrixGravatar Jack Humbert
2018-03-28Fix RGB Sleep codeGravatar U-LANDSRAAD\drashna
2018-03-22Generate API docs from source code comments (#2491)Gravatar skullydazed
2018-03-19[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Gravatar Drashna Jaelre
2018-03-16Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.Gravatar fauxpark
2018-03-16Fix swap-hands tapping.Gravatar Joe Wasson
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyGravatar Joe Wasson
2018-02-10Fix reset for STM32 devicesGravatar Fred Sundvik
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)Gravatar fredizzimo
2018-01-21Revert back to normal sleeping wait behaviour for STM32Gravatar Fred Sundvik
2018-01-18Backlighting for JJ40 and underglow initialisation code (#2260)Gravatar Kenneth Aloysius
2018-01-01backlight breathing overhaul (#2187)Gravatar Balz Guenat
2017-12-19Unsign key argument in add_key_to_reportGravatar fauxpark
2017-12-15make 'layer_state_set' visible to user codeGravatar Colin T.A. Gray
2017-12-15fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)Gravatar Colin T.A. Gray
2017-12-08helper to compare current layer_state to user layerGravatar Colin T.A. Gray
2017-11-27Updates bootloader settings, adds file size check (#2029)Gravatar Jack Humbert
2017-11-22I found a typo!Gravatar Colin T.A. Gray
2017-11-21Allow multiple process_record() calls per scanGravatar Seebs
2017-11-06add pgm_read_dword for Infinity ErgoDoxGravatar Takayuki Matsubara
2017-11-06adds per-layer rgb color option to ezGravatar Jack Humbert
2017-10-31RETRO_TAPPING (#1922)Gravatar tsankuanglee
2017-10-10#1792 added in waits from tmk for locking switchesGravatar Joe Martin
2017-10-06Generic Pointing Device (#1767)Gravatar Snipeye
2017-09-30Don't process keycodes on the slaveGravatar Fred Sundvik
2017-09-29Clueboard 60% support (#1746)Gravatar skullydazed
2017-08-20Fix compilation error when NO_ACTION_LAYER is defined.Gravatar Joe Wasson
2017-08-15some major steps toward making the usb-usb converter workGravatar Balz Guenat
2017-08-15Remove floating point calculation in mouse move. Saves approx 650 bytes if n...Gravatar Martin Sandiford
2017-08-13Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ...Gravatar That-Canadian
2017-07-27Add support for GeminiPR steno protocol.Gravatar Joe Wasson
2017-07-08Add wait support for testsGravatar Fred Sundvik
2017-07-08Add basic timing support, and SFT_T testsGravatar Fred Sundvik
2017-06-20Merge pull request #1405 from cquiroz/oneshot-mods-timeoutGravatar Jack Humbert
2017-06-19Add todo to timer.cGravatar Fred Sundvik
2017-06-18Fix problems with undefined inlines in debug modeGravatar Fred Sundvik
2017-06-18Move functions for adding keys from to reports to report.hGravatar Fred Sundvik
2017-06-18Move functionality from action_util to reportGravatar Fred Sundvik