Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-25 | Fix redundant process_music.c in sources | Gabriel Young | |
2017-02-25 | Update existing keymaps | Gabriel Young | |
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-25 | Add basic layer to sample MIDI keycap | Gabriel Young | |
2017-02-25 | Factor basic note processing into respective processors | Gabriel Young | |
2017-02-25 | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel 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-25 | Removes redundant {} which cause build failure when DEBUG_ACTION is set | Phong Nguyen | |
2017-02-23 | Merge pull request #1118 from priyadi/promethium | Jack Humbert | |
Various keymap updates | |||
2017-02-23 | Merge pull request #1117 from priyadi/fix_unicode_map | Jack Humbert | |
Fix UNICODE_MAP input_mode problem | |||
2017-02-23 | Fix UNICODE_MAP input_mode problem | Priyadi Iman Nurcahyo | |
2017-02-23 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | |
2017-02-23 | Fix UNICODE_MAP input_mode problem | Priyadi Iman Nurcahyo | |
2017-02-22 | updated readme | Callum Oakley | |
2017-02-21 | Merge branch 'qmk/master' | Gabriel Young | |
2017-02-21 | Merge pull request #1113 from kesslern/master | Jack Humbert | |
Add dvorak_emacs_software layout for ergodox | |||
2017-02-21 | Merge pull request #1115 from Skrymir/master | Jack Humbert | |
Update from upstream | |||
2017-02-21 | Merge remote-tracking branch 'qmk/master' | Josh Colbeck | |
2017-02-21 | added hotkey cluster | Callum Oakley | |
2017-02-21 | added pause, prtsc & ins to list of keys to be processed on release | Priyadi Iman Nurcahyo | |
2017-02-21 | Move caps to FUN layer; add Pause key | Priyadi Iman Nurcahyo | |
2017-02-20 | Add dvorak_emacs_software layout for ergodox | Nathan Kessler | |
2017-02-21 | Move del back to fun+backspce | Priyadi Iman Nurcahyo | |
2017-02-21 | Only process Fnumber on key release, and only when layer is still active | Priyadi Iman Nurcahyo | |
2017-02-20 | Merge pull request #1097 from stanleylai/master | Jack Humbert | |
Added support for LED backlight, XD60v2's RGB underglow LED | |||
2017-02-19 | fix typos in keymap | Gabriel Young | |
2017-02-19 | Document 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-19 | Allow customization of the number of tone keycodes and add example keymap | Gabriel Young | |
2017-02-19 | expose midi_config | Gabriel Young | |
2017-02-19 | add keycodes for transpose range | Gabriel Young | |
2017-02-19 | implement modulation | Gabriel Young | |
2017-02-19 | add support for pedal cc messages | Gabriel Young | |
2017-02-19 | remove disabled code | Gabriel Young | |
2017-02-19 | Alternative version with a tone array | Gabriel 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-19 | clean up commented code | Gabriel Young | |
2017-02-19 | initial implementation of polyphony using variable length array of notes on | Gabriel Young | |
2017-02-19 | Expand MIDI key codes | Gabriel Young | |
2017-02-19 | Merge branch 'qmk/master' | Gabriel Young | |
2017-02-18 | XD60: Added BL_TOGG back to keymap, with 6 backlight steps | Stanley Lai | |
2017-02-19 | helps to save before committing | Jack Humbert | |
2017-02-19 | merging | Jack Humbert | |
2017-02-18 | Updated XD60 readme and photos to reflect v2 PCB | Stanley Lai | |
2017-02-16 | Add the mouse_keys layout | skullY | |
2017-02-16 | Rework the clueboard keymaps a bit. | skullY | |
2017-02-16 | Update smt Planck keymap | Stephen Tudor | |
2017-02-16 | Add smt keymap for Let's Split (based on serial) | Stephen Tudor | |
2017-02-16 | remove more warnings | Jack Humbert | |
2017-02-17 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | |
2017-02-16 | Fix integer overflow | Priyadi Iman Nurcahyo | |
2017-02-16 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | |
2017-02-16 | reposition ins and del key | Priyadi Iman Nurcahyo | |
2017-02-16 | fix travis and reduce warnings | Jack Humbert | |