Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix redundant process_music.c in sources | Gabriel Young | 2017-02-25 | 1 | -16/+22 |
| | |||||
* | Update existing keymaps | Gabriel Young | 2017-02-25 | 23 | -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 keycap | Gabriel Young | 2017-02-25 | 3 | -3/+25 |
| | |||||
* | Factor basic note processing into respective processors | Gabriel Young | 2017-02-25 | 9 | -83/+184 |
| | |||||
* | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 2017-02-25 | 9 | -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 keymap | Gabriel Young | 2017-02-19 | 1 | -8/+2 |
| | |||||
* | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments) | Gabriel Young | 2017-02-19 | 6 | -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 keymap | Gabriel Young | 2017-02-19 | 6 | -0/+180 |
| | |||||
* | expose midi_config | Gabriel Young | 2017-02-19 | 2 | -17/+24 |
| | |||||
* | add keycodes for transpose range | Gabriel Young | 2017-02-19 | 2 | -7/+48 |
| | |||||
* | implement modulation | Gabriel Young | 2017-02-19 | 4 | -206/+61 |
| | |||||
* | add support for pedal cc messages | Gabriel Young | 2017-02-19 | 2 | -15/+57 |
| | |||||
* | remove disabled code | Gabriel Young | 2017-02-19 | 1 | -129/+0 |
| | |||||
* | Alternative version with a tone array | Gabriel Young | 2017-02-19 | 1 | -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 code | Gabriel Young | 2017-02-19 | 1 | -137/+0 |
| | |||||
* | initial implementation of polyphony using variable length array of notes on | Gabriel Young | 2017-02-19 | 5 | -7/+211 |
| | |||||
* | Expand MIDI key codes | Gabriel Young | 2017-02-19 | 1 | -1/+113 |
| | |||||
* | Merge branch 'qmk/master' | Gabriel Young | 2017-02-19 | 49 | -1536/+1470 |
|\ | |||||
| * | remove more warnings | Jack Humbert | 2017-02-16 | 5 | -17/+39 |
| | | |||||
| * | fix travis and reduce warnings | Jack Humbert | 2017-02-16 | 3 | -1/+3 |
| | | |||||
| * | ignore PRs in versioning | Jack Humbert | 2017-02-16 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1105 from nrrkeene/master | Jack Humbert | 2017-02-16 | 8 | -80/+165 |
| |\ | | | | | | | The Ordinary Layout v5 | ||||
| | * | The Ordinary Layout has all the keys in the right places. | Nicholas Keene | 2017-02-15 | 1 | -1/+1 |
| | | | |||||
| | * | This is the best layout, really, come look | Nicholas Keene | 2017-02-15 | 1 | -4/+4 |
| | | | |||||
| | * | The Ordinary Layout is the best one, the one you are looking for. Really. ↵ | Nicholas Keene | 2017-02-15 | 4 | -29/+43 |
| | | | | | | | | | | | | Check it out. | ||||
| | * | The Ordinary Layout is boring, normal, typical, expected. | Nicholas Keene | 2017-02-14 | 2 | -54/+125 |
| | | | |||||
| | * | The Ordinary Layout has a feature for one-handed chorded typing | Nicholas Keene | 2017-02-14 | 2 | -3/+3 |
| | | | |||||
| | * | All my friends us The Ordinary Layout because it doesn't force you to change ↵ | Nicholas Keene | 2017-02-14 | 2 | -4/+4 |
| | | | | | | | | | | | | you typing habits | ||||
| | * | The Ordinary Layout now has more symbols on the Symbols layer! So useful! | Nicholas Keene | 2017-02-14 | 2 | -11/+11 |
| | | | |||||
| * | | Merge pull request #1103 from priyadi/promethium | Jack Humbert | 2017-02-16 | 9 | -970/+468 |
| |\ \ | | | | | | | | | My keymap updates | ||||
| | * | | Added README for my keymap | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -0/+44 |
| | | | | |||||
| | * | | Move keyboard specific stuff to keyboard specific files, and vice versa | Priyadi Iman Nurcahyo | 2017-02-15 | 5 | -116/+168 |
| | | | | |||||
| | * | | Added copyright notice | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -2/+14 |
| | | | | |||||
| | * | | Merge my Planck-like keyboards | Priyadi Iman Nurcahyo | 2017-02-15 | 4 | -976/+144 |
| | | | | |||||
| | * | | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | 2017-02-15 | 3 | -16/+60 |
| | |\ \ | |||||
| | * | | | Move Alt-Tab position | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Merge branch 'layer_state_set_kb' into promethium | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'layer_state_set_kb' into promethium | Priyadi Iman Nurcahyo | 2017-02-15 | 0 | -0/+0 |
| | |\ \ \ \ | |||||
| | * | | | | | Bug fix & added default_layer_state_set_kb | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -2/+11 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'layer_state_set_kb' into promethium | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -0/+8 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | num, func, punc 3state layer done right | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -57/+46 |
| | | | | | | | | |||||
| | * | | | | | | GUI layer fixes | Priyadi Iman Nurcahyo | 2017-02-14 | 2 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | Alt-tab handling in GUI layer | Priyadi Iman Nurcahyo | 2017-02-14 | 2 | -5/+25 |
| | | | | | | | | |||||
| | * | | | | | | remove stand alone punc layer switcher for now | Priyadi Iman Nurcahyo | 2017-02-14 | 2 | -3/+4 |
| | | | | | | | | |||||
| | * | | | | | | Add explicit punctuation key for greek layers | Priyadi Iman Nurcahyo | 2017-02-14 | 2 | -12/+12 |
| | | | | | | | | |||||
| | * | | | | | | Func + Num = Punc | Priyadi Iman Nurcahyo | 2017-02-14 | 2 | -17/+17 |
| | | | | | | | | |||||
| | * | | | | | | move GRV to ESC position | Priyadi Iman Nurcahyo | 2017-02-13 | 2 | -8/+9 |
| | | | | | | | | |||||
| | * | | | | | | Fix faux clicky toggle key | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -3/+7 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'faux_clicky' into promethium | Priyadi Iman Nurcahyo | 2017-02-13 | 10 | -1/+229 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium | Priyadi Iman Nurcahyo | 2017-02-13 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ |