summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Collapse)AuthorFilesLines
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
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
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 ↵Martin Sandiford1-3/+11
no other floating point used.
2017-08-13Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵That-Canadian1-0/+2
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-07-27Add support for GeminiPR steno protocol.Joe Wasson3-0/+10
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-09Add wait support for testsFred Sundvik2-3/+9
2017-07-09Add basic timing support, and SFT_T testsFred Sundvik1-8/+9
Also expose some bugs...
2017-06-20Merge pull request #1405 from cquiroz/oneshot-mods-timeoutJack Humbert1-1/+3
Oneshot mods timeout
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
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.
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
Add Ergodox Infinity backlight support
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
2017-05-26- Added integration of IBM Trackpointdbroqua1-4/+30
2017-05-20Workaround for the macOS caps lock delay (#1308)jerryen1-0/+4
* 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-15added comments and made function name clearerJeremiah1-13/+18
2017-05-14whoopsJeremiah1-2/+2
2017-05-14faster, less bits :)Jeremiah1-9/+2
2017-05-14faster and less bits... againJeremiah1-6/+5
2017-05-14faster and less bitsJeremiah1-18/+15
2017-05-14should be using matrix_row_tJeremiah1-3/+3
2017-05-14a bit smallerJeremiah1-6/+6
2017-05-14a bit smallerJeremiah1-18/+35
2017-05-13improvementsJeremiah2-24/+16
2017-05-13anti-ghost improvement for older keyboards with empty spots in matrixJeremiah2-7/+31
2017-05-10Call led_set for layer action events to update LEDs on layer changesNephiel1-0/+15
2017-04-13Fix warnings when ACTION_ONESHOT is disabledFred Sundvik1-1/+1
2017-04-13Include host.h from suspend.cFred Sundvik1-0/+1
2017-04-13Make MOUSEKEY_MOVE_MAX and MOUSEKEY_WHEEL_MAX configurableFred Sundvik1-2/+11
Kitten_paw/ickerwx was doing that
2017-04-09Empty implementation of has_onshot_mods_timed_outFred Sundvik1-1/+5
When the timeout is zero or not defined, the function now returns false. Fixes a linker error when the visualizer is enabled
2017-03-29Merge branch 'master' into to_pushZay95017-68/+167
2017-03-28Merge pull request #1098 from lambdalisue/tapping-force-holdJack Humbert1-4/+5
Add TAPPING_FORCE_HOLD to regulate behaviour
2017-02-25Removes redundant {} which cause build failure when DEBUG_ACTION is setPhong Nguyen1-1/+1
2017-02-15Merge pull request #1101 from priyadi/layer_state_set_kbJack Humbert2-0/+17
Add weak layer_state_set_kb hook
2017-02-14Fix bug fix attemptPriyadi Iman Nurcahyo1-2/+2