summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Expand)AuthorFilesLines
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
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
2018-08-29Massdrop keyboard support (#3780)patrickmt7-1/+235
2018-08-16Tidy up keycode.h (#3666)fauxpark1-397/+412
2018-07-21add col type definesJack Humbert1-0/+10
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron1-0/+3
2018-06-29Diagonal micro move fixEvgeniy Petukhov1-0/+2
2018-06-29Make sure that both RGBLIGHT_ENABLE is defined, for RGBLIGHT_SLEEPDrashna Jaelre1-3/+3
2018-06-28Disable JTAG in keyboard initDrashna Jaelre1-1/+6
2018-06-28Make sure the timer wraps around correctly independent of the os tick frequencyFred Sundvik1-14/+28
2018-06-03Add Suspend functions (#3112)Drashna Jaelre3-0/+71
2018-05-29Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)Drashna Jaelre1-2/+2
2018-05-26Fix dead link to USB keycodes doc (#3050)Leo Wzukw1-1/+2
2018-05-21Fix compile issues for atmega328pDrashna Jaelre1-4/+4
2018-05-14Allow one-shot modifiers to be chainedGergely Nagy1-3/+3
2018-05-09enable eeprom for rgb matrixJack Humbert1-1/+1