summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-17Lets split eh (#3120)That-Canadian1-0/+65
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron1-0/+4
2018-07-15Added pin C6 to hardware PWM backlightWilba65821-13/+27
2018-06-13adds timeout to avr i2cJack Humbert1-1/+1
2018-06-04Add rgblight mode 35 (R,G,B test mode) (#3114)Takeshi ISHII1-1/+6
2018-05-09Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)yiancar1-0/+10
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert1-2/+21
2018-04-26Change handling of adjust layer to make it more LT(...) friendly. (#1625)Martin Sandiford1-5/+7
2018-04-21Fix Audio Clicky sub-feature (#2784)Drashna Jaelre1-1/+4
2018-02-08Add the ability to disable Music Mode completely (#2339)Drashna Jaelre1-3/+3
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-0/+8
2018-02-04Fixes to get tap dance to fire at proper places (#2272)scauligi1-0/+4
2018-02-02Add missing parenthesis back to backlight_tickMichael Kaylan1-1/+1
2018-01-18Backlighting for JJ40 and underglow initialisation code (#2260)Kenneth Aloysius1-3/+9
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-237/+169
2017-12-14new planck keymap, new feature - hybrid shift/enter action key (great for sma...Zach Richard1-0/+23
2017-12-10fixes audio/midi combinationsJack Humbert1-1/+4
2017-12-10fix up midi stuff w/music modeJack Humbert1-1/+1
2017-12-07fixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWMColin T.A. Gray1-0/+6
2017-12-04adds 'RGB_RMOD' to go through RGB modes in reverseColin T.A. Gray1-6/+11
2017-12-03Flesh out the grave escape overridesskullY1-2/+25
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-1/+2
2017-11-21adds planck light keyboardJack Humbert1-2/+1
2017-10-25Added a new keycode for cycling through RBG modes which reverses directions w...Sebastian Kaim1-0/+12
2017-09-18Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar1-0/+3
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert1-11/+62
2017-09-06RGB improvements (#1684)skullydazed1-56/+102
2017-09-06update planck stuffJack Humbert1-1/+1
2017-08-12fix for issue #1568Balz Guenat1-4/+15
2017-08-11add short comment to grave_esc_ctrl_overrideBalz Guenat1-0/+2
2017-08-11add option to let ctrl override shift/gui for the GRAVE_ESC.Balz Guenat1-0/+5
2017-08-10fix default layer songsJack Humbert1-5/+4
2017-08-08Added support for locking One Shot modifiers.Fredric Silberberg1-1/+1
2017-08-08Initial implementation of the key_lock feature.Fredric Silberberg1-0/+4
2017-07-27Add TX Bolt protocol support for StenographyJoe Wasson1-3/+6
2017-07-23start updating audio docsJack Humbert1-4/+1
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert1-1/+46
2017-07-05Pull out sendstring variations to their own files.Shayne Holmes1-88/+2
2017-07-05Allow broader send_string layout customizability via compile flagShayne Holmes1-142/+94
2017-06-25Fix bug.rai-suta1-1/+1
2017-06-24Add JIS_KEYCODE layout for send_string()rai-suta1-22/+120
2017-06-16Added Grave Escape (#1391)jamesofarrell1-0/+8
2017-04-03quick fix for space cadet shiftJack Humbert1-5/+5
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+16
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert1-3/+6
2017-03-24Refactor Bluetooth HandlingTravis La Marr1-8/+0
2017-02-26Update existing keymapsGabriel Young1-2/+2
2017-02-26Factor basic note processing into respective processorsGabriel Young1-0/+3
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young1-2/+2
2017-02-19helps to save before committingJack Humbert1-3/+1