summaryrefslogtreecommitdiff
path: root/tmk_core
AgeCommit message (Collapse)Author
2017-08-15some major steps toward making the usb-usb converter workBalz Guenat
2017-08-15Remove floating point calculation in mouse move. Saves approx 650 bytes if ↵Martin Sandiford
no other floating point used.
2017-08-13Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵That-Canadian
it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently.
2017-08-08move version info to the top of the outputJack Humbert
2017-08-08add version to make outputJack Humbert
2017-08-03Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen
location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
2017-07-27Add support for GeminiPR steno protocol.Joe Wasson
This protocol breaks out "duplicate" keys into their own entry in the packet so that more complicated logic can be done on the software side, including support for additional languages and alternative theories.
2017-07-13Merge pull request #1491 from fredizzimo/msys2Jack Humbert
Add support for msys2 build environment
2017-07-11Fix bitfield problem when compiling in native mingwFred Sundvik
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-07-10Don't search for TEENSY_LOADER_CLI if it's already definedFred Sundvik
2017-07-10Don't run dfu-programmer unless specified as a targetFred Sundvik
This introduces a grep dependency, which I believe we didn't have before, but it should be available and installed by default on all the supported systems.
2017-07-08Add wait support for testsFred Sundvik
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik
Also expose some bugs...
2017-07-07update lufa implementationJack Humbert
2017-07-07delete old lufaJack Humbert
2017-06-20Merge pull request #1405 from cquiroz/oneshot-mods-timeoutJack Humbert
Oneshot mods timeout
2017-06-19Add todo to timer.cFred Sundvik
2017-06-18Fix problems with undefined inlines in debug modeFred Sundvik
2017-06-18Move functions for adding keys from to reports to report.hFred Sundvik
2017-06-18Move functionality from action_util to reportFred Sundvik
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.
2017-06-18Empty bootloader_jumpFred Sundvik
2017-06-18Emulate eepromFred Sundvik
2017-06-18Rename native to testFred Sundvik
2017-06-18Add empty timer functionsFred Sundvik
2017-06-18Empty implementation of bootloader, suspend and timerFred Sundvik
2017-06-18Fix program mem functionalityFred Sundvik
2017-06-18Empty implementation of waitFred Sundvik
2017-06-18Remove noisy debug lineCarlos Quiroz
2017-06-18Deactivate oneshot mods once timedoutCarlos Quiroz
2017-06-18Merge pull request #1361 from fredizzimo/ergodox_infinity_backlightJack Humbert
Add Ergodox Infinity backlight support
2017-06-16Make sure that the backlight level is within the right rangeFred Sundvik
2017-06-03Adding permissive_holdAdam Bell
2017-05-30Merge pull request #1342 from priyadi/adafruit-mouse-buttonsJack Humbert
Adafruit Feather BLE / BLE Friend mouse buttons support
2017-05-29Re-enable mouse buttonsJack Humbert
2017-05-29Adafruit Feather BLE / BLE Friend mouse buttons supportPriyadi Iman Nurcahyo
2017-05-26Merge pull request #1327 from Dbroqua/masterJack Humbert
Added Integration of IBM Trackpoint
2017-05-26Use variable to disable usb check at startupyiancar
Adds a define variable which when defined disables the usb startup check. Modified the makefile to separate above define from bluetooth dependancy
2017-05-26- Added integration of IBM Trackpointdbroqua
2017-05-19Workaround for the macOS caps lock delay (#1308)jerryen
* Add 80ms delay for KC_CAPS when used as a tap key Workaround for the macOS caps lock delay * Revert "Increase TAPPING_TERM for the Clueboard" This reverts commit a74e69e9fa889113ee31fbc8dc7e6848fdb07576.
2017-05-14added comments and made function name clearerJeremiah
2017-05-14whoopsJeremiah
2017-05-14faster, less bits :)Jeremiah
2017-05-13faster and less bits... againJeremiah
2017-05-13faster and less bitsJeremiah
2017-05-13should be using matrix_row_tJeremiah
2017-05-13a bit smallerJeremiah
2017-05-13a bit smallerJeremiah
2017-05-13improvementsJeremiah
2017-05-13anti-ghost improvement for older keyboards with empty spots in matrixJeremiah