Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-26 | Update size estimates in the Makefile | Gabriel Young | 2 | -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 | |||||
2017-02-26 | Fix redundant process_music.c in sources | Gabriel Young | 1 | -16/+22 | |
2017-02-26 | Update existing keymaps | Gabriel Young | 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) | |||||
2017-02-26 | Add basic layer to sample MIDI keycap | Gabriel Young | 3 | -3/+25 | |
2017-02-26 | Factor basic note processing into respective processors | Gabriel Young | 9 | -83/+184 | |
2017-02-26 | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 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 | |||||
2017-02-20 | fix typos in keymap | Gabriel Young | 1 | -8/+2 | |
2017-02-20 | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments) | Gabriel Young | 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 | |||||
2017-02-20 | Allow customization of the number of tone keycodes and add example keymap | Gabriel Young | 6 | -0/+180 | |
2017-02-20 | expose midi_config | Gabriel Young | 2 | -17/+24 | |
2017-02-20 | add keycodes for transpose range | Gabriel Young | 2 | -7/+48 | |
2017-02-20 | implement modulation | Gabriel Young | 4 | -206/+61 | |
2017-02-20 | add support for pedal cc messages | Gabriel Young | 2 | -15/+57 | |
2017-02-20 | remove disabled code | Gabriel Young | 1 | -129/+0 | |
2017-02-20 | Alternative version with a tone array | Gabriel Young | 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%). | |||||
2017-02-20 | clean up commented code | Gabriel Young | 1 | -137/+0 | |
2017-02-20 | initial implementation of polyphony using variable length array of notes on | Gabriel Young | 5 | -7/+211 | |
2017-02-20 | Expand MIDI key codes | Gabriel Young | 1 | -1/+113 | |
2017-02-19 | Merge branch 'qmk/master' | Gabriel Young | 49 | -1536/+1470 | |
2017-02-16 | remove more warnings | Jack Humbert | 5 | -17/+39 | |
2017-02-16 | fix travis and reduce warnings | Jack Humbert | 3 | -1/+3 | |
2017-02-16 | ignore PRs in versioning | Jack Humbert | 1 | -1/+1 | |
2017-02-16 | Merge pull request #1105 from nrrkeene/master | Jack Humbert | 8 | -80/+165 | |
The Ordinary Layout v5 | |||||
2017-02-16 | Merge pull request #1103 from priyadi/promethium | Jack Humbert | 9 | -970/+468 | |
My keymap updates | |||||
2017-02-16 | The Ordinary Layout has all the keys in the right places. | Nicholas Keene | 1 | -1/+1 | |
2017-02-16 | This is the best layout, really, come look | Nicholas Keene | 1 | -4/+4 | |
2017-02-16 | Merge pull request #1104 from qmk/layer_tap_toggle | Jack Humbert | 13 | -451/+490 | |
Adds layer tap toggle as TT(layer) | |||||
2017-02-16 | The Ordinary Layout is the best one, the one you are looking for. Really. ↵ | Nicholas Keene | 4 | -29/+43 | |
Check it out. | |||||
2017-02-16 | fix weirdness with arm and mods | Jack Humbert | 2 | -19/+20 | |
2017-02-16 | unique variable name | Jack Humbert | 2 | -19/+19 | |
2017-02-15 | publicise variables | Jack Humbert | 2 | -4/+3 | |
2017-02-15 | add unicode common file, get names right | Jack Humbert | 1 | -0/+86 | |
2017-02-15 | add unicode common file, get names right | Jack Humbert | 7 | -209/+137 | |
2017-02-15 | split up unicode systems into different files | Jack Humbert | 9 | -239/+253 | |
2017-02-15 | give error if both unicode/map are enabled | Jack Humbert | 1 | -0/+3 | |
2017-02-15 | adds layer tap toggle | Jack Humbert | 2 | -4/+12 | |
2017-02-15 | Added README for my keymap | Priyadi Iman Nurcahyo | 2 | -0/+44 | |
2017-02-15 | Move keyboard specific stuff to keyboard specific files, and vice versa | Priyadi Iman Nurcahyo | 5 | -116/+168 | |
2017-02-15 | Added copyright notice | Priyadi Iman Nurcahyo | 1 | -2/+14 | |
2017-02-15 | Merge my Planck-like keyboards | Priyadi Iman Nurcahyo | 4 | -976/+144 | |
2017-02-15 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | 3 | -16/+60 | |
2017-02-15 | The Ordinary Layout is boring, normal, typical, expected. | Nicholas Keene | 2 | -54/+125 | |
2017-02-15 | The Ordinary Layout has a feature for one-handed chorded typing | Nicholas Keene | 2 | -3/+3 | |
2017-02-15 | All my friends us The Ordinary Layout because it doesn't force you to change ↵ | Nicholas Keene | 2 | -4/+4 | |
you typing habits | |||||
2017-02-15 | The Ordinary Layout now has more symbols on the Symbols layer! So useful! | Nicholas Keene | 2 | -11/+11 | |
2017-02-15 | Merge pull request #1101 from priyadi/layer_state_set_kb | Jack Humbert | 2 | -0/+17 | |
Add weak layer_state_set_kb hook | |||||
2017-02-14 | Move Alt-Tab position | Priyadi Iman Nurcahyo | 1 | -4/+4 | |
2017-02-14 | Merge branch 'layer_state_set_kb' into promethium | Priyadi Iman Nurcahyo | 1 | -2/+2 | |
2017-02-14 | Fix bug fix attempt | Priyadi Iman Nurcahyo | 1 | -2/+2 | |
2017-02-14 | Merge branch 'layer_state_set_kb' into promethium | Priyadi Iman Nurcahyo | 0 | -0/+0 | |