aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings when ACTION_ONESHOT is disabledFred Sundvik2017-04-131-1/+1
* Include host.h from suspend.cFred Sundvik2017-04-131-0/+1
* Make MOUSEKEY_MOVE_MAX and MOUSEKEY_WHEEL_MAX configurableFred Sundvik2017-04-131-2/+11
* Enable warnings as errorsFred Sundvik2017-04-131-0/+2
* Empty implementation of has_onshot_mods_timed_outFred Sundvik2017-04-091-1/+5
* Merge pull request #1132 from akatrevorjay/pr/dfu-serialJack Humbert2017-03-311-1/+6
|\
| * Allow to specify serial to dfu-util flashTrevor Joynson (trevorj)2017-03-021-1/+6
* | Add RN42 Bluetooth module supportTravis La Marr2017-03-304-2/+43
* | Merge branch 'master' into to_pushZay9502017-03-2936-328/+1948
|\ \
| * \ Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-282-6/+15
| |\ \
| | * | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-251-0/+4
| | * | implement modulationGabriel Young2017-02-191-1/+1
| | * | initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-192-5/+10
| | |/
| * | Merge pull request #1098 from lambdalisue/tapping-force-holdJack Humbert2017-03-281-4/+5
| |\ \
| | * | Add TAPPING_FORCE_HOLD to regulate behaviourlambdalisue2017-02-141-4/+5
| * | | Add BLE and EZKey module defines.Travis La Marr2017-03-242-4/+6
| * | | Readd bluetooth output direction on standard key input.Travis La Marr2017-03-241-8/+10
| * | | Refactor Bluetooth HandlingTravis La Marr2017-03-246-55/+57
| * | | Removes redundant {} which cause build failure when DEBUG_ACTION is setPhong Nguyen2017-02-251-1/+1
| | |/ | |/|
| * | Merge pull request #1101 from priyadi/layer_state_set_kbJack Humbert2017-02-142-0/+17
| |\ \ | | |/ | |/|
| | * Fix bug fix attemptPriyadi Iman Nurcahyo2017-02-151-2/+2
| | * Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo2017-02-152-2/+11
| | * Add layer_state_set_kb hookPriyadi Iman Nurcahyo2017-02-152-0/+8
| * | Implement faux-clicky featurePriyadi Iman Nurcahyo2017-02-132-0/+19
| |/
| * Supress warnings from ps2_mouse.hPriyadi Iman Nurcahyo2017-02-121-2/+3
| * Merge pull request #1062 from luizribeiro/fix-winJack Humbert2017-02-071-2/+2
| |\
| | * Fix V-USB bug on Windows 10Luiz Ribeiro2017-02-011-2/+2
| * | Merge pull request #1068 from adzenith/masterJack Humbert2017-02-073-8/+2
| |\ \
| | * | Minor cleanupNikolaus Wittenstein2017-02-053-8/+2
| | |/
| * | Merge pull request #1046 from LukeSilva/masterJack Humbert2017-02-072-5/+31
| |\ \
| | * | Add support for various tapping macrosLuke Silva2017-01-281-2/+24
| | * | Fix documentation for TMK actionsLuke Silva2017-01-261-3/+7
| | |/
| * | Merge pull request #1057 from priyadi/selectable_outputJack Humbert2017-02-074-70/+146
| |\ \
| | * | Fix wrong includePriyadi Iman Nurcahyo2017-02-011-1/+1
| | * | Limit outputselect to AVR only for nowPriyadi Iman Nurcahyo2017-02-013-2/+2
| | * | Move outputselect to parent dir to satisfy non LUFA keyboardsPriyadi Iman Nurcahyo2017-02-012-0/+0
| | * | Implement runtime selectable output (USB or BT)Priyadi Iman Nurcahyo2017-02-014-69/+145
| | |/
| * | Merge pull request #1010 from SjB/oneshot_timeout_fixJack Humbert2017-02-061-8/+8
| |\ \ | | |/ | |/|
| | * moved oneshot cancellation code outside of process_record.SjB2017-01-291-8/+8
| | * oneshot timeout would only timeout after an event.SjB2017-01-151-7/+7
| * | Merge pull request #1014 from SjB/lcd_mods_statusJack Humbert2017-01-241-1/+1
| |\ \
| | * | added mods status bit to visualizer.SjB2017-01-171-1/+1
| | |/
| * | Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro2017-01-214-6/+7
| * | Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-218-17/+73
| |/
| * Merge pull request #973 from Wilba6582/keycode_refactorJack Humbert2016-12-301-1/+1
| |\
| | * Keycode refactorWilba65822016-12-291-1/+1
| * | API Sysex fixesFred Sundvik2016-12-292-11/+25
| |/
| * Fixes issue #900Wilba65822016-12-202-4/+4
| * Allow power consumption to be set per-keyboard.Kyle Smith2016-12-141-1/+4
| * Merge pull request #944 from priyadi/negmousefixJack Humbert2016-12-121-1/+1
| |\