summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | Update size estimates in the MakefileGabriel Young2017-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | * | | | | Update existing keymapsGabriel Young2017-02-2517-0/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-251-1/+22
| | | | | | | | |
| | | | * | | | | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-252-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-193-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-194-0/+93
| | | | | | | | |
| | | * | | | | | 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 Tudor2017-03-202-22/+11
| | | | | | | | | |
| | | | * | | | | | Use normal backtick in ESC spot - I've mapped ESC to caps lockStephen Tudor2017-03-201-4/+4
| | | | | | | | | |
| | | | * | | | | | Fix shift tap-dance (can't use one-shot layer)Stephen Tudor2017-03-202-34/+12
| | | | | | | | | |
| | | | * | | | | | Forsake spacefn in favor of left shift tapdance. Move media controls.Stephen Tudor2017-03-101-24/+25
| | | | | | | | | |
| | | | * | | | | | Add smt keymap for Satan 'GH60'Stephen Tudor2017-03-093-0/+226
| | | | | | | | | |
| | | * | | | | | | Merge pull request #1162 from Khord/masterJack Humbert2017-03-283-0/+433
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | My customized keymap + some tunes for the song list
| | | | * \ \ \ \ \ \ Merge branch 'master' of https://github.com/Khord/qmk_firmwareDylan Khor2017-03-201-4/+4
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Missing commaDylan Khor2017-03-191-1/+1
| | | | | | | | | | | |
| | | | | * | | | | | | Don't feel like tap dancing arrows anymoreDylan Khor2017-03-191-4/+4
| | | | | | | | | | | |
| | | | * | | | | | | | add pgup, pgdn, home, endDylan Khor2017-03-201-4/+4
| | | | |/ / / / / / /
| | | | * | | | | | | tap dance working for esc and arrowsDylan Khor2017-03-161-7/+15
| | | | | | | | | | |
| | | | * | | | | | | remove constDylan Khor2017-03-161-1/+1
| | | | | | | | | | |
| | | | * | | | | | | test td changesDylan Khor2017-03-162-7/+6
| | | | | | | | | | |
| | | | * | | | | | | test fixes for tap daneDylan Khor2017-03-162-12/+11
| | | | | | | | | | |
| | | | * | | | | | | test tap danceDylan Khor2017-03-163-1/+17
| | | | | | | | | | |
| | | | * | | | | | | add config.h for customizationDylan Khor2017-03-161-0/+90
| | | | | | | | | | |
| | | | * | | | | | | testDylan Khor2017-03-161-1/+1
| | | | | | | | | | |
| | | | * | | | | | | Add MakefileDylan Khor2017-03-151-0/+3
| | | | | | | | | | |
| | | | * | | | | | | Add custom keycapDylan Khor2017-03-151-0/+318
| | | | | | | | | | |
| | | * | | | | | | | Merge pull request #1172 from nooges/hexwire-fixesJack Humbert2017-03-285-26/+45
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | |