Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update qmk template | Jack Humbert | 2017-11-01 | 1 | -37/+0 |
| | |||||
* | Clarify the quantum license (#1042) | skullydazed | 2017-03-28 | 1 | -2/+18 |
| | | | | | | | | | | * Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts | ||||
* | fix 'stop_all_notes' naming to be more consistent | Gabriel Young | 2017-03-02 | 1 | -1/+1 |
| | |||||
* | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments) | Gabriel Young | 2017-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | satan/keymaps/midi MIDI_ENABLE = no text data bss dec hex filename 0 17080 0 17080 42b8 satan_midi.hex MIDI_ENABLE = yes #define MIDI_TONE_KEYCODE_OCTAVES 3 // default text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex MIDI_ENABLE = yes #define MIDI_TONE_KEYCODE_OCTAVES 2 // fewer octaves text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex | ||||
* | Backlight abstraction and other changes (#439) | Jack Humbert | 2016-06-23 | 1 | -0/+21 |
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme |