Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-16 | remove more warnings | Jack Humbert | |
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 | |
2017-02-15 | The Ordinary Layout is the best one, the one you are looking for. Really. ↵ | Nicholas Keene | |
Check it out. | |||
2017-02-15 | Added README for my keymap | Priyadi Iman Nurcahyo | |
2017-02-15 | Move keyboard specific stuff to keyboard specific files, and vice versa | Priyadi Iman Nurcahyo | |
2017-02-15 | Added copyright notice | Priyadi Iman Nurcahyo | |
2017-02-15 | Merge my Planck-like keyboards | Priyadi Iman Nurcahyo | |
2017-02-15 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | |
2017-02-14 | The Ordinary Layout is boring, normal, typical, expected. | Nicholas Keene | |
2017-02-14 | The Ordinary Layout has a feature for one-handed chorded typing | Nicholas Keene | |
2017-02-14 | All my friends us The Ordinary Layout because it doesn't force you to change ↵ | Nicholas Keene | |
you typing habits | |||
2017-02-14 | The Ordinary Layout now has more symbols on the Symbols layer! So useful! | Nicholas Keene | |
2017-02-15 | Move Alt-Tab position | Priyadi Iman Nurcahyo | |
2017-02-15 | num, func, punc 3state layer done right | Priyadi Iman Nurcahyo | |
2017-02-14 | GUI layer fixes | Priyadi Iman Nurcahyo | |
2017-02-14 | Alt-tab handling in GUI layer | Priyadi Iman Nurcahyo | |
2017-02-14 | remove stand alone punc layer switcher for now | Priyadi Iman Nurcahyo | |
2017-02-14 | Add explicit punctuation key for greek layers | Priyadi Iman Nurcahyo | |
2017-02-14 | Func + Num = Punc | Priyadi Iman Nurcahyo | |
2017-02-13 | Merge pull request #1094 from priyadi/faux_clicky | Jack Humbert | |
Implement faux-clicky feature | |||
2017-02-13 | move GRV to ESC position | Priyadi Iman Nurcahyo | |
2017-02-13 | Fix faux clicky toggle key | Priyadi Iman Nurcahyo | |
2017-02-13 | define missing KC_NO macro | Marvin Ramin | |
2017-02-13 | Merge branch 'faux_clicky' into promethium | Priyadi Iman Nurcahyo | |
2017-02-13 | Update my Planck layout | Priyadi Iman Nurcahyo | |
2017-02-13 | Forgot to add ifdef to optional feature | Priyadi Iman Nurcahyo | |
2017-02-13 | Remove assignment warning | Priyadi Iman Nurcahyo | |
2017-02-13 | Workaround to remove warning | Priyadi Iman Nurcahyo | |
2017-02-13 | Some space optimization and housekeeping | Priyadi Iman Nurcahyo | |
2017-02-13 | adds documentation for reset button and adds one to the default keymap | Marvin Ramin | |
2017-02-12 | adds planck/rev3 makefile so subproject is found | Jack Humbert | |
2017-02-13 | Implement faux-clicky feature | Priyadi Iman Nurcahyo | |
2017-02-13 | updated readme | luc wastiaux | |
2017-02-13 | Merge remote-tracking branch 'upstream/master' | luc wastiaux | |
2017-02-12 | Merge pull request #1091 from smt/smt/tv44 | Jack Humbert | |
Add smt keymap for tv44 (MiniVan) | |||
2017-02-13 | change thumb cluster key to be shift | luc wastiaux | |
2017-02-12 | Add smt keymap for tv44 (MiniVan) | Stephen Tudor | |
2017-02-11 | Merge pull request #1065 from milestogo/master | Jack Humbert | |
Update to kinesis keymaps | |||
2017-02-11 | Merge pull request #1085 from priyadi/promethium | Jack Humbert | |
Promethium keyboard layout update | |||
2017-02-11 | Merge pull request #1087 from mneme/master | Jack Humbert | |
Updated keymap for atreus62/mneme | |||
2017-02-11 | Merge pull request #1088 from Mauin/gon_nerd | Jack Humbert | |
add GON NerD |