summaryrefslogtreecommitdiff
path: root/tmk_core
Commit message (Expand)AuthorAge
* Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-28
|\
| * Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-25
| * implement modulationGabriel Young2017-02-19
| * initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-19
* | Merge pull request #1098 from lambdalisue/tapping-force-holdJack Humbert2017-03-28
|\ \
| * | Add TAPPING_FORCE_HOLD to regulate behaviourlambdalisue2017-02-14
* | | Add BLE and EZKey module defines.Travis La Marr2017-03-24
* | | Readd bluetooth output direction on standard key input.Travis La Marr2017-03-24
* | | Refactor Bluetooth HandlingTravis La Marr2017-03-24
* | | Removes redundant {} which cause build failure when DEBUG_ACTION is setPhong Nguyen2017-02-25
| |/ |/|
* | Merge pull request #1101 from priyadi/layer_state_set_kbJack Humbert2017-02-14
|\ \ | |/ |/|
| * Fix bug fix attemptPriyadi Iman Nurcahyo2017-02-15
| * Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo2017-02-15
| * Add layer_state_set_kb hookPriyadi Iman Nurcahyo2017-02-15
* | Implement faux-clicky featurePriyadi Iman Nurcahyo2017-02-13
|/
* Supress warnings from ps2_mouse.hPriyadi Iman Nurcahyo2017-02-12
* Merge pull request #1062 from luizribeiro/fix-winJack Humbert2017-02-07
|\
| * Fix V-USB bug on Windows 10Luiz Ribeiro2017-02-01
* | Merge pull request #1068 from adzenith/masterJack Humbert2017-02-07
|\ \
| * | Minor cleanupNikolaus Wittenstein2017-02-05
| |/
* | Merge pull request #1046 from LukeSilva/masterJack Humbert2017-02-07
|\ \
| * | Add support for various tapping macrosLuke Silva2017-01-28
| * | Fix documentation for TMK actionsLuke Silva2017-01-26
| |/
* | Merge pull request #1057 from priyadi/selectable_outputJack Humbert2017-02-07
|\ \
| * | Fix wrong includePriyadi Iman Nurcahyo2017-02-01
| * | Limit outputselect to AVR only for nowPriyadi Iman Nurcahyo2017-02-01
| * | Move outputselect to parent dir to satisfy non LUFA keyboardsPriyadi Iman Nurcahyo2017-02-01
| * | Implement runtime selectable output (USB or BT)Priyadi Iman Nurcahyo2017-02-01
| |/
* | Merge pull request #1010 from SjB/oneshot_timeout_fixJack Humbert2017-02-06
|\ \ | |/ |/|
| * moved oneshot cancellation code outside of process_record.SjB2017-01-29
| * oneshot timeout would only timeout after an event.SjB2017-01-15
* | Merge pull request #1014 from SjB/lcd_mods_statusJack Humbert2017-01-24
|\ \
| * | added mods status bit to visualizer.SjB2017-01-17
| |/
* | Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro2017-01-21
* | Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-21
|/
* Merge pull request #973 from Wilba6582/keycode_refactorJack Humbert2016-12-30
|\
| * Keycode refactorWilba65822016-12-29
* | API Sysex fixesFred Sundvik2016-12-29
|/
* Fixes issue #900Wilba65822016-12-20
* Allow power consumption to be set per-keyboard.Kyle Smith2016-12-14
* Merge pull request #944 from priyadi/negmousefixJack Humbert2016-12-12
|\
| * Allow negative values for mouse movementsPriyadi Iman Nurcahyo2016-12-10
* | The adafruit BLE C++ code requires -std=c++11Priyadi Iman Nurcahyo2016-12-10
|/
* Merge pull request #921 from Wilba6582/raw_hidJack Humbert2016-12-05
|\
| * Initial version of Raw HID interfaceWilba65822016-12-01
* | syntax error fixPriyadi Iman Nurcahyo2016-12-05
* | Implemented weak ps2_mouse_init_user()Priyadi Iman Nurcahyo2016-12-05
* | Merge pull request #931 from OferPlesser/feature/improve-ps2-mouseJack Humbert2016-12-03
|\ \
| * | Forgot to use define in delay instead of hardcoded numberOfer Plesser2016-12-03
| * | Added back PS2_MOUSE_INIT_DELAY defineOfer Plesser2016-12-03