summaryrefslogtreecommitdiffstats
path: root/tmk_core
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-14Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo2-2/+11
2017-02-14Add layer_state_set_kb hookPriyadi Iman Nurcahyo2-0/+8
2017-02-14Add TAPPING_FORCE_HOLD to regulate behaviourlambdalisue1-4/+5
2017-02-13Implement faux-clicky featurePriyadi Iman Nurcahyo2-0/+19
2017-02-11Supress warnings from ps2_mouse.hPriyadi Iman Nurcahyo1-2/+3
2017-02-07Merge pull request #1062 from luizribeiro/fix-winJack Humbert1-2/+2
2017-02-07Merge pull request #1068 from adzenith/masterJack Humbert3-8/+2
2017-02-07Merge pull request #1046 from LukeSilva/masterJack Humbert2-5/+31
2017-02-07Merge pull request #1057 from priyadi/selectable_outputJack Humbert4-70/+146
2017-02-07Merge pull request #1010 from SjB/oneshot_timeout_fixJack Humbert1-8/+8
2017-02-06Minor cleanupNikolaus Wittenstein3-8/+2
2017-02-02Fix V-USB bug on Windows 10Luiz Ribeiro1-2/+2
2017-02-01Fix wrong includePriyadi Iman Nurcahyo1-1/+1
2017-02-01Limit outputselect to AVR only for nowPriyadi Iman Nurcahyo3-2/+2
2017-02-01Move outputselect to parent dir to satisfy non LUFA keyboardsPriyadi Iman Nurcahyo2-0/+0
2017-01-31Implement runtime selectable output (USB or BT)Priyadi Iman Nurcahyo4-69/+145
2017-01-29moved oneshot cancellation code outside of process_record.SjB1-8/+8
2017-01-28Add support for various tapping macrosLuke Silva1-2/+24
2017-01-26Fix documentation for TMK actionsLuke Silva1-3/+7
2017-01-24Merge pull request #1014 from SjB/lcd_mods_statusJack Humbert1-1/+1
2017-01-21Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro4-6/+7
2017-01-21Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro8-17/+73
2017-01-18added mods status bit to visualizer.SjB1-1/+1
2017-01-16oneshot timeout would only timeout after an event.SjB1-7/+7
2016-12-30Merge pull request #973 from Wilba6582/keycode_refactorJack Humbert1-1/+1
2016-12-29API Sysex fixesFred Sundvik2-11/+25
2016-12-29Keycode refactorWilba65821-1/+1
2016-12-19Fixes issue #900Wilba65822-4/+4
2016-12-15Allow power consumption to be set per-keyboard.Kyle Smith1-1/+4
2016-12-12Merge pull request #944 from priyadi/negmousefixJack Humbert1-1/+1
2016-12-10Allow negative values for mouse movementsPriyadi Iman Nurcahyo1-1/+1
2016-12-09The adafruit BLE C++ code requires -std=c++11Priyadi Iman Nurcahyo1-1/+1
2016-12-05Merge pull request #921 from Wilba6582/raw_hidJack Humbert5-8/+220
2016-12-04syntax error fixPriyadi Iman Nurcahyo1-1/+1