summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders2017-03-28324-3360/+16019
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1174 from nooges/atreus50Jack Humbert2017-03-288-0/+565
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Atreus50 keyboard
| * | | | | | | Move Atreus50 to hardwired directory and update READMEDanny Nguyen2017-03-289-25/+16
| | | | | | | |
| * | | | | | | Add RGB supportDanny Nguyen2017-03-233-4/+4
| | | | | | | |
| * | | | | | | Cleanup keymapDanny Nguyen2017-03-233-115/+94
| | | | | | | |
| * | | | | | | Initial commit for Atreus50 with working audioDanny Nguyen2017-03-239-0/+595
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-2836-506/+1445
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Flesh out MIDI support
| * | | | | | | add debug messages to audioGabriel Young2017-03-021-158/+164
| | | | | | | |
| * | | | | | | fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-026-7/+7
| | | | | | | |
| * | | | | | | Update size estimates in the MakefileGabriel Young2017-02-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 +2414 bytes (vs. MIDI_ENABLE = no) MIDI_ENABLE = yes 0 20846 0 20846 516e satan_midi.hex +1352 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED off) MIDI_ENABLE = yes #define MIDI_BASIC #define MIDI_ADVANCED text data bss dec hex filename 0 21292 0 21292 532c satan_midi.hex +1798 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED off) Conclusion: +2400 to 4200, depending on config
| * | | | | | | Fix redundant process_music.c in sourcesGabriel Young2017-02-251-16/+22
| | | | | | | |
| * | | | | | | Update existing keymapsGabriel Young2017-02-2523-19/+472
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime)
| * | | | | | | Add basic layer to sample MIDI keycapGabriel Young2017-02-253-3/+25
| | | | | | | |
| * | | | | | | Factor basic note processing into respective processorsGabriel Young2017-02-259-83/+184
| | | | | | | |
| * | | | | | | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-259-11/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | fix typos in keymapGabriel Young2017-02-191-8/+2
| | | | | | | |
| * | | | | | | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-196-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | Allow customization of the number of tone keycodes and add example keymapGabriel Young2017-02-196-0/+180
| | | | | | | |
| * | | | | | | expose midi_configGabriel Young2017-02-192-17/+24
| | | | | | | |
| * | | | | | | add keycodes for transpose rangeGabriel Young2017-02-192-7/+48
| | | | | | | |
| * | | | | | | implement modulationGabriel Young2017-02-194-206/+61
| | | | | | | |
| * | | | | | | add support for pedal cc messagesGabriel Young2017-02-192-15/+57
| | | | | | | |
| * | | | | | | remove disabled codeGabriel Young2017-02-191-129/+0
| | | | | | | |
| * | | | | | | Alternative version with a tone arrayGabriel Young2017-02-191-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%).
| * | | | | | | clean up commented codeGabriel Young2017-02-191-137/+0
| | | | | | | |
| * | | | | | | initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-195-7/+211
| | | | | | | |
| * | | | | | | Expand MIDI key codesGabriel Young2017-02-191-1/+113
| | | | | | | |
* | | | | | | | Merge pull request #1098 from lambdalisue/tapping-force-holdJack Humbert2017-03-282-4/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add TAPPING_FORCE_HOLD to regulate behaviour
| * | | | | | | | Add TAPPING_FORCE_HOLD to regulate behaviourlambdalisue2017-02-142-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #889 for the detail.
* | | | | | | | | Merge pull request #1167 from smt/smt/satanJack Humbert2017-03-283-0/+163
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add smt keymap for Satan 'GH60'
| * | | | | | | | | Use single _FUNC layer. Move RESET and base layout-changing keys to _FUNC.Stephen Tudor2017-03-201-43/+12
| | | | | | | | | |
| * | | | | | | | | Remove tap-dance. Raise will be accessed via holding shift while lower is activeStephen Tudor