]> git.donarmstrong.com Git - qmk_firmware.git/history - quantum/quantum.c
Sendstring LUT improvements (#5727)
[qmk_firmware.git] / quantum / quantum.c
2019-07-16 fauxparkSendstring LUT improvements (#5727)
2019-07-16 fauxparkRemove lock LED example in quantum.c (#5636)
2019-07-01 Drashna JaelreDZ60 w/ 2.25u left shift and arrow cluster (#6215)
2019-06-20 fauxparkFix breathing always on for soft PWM (#5983)
2019-06-18 fauxparkFix backlight breathing on C6 (#6102)
2019-05-19 Drashna Jaelre[Keymap] Drashna Corne Keyboard updates (#5903)
2019-05-19 fauxparkMake DEBUG keycode disable as well as enable (#5898)
2019-05-10 XScorpion2Cleanup/rgb matrix (#5811)
2019-05-06 XScorpion2[Keyboard] Sol keyboard conversion to split common...
2019-04-30 XScorpion2Simple extended space cadet (#5277)
2019-04-22 Brice FigureauFix #3566 use an hardware timer for software PWM stabil...
2019-04-20 Ryan CaltabianoOLED Driver Feature
2019-04-19 Mike RobertsUse auto output for Adafruit BLE (#4131)
2019-04-12 Drashna JaelreChange table names
2019-04-12 Drashna JaelreCleanup code
2019-04-12 Drashna JaelreMake send_char multilined for readaability
2019-04-12 Drashna JaelreClean up some of the code
2019-04-12 Drashna JaelreAdd AltGr/RALT support to Send String
2019-04-08 zvecr[Keyboard] Refactor jj40 to current standards (#5574)
2019-04-08 Drashna JaelreFixed tap/down/up handling in dynamic keymap macros...
2019-04-05 Drashna JaelreCustom Tapping Term per key (#5009)
2019-04-03 Drashna JaelreMerge pull request #5536 from stanrc85/feature/updates
2019-04-03 XScorpion2RGB Matrix Overhaul (#5372)
2019-03-30 Wilba6582Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODE
2019-03-28 Drashna JaelreUpdate KBD67 readme so that it mentions the KBD65 PCB...
2019-03-12 James ChurchillNext set of split_common changes (#4974)
2019-02-21 Chris LewisVelocikey: Match RGB animation speed to typing speed...
2019-02-17 ishtobHaptic feedback generalized - DRV2605 and solenoids...
2019-02-15 Drashna JaelreDebounce refactor / API (#3720)
2019-02-10 skullYfix compiling for backlight without led matrix
2019-02-10 skullYcompiles, but long delay on startup and problems
2019-02-05 AnthonyImprovements to Space Cadet Shift (#3856)
2019-01-29 Rockman18Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)
2019-01-26 Alex OngDO NOT USE Merge branch 'master' into debounce_refactor
2019-01-26 Alex OngMerge branch 'master' of https://github.com/qmk/qmk_fir...
2019-01-26 Drashna JaelreCircular animation (#4796)
2019-01-25 mteimove `#include "rgb.h"` from quantum.h to quantum.c
2019-01-25 Drashna JaelreFix process_combo which assign -1 to uint16_t (#3697)
2019-01-04 Alex OngMerge branch 'master' into debounce_refactor
2019-01-04 Alex OngMerge branch 'master' of https://github.com/qmk/qmk_fir...
2018-12-19 Drashna JaelreOverhaul Unicode Common functionality (#4325)
2018-12-14 Drashna JaelreFix up tap_code functionality (#4609)
2018-11-06 Drashna JaelreAdd EEPROM_RESET keycode to core code (#4234)
2018-10-27 Drashna JaelreAdd Bootmagic Lite to QMK (#4215)
2018-10-26 Jack Humbertadd support for encoders to core
2018-10-02 Drashna JaelreAdd Function level EECONFIG code for EEPROM (#3084)
2018-09-17 Joe WassonCreate AG_TOGG code to toggle Alt/Gui swap.
2018-09-17 Joe WassonMake `PREVENT_STUCK_MODIFIERS` the default (#3107)
2018-09-13 Takeshi ISHIIrgblight.[ch] more configurable (#3582)
2018-08-04 Drashna JaelreMake sure 'shutdown_user' is called
2018-08-04 Drashna JaelreFix Audio code when resetting keyboard
2018-07-17 That-CanadianLets split eh (#3120)
2018-07-15 Max AudronIntegrating Peter Fleury's HD44780 LCD library (#3209)
2018-07-15 Wilba6582Added pin C6 to hardware PWM backlight
2018-07-03 Erez ZukermanMerge pull request #3229 from qmk/hf/shinydox
2018-06-13 Jack Humbertadds timeout to avr i2c
2018-06-12 Jack HumbertMerge branch 'master' of github.com:qmk/qmk_firmware...
2018-06-04 Takeshi ISHIIAdd rgblight mode 35 (R,G,B test mode) (#3114)
2018-05-09 yiancarAdd effect speed support for RGB Matrix *No EEPROM...
2018-05-08 Jack HumbertAdds IS31FL3731 RGB Matrix Implementation (#2910)
2018-04-26 Martin SandifordChange handling of adjust layer to make it more LT...
2018-04-21 Drashna JaelreFix Audio Clicky sub-feature (#2784)
2018-02-08 Drashna JaelreAdd the ability to disable Music Mode completely (...
2018-02-08 fredizzimoMerge ChibiOS and LUFA descriptor support (#2362)
2018-02-04 scauligiFixes to get tap dance to fire at proper places (#2272)
2018-02-02 Michael KaylanAdd missing parenthesis back to backlight_tick
2018-01-18 Kenneth AloysiusBacklighting for JJ40 and underglow initialisation...
2018-01-01 Balz Guenatbacklight breathing overhaul (#2187)
2017-12-14 Zach Richardnew planck keymap, new feature - hybrid shift/enter...
2017-12-10 Jack Humbertfixes audio/midi combinations
2017-12-10 Jack Humbertfix up midi stuff w/music mode
2017-12-07 Colin T.A. Grayfixes case where BACKLIGHT_BREATHING is enabled, but...
2017-12-04 Colin T.A. Grayadds 'RGB_RMOD' to go through RGB modes in reverse
2017-12-03 skullYFlesh out the grave escape overrides
2017-11-28 Jack HumbertUpdates bootloader settings, adds file size check ...
2017-11-21 Jack Humbertadds planck light keyboard
2017-10-25 Sebastian KaimAdded a new keycode for cycling through RBG modes which...
2017-09-18 Jeremy CowgarAdded Auto Shift, tap key = normal, hold key = shifted...
2017-09-16 Jack Humbertupdate to driver separation
2017-09-12 Jack HumbertUpdates send_string functionality, adds terminal featur...
2017-09-06 skullydazedRGB improvements (#1684)
2017-09-06 Jack Humbertupdate planck stuff
2017-08-30 Jack HumbertMerge pull request #1574 from danamlund/master
2017-08-19 Jack HumbertMerge pull request #1601 from dlaroe/master
2017-08-19 Callum OakleyMerge branch 'master' of https://github.com/qmk/qmk_fir...
2017-08-15 Jack HumbertMerge pull request #1571 from BalzGuenat/grave-esc-fix
2017-08-13 That-CanadianMerge branch 'master' into minidox
2017-08-13 That-CanadianMerge remote-tracking branch 'upstream/master'
2017-08-12 Balz Guenatfix for issue #1568
2017-08-12 Balz GuenatMerge remote-tracking branch 'upstream/master'
2017-08-11 Balz Guenatadd short comment to grave_esc_ctrl_override
2017-08-11 Balz Guenatadd option to let ctrl override shift/gui for the GRAVE...
2017-08-11 Balz Guenatadd short comment to grave_esc_ctrl_override
2017-08-11 Balz Guenatadd option to let ctrl override shift/gui for the GRAVE...
2017-08-10 Jack Humbertfix default layer songs
2017-08-10 That-CanadianMerge remote-tracking branch 'upstream/master'
2017-08-08 Fredric SilberbergAdded support for locking One Shot modifiers.
2017-08-08 Fredric SilberbergInitial implementation of the key_lock feature.
2017-08-07 Jack HumbertMerge pull request #1554 from qmk/docs
2017-08-03 That-CanadianMerge branch 'master' into eco-keyboard
next