summaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Collapse)AuthorFilesLines
2017-02-26Add basic layer to sample MIDI keycapGabriel Young2-2/+3
2017-02-26Factor basic note processing into respective processorsGabriel Young8-83/+183
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young5-8/+57
MIDI_ENABLE = no text data bss dec hex filename 0 17080 0 17080 42b8 satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined MIDI_ADVANCED undefined text data bss dec hex filename 0 19494 0 19494 4c26 satan_midi.hex MIDI_ENABLE = yes #define MIDI_BASIC MIDI_ADVANCED undefined text data bss dec hex filename 0 19788 0 19788 4d4c satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined #define MIDI_ADVANCED text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex MIDI_ENABLE = yes #define MIDI_BASIC #define MIDI_ADVANCED text data bss dec hex filename 0 21140 0 21140 5294 satan_midi.hex
2017-02-23Merge pull request #1117 from priyadi/fix_unicode_mapJack Humbert1-4/+6
Fix UNICODE_MAP input_mode problem
2017-02-23Fix UNICODE_MAP input_mode problemPriyadi Iman Nurcahyo1-4/+6
2017-02-20Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young3-2/+4
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
2017-02-20Allow customization of the number of tone keycodes and add example keymapGabriel Young2-0/+87
2017-02-20expose midi_configGabriel Young2-17/+24
2017-02-20add keycodes for transpose rangeGabriel Young2-7/+48
2017-02-20implement modulationGabriel Young3-205/+60
2017-02-20add support for pedal cc messagesGabriel Young2-15/+57
2017-02-20remove disabled codeGabriel Young1-129/+0
2017-02-20Alternative version with a tone arrayGabriel Young1-0/+109
tone array: text data bss dec hex filename 0 25698 0 25698 6462 satan_newsboytko.hex 0x6480 bytes written into 0x7000 bytes memory (89.73%). note on array: text data bss dec hex filename 0 25802 0 25802 64ca satan_newsboytko.hex 0x6500 bytes written into 0x7000 bytes memory (90.18%).
2017-02-20clean up commented codeGabriel Young1-137/+0
2017-02-20initial implementation of polyphony using variable length array of notes onGabriel Young3-2/+201
2017-02-20Expand MIDI key codesGabriel Young1-1/+113
2017-02-19helps to save before committingJack Humbert1-3/+1
2017-02-19mergingJack Humbert17-450/+691
2017-02-16remove more warningsJack Humbert1-1/+3
2017-02-16fix travis and reduce warningsJack Humbert2-0/+2
2017-02-16fix weirdness with arm and modsJack Humbert2-19/+20
2017-02-16unique variable nameJack Humbert2-19/+19
2017-02-15publicise variablesJack Humbert2-4/+3
2017-02-15add unicode common file, get names rightJack Humbert1-0/+86
2017-02-15add unicode common file, get names rightJack Humbert6-209/+134
2017-02-15split up unicode systems into different filesJack Humbert8-237/+251
2017-02-15give error if both unicode/map are enabledJack Humbert1-0/+3
2017-02-15adds layer tap toggleJack Humbert2-4/+12
2017-02-13Add keycodes to turn on, turn off and toggle faux clickyPriyadi Iman Nurcahyo3-0/+43
2017-02-13Implement faux-clicky featurePriyadi Iman Nurcahyo3-0/+156
2017-02-12adds soft pwm for non-timed portsJack Humbert2-14/+46
2017-02-11Merge pull request #1082 from priyadi/right-side-dual-functionJack Humbert3-10/+24
Implement tap mod dual role for right side mods.
2017-02-10Make room for 'loose keycodes' by halving UNICODE_MAP rangePriyadi Iman Nurcahyo1-2/+2
2017-02-10Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo3-9/+23
2017-02-07added functionality for just a portJack Humbert1-32/+62
2017-02-07Merge pull request #1071 from dungdung/rgb_tweaksJack Humbert2-5/+41
RGB tweaks
2017-02-07Merge pull request #1068 from adzenith/masterJack Humbert4-13/+15
Minor cleanup
2017-02-07Merge pull request #1046 from LukeSilva/masterJack Humbert2-1/+6
Add Tapping Macros to QMK
2017-02-07Merge pull request #1057 from priyadi/selectable_outputJack Humbert3-1/+43
Implement runtime selectable output (USB or BT)
2017-02-07Merge pull request #1059 from qmk/hf/algr_tJack Humbert1-0/+1
Introduces ALGR_T for dual-function AltGr
2017-02-07Merge pull request #960 from ofples/feature/combosJack Humbert4-0/+189
Keyboard combination triggers
2017-02-07Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairsJack Humbert1-1/+10
Add support for Unicode supplementary planes on OS X
2017-02-06Added non-animated gradient modedungdung2-1/+20
2017-02-06Added mode reverse step functiondungdung2-0/+9
2017-02-06Christmas mode now works with even RGBED_NUMdungdung2-4/+12
Added Christmas mode steps to reduce red and green colors blending into each other Added Christmas mode interval Increased green hue to 120
2017-02-06Merge pull request #1030 from SjB/refactor_register_code16Jack Humbert1-2/+30
speeding up (un)register_code16
2017-02-06Add new DIODE_DIRECTION optionNikolaus Wittenstein3-8/+12
The previous two options were COL2ROW, ROW2COL; this adds CUSTOM_MATRIX to disable the built-in matrix scanning code. Most notably, this obviates the need to set MATRIX_ROW_PINS or MATRIX_COL_PINS.
2017-02-06Remove unused matrix_raw variable in matrix.cNikolaus Wittenstein1-2/+0
2017-02-04Fix compile warnings in light_ws2812.cNikolaus Wittenstein1-3/+3
Fixes the warning "function declaration isn't a prototype" by explicitly making the parameter list void.
2017-02-01Restrict outputselect to LUFA only for nowPriyadi Iman Nurcahyo1-2/+2