summaryrefslogtreecommitdiffstats
path: root/tmk_core
AgeCommit message (Expand)AuthorFilesLines
2017-06-18Rename native to testFred Sundvik4-1/+1
2017-06-18Add empty timer functionsFred Sundvik1-0/+10
2017-06-18Empty implementation of bootloader, suspend and timerFred Sundvik4-0/+53
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
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-30Merge pull request #1342 from priyadi/adafruit-mouse-buttonsJack Humbert3-3/+21
2017-05-29Re-enable mouse buttonsJack Humbert1-4/+6
2017-05-29Adafruit Feather BLE / BLE Friend mouse buttons supportPriyadi Iman Nurcahyo3-3/+21
2017-05-27Merge pull request #1327 from Dbroqua/masterJack Humbert2-18/+45
2017-05-26Use variable to disable usb check at startupyiancar2-7/+15
2017-05-26- Added integration of IBM Trackpointdbroqua2-18/+45
2017-05-20Workaround for the macOS caps lock delay (#1308)jerryen1-0/+4
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-29Add possibility to override the command to execute when flashingFred Sundvik2-20/+26
2017-04-13Add make option for allowing warningsFred Sundvik1-2/+6
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
2017-04-13Enable warnings as errorsFred Sundvik1-0/+2
2017-04-09Empty implementation of has_onshot_mods_timed_outFred Sundvik1-1/+5
2017-04-01Merge pull request #1132 from akatrevorjay/pr/dfu-serialJack Humbert1-1/+6
2017-03-31Add RN42 Bluetooth module supportTravis La Marr4-2/+43
2017-03-29Merge branch 'master' into to_pushZay95036-328/+1948
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2-6/+15
2017-03-28Merge pull request #1098 from lambdalisue/tapping-force-holdJack Humbert1-4/+5
2017-03-24Add BLE and EZKey module defines.Travis La Marr2-4/+6
2017-03-24Readd bluetooth output direction on standard key input.Travis La Marr1-8/+10
2017-03-24Refactor Bluetooth HandlingTravis La Marr6-55/+57
2017-03-03Allow to specify serial to dfu-util flashTrevor Joynson (trevorj)1-1/+6
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young1-0/+4
2017-02-25Removes redundant {} which cause build failure when DEBUG_ACTION is setPhong Nguyen1-1/+1
2017-02-20implement modulationGabriel Young1-1/+1
2017-02-20initial implementation of polyphony using variable length array of notes onGabriel Young2-5/+10
2017-02-15Merge pull request #1101 from priyadi/layer_state_set_kbJack Humbert2-0/+17
2017-02-14Fix bug fix attemptPriyadi Iman Nurcahyo1-2/+2