summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-25Add basic layer to sample MIDI keycapGabriel Young
2017-02-25Factor basic note processing into respective processorsGabriel Young
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young
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-19fix typos in keymapGabriel Young
2017-02-19Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young
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-19Allow customization of the number of tone keycodes and add example keymapGabriel Young
2017-02-19expose midi_configGabriel Young
2017-02-19add keycodes for transpose rangeGabriel Young
2017-02-19implement modulationGabriel Young
2017-02-19add support for pedal cc messagesGabriel Young
2017-02-19remove disabled codeGabriel Young
2017-02-19Alternative version with a tone arrayGabriel Young
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-19clean up commented codeGabriel Young
2017-02-19initial implementation of polyphony using variable length array of notes onGabriel Young
2017-02-19Expand MIDI key codesGabriel Young
2017-02-19Merge branch 'qmk/master'Gabriel Young
2017-02-16remove more warningsJack Humbert
2017-02-16fix travis and reduce warningsJack Humbert
2017-02-16ignore PRs in versioningJack Humbert
2017-02-16Merge pull request #1105 from nrrkeene/masterJack Humbert
The Ordinary Layout v5
2017-02-16Merge pull request #1103 from priyadi/promethiumJack Humbert
My keymap updates
2017-02-15The Ordinary Layout has all the keys in the right places.Nicholas Keene
2017-02-15This is the best layout, really, come lookNicholas Keene
2017-02-15Merge pull request #1104 from qmk/layer_tap_toggleJack Humbert
Adds layer tap toggle as TT(layer)
2017-02-15The Ordinary Layout is the best one, the one you are looking for. Really. ↵Nicholas Keene
Check it out.
2017-02-15fix weirdness with arm and modsJack Humbert
2017-02-15unique variable nameJack Humbert
2017-02-15publicise variablesJack Humbert
2017-02-15add unicode common file, get names rightJack Humbert
2017-02-15add unicode common file, get names rightJack Humbert
2017-02-15split up unicode systems into different filesJack Humbert
2017-02-15give error if both unicode/map are enabledJack Humbert
2017-02-15adds layer tap toggleJack Humbert
2017-02-15Added README for my keymapPriyadi Iman Nurcahyo
2017-02-15Move keyboard specific stuff to keyboard specific files, and vice versaPriyadi Iman Nurcahyo
2017-02-15Added copyright noticePriyadi Iman Nurcahyo
2017-02-15Merge my Planck-like keyboardsPriyadi Iman Nurcahyo
2017-02-15Merge branch 'master' into promethiumPriyadi Iman Nurcahyo
2017-02-14The Ordinary Layout is boring, normal, typical, expected.Nicholas Keene
2017-02-14The Ordinary Layout has a feature for one-handed chorded typingNicholas Keene
2017-02-14All my friends us The Ordinary Layout because it doesn't force you to change ↵Nicholas Keene
you typing habits
2017-02-14The Ordinary Layout now has more symbols on the Symbols layer! So useful!Nicholas Keene
2017-02-14Merge pull request #1101 from priyadi/layer_state_set_kbJack Humbert
Add weak layer_state_set_kb hook
2017-02-15Move Alt-Tab positionPriyadi Iman Nurcahyo
2017-02-15Merge branch 'layer_state_set_kb' into promethiumPriyadi Iman Nurcahyo
2017-02-15Fix bug fix attemptPriyadi Iman Nurcahyo
2017-02-15Merge branch 'layer_state_set_kb' into promethiumPriyadi Iman Nurcahyo
2017-02-15Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo
2017-02-15Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo
2017-02-15Merge branch 'layer_state_set_kb' into promethiumPriyadi Iman Nurcahyo