summaryrefslogtreecommitdiff
path: root/tmk_core
Commit message (Expand)AuthorAge
* 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
| * | Refactored and improved ps2 mouse featureofples2016-12-03
* | | Connect the adafruit ble code to the lufa main loopWez Furlong2016-12-02
|/ /
* | Merge pull request #915 from wez/ble_3Jack Humbert2016-12-02
|\ \
| * | Add support for Adafruit BLE modulesWez Furlong2016-11-27
* | | Merge pull request #913 from wez/ble_1Jack Humbert2016-12-02
|\| | | |/ |/|
| * Tidy up atomicity in timer.c and ring_buffer.hWez Furlong2016-11-27
* | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert2016-11-28
|\|
| * Merge pull request #903 from priyadi/ps2_init_delayJack Humbert2016-11-26
| |\
| | * Make PS2 init delay configurable. Some devices are not fully powered upPriyadi Iman Nurcahyo2016-11-26