summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Expand)AuthorFilesLines
2019-01-26Whitespace cleanup.alex-ong1-3/+3
2019-01-26DO NOT USE - Removed debounce from TMK.alex-ong6-260/+3
2019-01-26DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong18-838/+371
2019-01-25Add MOD_MASK_* macros to core code (#4337)Konstantin Đorđević1-0/+16
2019-01-25Fix oneshot_time wrong type (#3696)Shihpin Tseng1-2/+2
2019-01-25Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura2-1/+10
2019-01-21Tidy up IS_{,HOST_}LED_{ON,OFF} macros (#4894)Konstantin Đorđević1-11/+6
2019-01-18Flip definitions of macOS brightness aliasJunya Ogura1-2/+2
2019-01-18Defined IS_(HOST_)LED_ON/OFF() and improved LED documentation (#4853)DidierLoiseau1-0/+6
2019-01-18MacOS Brightness Alias (#4836)Jeremy Bernhardt1-0/+4
2019-01-17Simplify split_common Code significantly (#4772)James Churchill1-0/+2
2019-01-17Add documentation and fix formating (#4860)Drashna Jaelre1-156/+145
2019-01-16Add some function comments in action_layer.c (#4858)Nikolaus Wittenstein1-6/+6
2019-01-09Add missing parentheses to some important macros (#4775)Konstantin Đorđević1-3/+3
2019-01-07Update to arm_atsam wait and timer routinespatrickmt2-18/+6
2019-01-07Final HS60v2 changes. (#4790)yiancar7-648/+172
2019-01-05Add underscores to names of brightness control constants in report.h (#4764)Konstantin Đorđević1-4/+4
2019-01-04Merge branch 'master' into debounce_refactorAlex Ong29-100/+1786
2018-12-28Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević3-1/+19
2018-12-15Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII1-0/+4
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre2-1/+13
2018-12-12Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević1-0/+1
2018-12-04adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob2-3/+11
2018-11-28Add Extrakey support for Brightness up/down (#4477)Giuseppe Rota2-2/+11
2018-11-27Fixed docs/newbs_testing_debugging.md and tmk_core/common/print.hmtei1-5/+5
2018-11-16Use a single endpoint for HID reports (#3951)James Laird-Wah3-20/+69
2018-11-14Backlight status functions (#4259)Phillip Tennen2-6/+49
2018-11-06command.h include was not set correctlyDrashna Jaelre1-4/+1
2018-11-06Fix Terminal feature on ChibiOSDrashna Jaelre1-0/+2
2018-11-02USB Suspend for arm_atsam protocolpatrickmt1-11/+79
2018-11-02Move disable JTAG code from `keyboard_init` to `keyboard_setup`Danny Nguyen2-5/+11
2018-10-29Fix undefined reference to `console_printf` for CTRL and ALT keyboardspatrickmt1-2/+2
2018-10-21Keyboard: bminiex : Working backlight (#4171)a-chol1-4/+1
2018-10-19stm32f1xx EEPROM emulation (#3914)Takuya Urakawa5-19/+33
2018-10-10Massdrop keyboards console device support for hid_listenpatrickmt2-2/+71
2018-10-04Add mousekey_send to (un)register_codeDrashna Jaelre1-0/+2
2018-10-02Add tap_code function (#3784)Drashna Jaelre1-0/+1
2018-10-02Add Function level EECONFIG code for EEPROM (#3084)Drashna Jaelre2-40/+107
2018-10-01Add user level to default_layer_state_setDrashna Jaelre2-1/+12
2018-09-29CTRL keyboard bootloader_jump supportpatrickmt1-15/+17
2018-09-29Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Aut...patrickmt2-2/+2
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson4-5/+5
2018-09-13Zeal60/Zeal65/M60-A implementation (#3879)Wilba65821-16/+21
2018-09-13rgblight.[ch] more configurable (#3582)Takeshi ISHII1-0/+1
2018-09-11Fix RG Sleep issues for Teensy ControllersDrashna Jaelre1-0/+3
2018-09-05CTRL and ALT updatespatrickmt1-1/+31
2018-09-04fix mousekey callJack Humbert1-6/+11
2018-09-04Enable mouse keys in register_code and unregister_codeSteven Liu1-0/+6
2018-08-31Fix emulated EEPROM start address on STM32F303 (#3819)ishtob1-1/+1
2018-08-29STM32 EEPROM Emulation (#3741)yiancar7-0/+1022