aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)Author
2017-04-09Rename led test to led_keyframes and move animation to ErgodoxGravatar Fred Sundvik
2017-04-09Combine startup and resume animationsGravatar Fred Sundvik
2017-04-09Move the logo drawing keyframe to lcd_keyframesGravatar Fred Sundvik
2017-04-09Move LCD logo to visualizer resourcesGravatar Fred Sundvik
2017-04-09Add automatic flush for the LCD screenGravatar Fred Sundvik
2017-04-09Move common visualizer keyframes into visualizer_keyframes.hGravatar Fred Sundvik
2017-04-09Remove the need to manually enable the visualizerGravatar Fred Sundvik
2017-04-09Separated backlight and LCD disable/enableGravatar Fred Sundvik
2017-04-09Move LCD backlight keyframes to its own fileGravatar Fred Sundvik
2017-04-09Move LCD keyframes to its own fileGravatar Fred Sundvik
2017-04-09Delete visualizer example integrationGravatar Fred Sundvik
2017-04-09Tweaks to the Ergodox default visualizerGravatar Fred Sundvik
2017-04-09Brightness for Ergodox Infinity emulated LEDsGravatar Fred Sundvik
2017-04-09Emulate Ergodox EZ leds by LCD colorsGravatar Fred Sundvik
2017-04-09Display layer bitmap and keyboard led states on the LCDGravatar Fred Sundvik
2017-04-09Move CIE1931 and breathing tables to its own fileGravatar Fred Sundvik
2017-04-09Only re-send matrix every 5msGravatar Fred Sundvik
2017-04-09UGFX is compiled once per keyboard instead of keymapGravatar Fred Sundvik
2017-04-09Add a keyboard specific visualizerGravatar Fred Sundvik
2017-04-03quick fix for space cadet shiftGravatar Jack Humbert
2017-03-30Worked around some new Makefile issues.Gravatar nielsenz
2017-03-30Pulling and pushing troublesGravatar nielsenz
2017-03-30Typo fixGravatar Osamu Aoki
2017-03-29Merge branch 'master' into to_pushGravatar Zay950
2017-03-28Clarify the quantum license (#1042)Gravatar skullydazed
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesGravatar Jack Humbert
2017-03-28Merge pull request #1162 from Khord/masterGravatar Jack Humbert
2017-03-24Refactor Bluetooth HandlingGravatar Travis La Marr
2017-03-16added custom tonesGravatar Dylan Khor
2017-03-15Merge pull request #1090 from qmk/backlight_softpwmGravatar Jack Humbert
2017-03-08Left control and altGravatar Lukas Stiebig
2017-03-02add debug messages to audioGravatar Gabriel Young
2017-03-02fix 'stop_all_notes' naming to be more consistentGravatar Gabriel Young
2017-02-25Update size estimates in the MakefileGravatar Gabriel Young
2017-02-25Update existing keymapsGravatar Gabriel Young
2017-02-25Add basic layer to sample MIDI keycapGravatar Gabriel Young
2017-02-25Factor basic note processing into respective processorsGravatar Gabriel Young
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGravatar Gabriel Young
2017-02-23Merge pull request #1117 from priyadi/fix_unicode_mapGravatar Jack Humbert
2017-02-23Fix UNICODE_MAP input_mode problemGravatar Priyadi Iman Nurcahyo
2017-02-19Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gravatar Gabriel Young
2017-02-19Allow customization of the number of tone keycodes and add example keymapGravatar Gabriel Young
2017-02-19expose midi_configGravatar Gabriel Young
2017-02-19add keycodes for transpose rangeGravatar Gabriel Young
2017-02-19implement modulationGravatar Gabriel Young
2017-02-19add support for pedal cc messagesGravatar Gabriel Young
2017-02-19remove disabled codeGravatar Gabriel Young
2017-02-19Alternative version with a tone arrayGravatar Gabriel Young
2017-02-19clean up commented codeGravatar Gabriel Young
2017-02-19initial implementation of polyphony using variable length array of notes onGravatar Gabriel Young