aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
Commit message (Expand)AuthorAgeFilesLines
...
* new planck keymap, new feature - hybrid shift/enter action key (great for sma...Zach Richard2017-12-141-0/+23
* fixes audio/midi combinationsJack Humbert2017-12-101-1/+4
* fix up midi stuff w/music modeJack Humbert2017-12-101-1/+1
* fixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWMColin T.A. Gray2017-12-071-0/+6
* adds 'RGB_RMOD' to go through RGB modes in reverseColin T.A. Gray2017-12-041-6/+11
* Flesh out the grave escape overridesskullY2017-12-031-2/+25
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-1/+2
* adds planck light keyboardJack Humbert2017-11-201-2/+1
* Added a new keycode for cycling through RBG modes which reverses directions w...Sebastian Kaim2017-10-241-0/+12
* Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar2017-09-181-0/+3
* Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-121-11/+62
* RGB improvements (#1684)skullydazed2017-09-061-56/+102
* update planck stuffJack Humbert2017-09-061-1/+1
* fix for issue #1568Balz Guenat2017-08-121-4/+15
* add short comment to grave_esc_ctrl_overrideBalz Guenat2017-08-111-0/+2
* add option to let ctrl override shift/gui for the GRAVE_ESC.Balz Guenat2017-08-111-0/+5
* fix default layer songsJack Humbert2017-08-101-5/+4
* Added support for locking One Shot modifiers.Fredric Silberberg2017-08-081-1/+1
* Initial implementation of the key_lock feature.Fredric Silberberg2017-08-081-0/+4
* Add TX Bolt protocol support for StenographyJoe Wasson2017-07-271-3/+6
* start updating audio docsJack Humbert2017-07-231-4/+1
* clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-231-1/+46
* Pull out sendstring variations to their own files.Shayne Holmes2017-07-051-88/+2
* Allow broader send_string layout customizability via compile flagShayne Holmes2017-07-051-142/+94
* Fix bug.rai-suta2017-06-261-1/+1
* Add JIS_KEYCODE layout for send_string()rai-suta2017-06-241-22/+120
* Added Grave Escape (#1391)jamesofarrell2017-06-161-0/+8
* quick fix for space cadet shiftJack Humbert2017-04-031-5/+5
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+16
* Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-281-3/+6
|\
| * Update existing keymapsGabriel Young2017-02-251-2/+2
| * Factor basic note processing into respective processorsGabriel Young2017-02-251-0/+3
| * Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-251-2/+2
* | Refactor Bluetooth HandlingTravis La Marr2017-03-241-8/+0
* | helps to save before committingJack Humbert2017-02-191-3/+1
* | mergingJack Humbert2017-02-191-0/+39
|\|
| * split up unicode systems into different filesJack Humbert2017-02-151-0/+13
| * Add keycodes to turn on, turn off and toggle faux clickyPriyadi Iman Nurcahyo2017-02-131-0/+24
* | adds soft pwm for non-timed portsJack Humbert2017-02-121-14/+45
|/
* added functionality for just a portJack Humbert2017-02-071-32/+62
* Merge pull request #1057 from priyadi/selectable_outputJack Humbert2017-02-071-0/+33
|\
| * Restrict outputselect to LUFA only for nowPriyadi Iman Nurcahyo2017-02-011-2/+2
| * Limit outputselect to AVR only for nowPriyadi Iman Nurcahyo2017-02-011-0/+4
| * Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLEPriyadi Iman Nurcahyo2017-02-011-0/+29
* | Merge pull request #960 from ofples/feature/combosJack Humbert2017-02-061-0/+8
|\ \
| * | Moved combo processing lower down in process logicOfer Plesser2016-12-161-3/+3
| * | Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser2016-12-101-0/+5
| * | Implemented basic key combination featureOfer Plesser2016-12-101-0/+3
* | | registering a weak_mods when using register_code16SjB2017-01-291-4/+24
* | | speeding up (un)register_code16SjB2017-01-231-2/+10
| |/ |/|