Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-04 | Merge pull request #1107 from qmk/clueboard_cleanup | skullydazed | |
Rework the clueboard keymaps | |||
2017-03-03 | Merge pull request #1126 from folkert4/master | Jack Humbert | |
Various QOL changes to Espynn's keymap | |||
2017-03-03 | Merge pull request #1129 from unxmaal/unxmaal_spacefn | Jack Humbert | |
Layout: Spacebar long-press as fn, for GH60 and GH60 Satan boards | |||
2017-03-02 | moar hotkeys | Callum Oakley | |
2017-03-01 | gh60 satan spacefn | Eric Dodd | |
2017-03-01 | gh60 spacefn | Eric Dodd | |
2017-02-28 | clean up babblepaste | milestogo | |
2017-02-28 | missed config.h stuck modifiers change | milestogo | |
2017-02-28 | keymap and C6 audio testing | milestogo | |
2017-02-28 | Various QOL changes: | folkert4 | |
Removed some unneeded keys from raise and lower layers moved the + and = signs, backspace is now more intuitive moved all the Function keys to CUSTOM layer added ctrl alt del to CUSTOM layer simplified the layout picture greatly | |||
2017-02-28 | Merge pull request #1124 from jmdaly/roadkit_firmware | Jack Humbert | |
Add initial version of TheVan Keyboards Roadkit Firmware | |||
2017-02-28 | Update default maps for missing keys | Chris Helming | |
2017-02-28 | Add initial version of TheVan Keyboards Roadkit Firmware | John M Daly | |
2017-02-27 | Merge pull request #1116 from hot-leaf-juice/master | Jack Humbert | |
keymap update | |||
2017-02-27 | Merge pull request #1121 from Leszek111/master | Jack Humbert | |
add layout | |||
2017-02-27 | small changes in guni.c keymap to work with new qmk_firmware packet | Gunther Gruber | |
2017-02-27 | Ammend readme.md | ||
2017-02-27 | Add colemak_programmer | ||
2017-02-25 | Update size estimates in the Makefile | 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 +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-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 | 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-23 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | |
2017-02-22 | updated readme | Callum Oakley | |
2017-02-21 | Merge pull request #1113 from kesslern/master | Jack Humbert | |
Add dvorak_emacs_software layout for ergodox | |||
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-18 | XD60: Added BL_TOGG back to keymap, with 6 backlight steps | Stanley Lai | |
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-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 | Merge pull request #1105 from nrrkeene/master | Jack Humbert | |
The Ordinary Layout v5 | |||
2017-02-15 | The Ordinary Layout has all the keys in the right places. | Nicholas Keene | |
2017-02-15 | This is the best layout, really, come look | Nicholas Keene | |