Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-25 | Update size estimates in the Makefile | ||
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 | ||
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 | ||
2017-02-25 | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | ||
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 | ||
2017-02-19 | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments) | ||
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 | ||
2017-02-06 | Added new keymap to the Satan GH60 keyboard. | ||
Added new keymap `Admiral Strokers` to the Satan keyboard. This is an ISO based layout with tap for brackets/ curly on shft and ctl keys. Furthermore, there is added arrows and media/volume/special/f-keys layer on the TAB button when you hold. | |||
2016-12-24 | - Updated dbroqua layout for Satan keyboard | ||
2016-12-22 | - Fixed bug in dbroqua layout for Satan keyboard | ||
2016-12-21 | - Rewrote dbroqua layout for Satan keyboard and adding RGB light | ||
2016-11-16 | Merge pull request #877 from sethbc/update_sethbc_satan_keymap | ||
update sethbc keymap | |||
2016-11-13 | oops, fixed inverted if statement | ||
2016-11-12 | update sethbc keymap | ||
2016-11-12 | - Added dbroqua_hhkb layout for Satan PCB | ||
2016-08-18 | made a correct default KEYMAP. moved the old one to KEYMAP_ANSI | ||
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying | |||
2016-08-18 | corrected the split rshift key to reality | ||
fixed my keymap in the process to adjust to that | |||
2016-08-17 | wring keypress for german iso fixed. prettified | ||
2016-08-16 | no more warning thanks to iFreilicht's tip with undef | ||
2016-08-16 | in accordance to keymap_makefile_example.mk | ||
2016-08-16 | minor grammer fixes | ||
2016-08-16 | big cleanup and minor refactoring. thanks iFreilicht. | ||
2016-08-15 | grammar | ||
2016-08-15 | reference to reddit post and Terry Mathews | ||
2016-08-15 | script now waits for the user to press the button | ||
2016-08-15 | readme now with picture | ||
2016-08-15 | more prettyness | ||
2016-08-15 | Update readme.md | ||
typo | |||
2016-08-15 | Update readme.md | ||
attempt to prettify the table | |||
2016-08-15 | more information. first steps in markdown | ||
2016-08-15 | readme.md added | ||
2016-08-15 | removed my personal stuff | ||
2016-08-14 | increased readability with a defince | ||
2016-08-13 | Merge remote-tracking branch 'origin/master' into iso_split_rshift | ||
update from Upstream | |||
2016-08-12 | only aesthetics | ||
2016-08-11 | Add denolfe satan keymap | ||
2016-08-07 | new variant with the curly braces on tab layer | ||
2016-08-05 | enterfn / enterisctrl on hold added | ||
2016-07-28 | added homerow-ish brackets | ||
2016-07-27 | first try ar adding the parenthesis mess for german iso | ||
2016-07-27 | kill warnings filling up travis buildlog | ||
2016-07-25 | Merge remote-tracking branch 'origin/master' into iso_split_rshift | ||
whatever | |||
2016-07-23 | cleanup default layout | ||
2016-07-23 | update sethbc keymap | ||
2016-07-22 | converted funtions to QMK aliases | ||
2016-07-22 | more cosmetic changes (whitespace) | ||
2016-07-22 | purely cosmetic changes | ||
2016-07-19 | changed ctrl back to enter. "j" interfered with my vimming | ||
2016-07-19 | small cosmetic change | ||
2016-07-18 | renamed keymap | ||