summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2017-02-26Update existing keymapsGabriel Young1-0/+3
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-26Add basic layer to sample MIDI keycapGabriel Young1-1/+22
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2-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
2017-02-20fix typos in keymapGabriel Young1-8/+2
2017-02-20Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young3-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
2017-02-20Allow customization of the number of tone keycodes and add example keymapGabriel Young4-0/+93
2017-02-06Added new keymap to the Satan GH60 keyboard.Ole Anders4-0/+324
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 keyboarddbroqua1-19/+17
2016-12-22- Fixed bug in dbroqua layout for Satan keyboarddbroqua2-40/+24
2016-12-21- Rewrote dbroqua layout for Satan keyboard and adding RGB lightdbroqua4-110/+170
2016-11-16Merge pull request #877 from sethbc/update_sethbc_satan_keymapJack Humbert1-7/+7
update sethbc keymap
2016-11-13oops, fixed inverted if statementSeth Chandler1-6/+6
2016-11-13update sethbc keymapSeth Chandler1-1/+1
2016-11-12- Added dbroqua_hhkb layout for Satan PCBdbroqua2-0/+119
2016-08-18made a correct default KEYMAP. moved the old one to KEYMAP_ANSIToni4-54/+54
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying
2016-08-18corrected the split rshift key to realityToni1-8/+8
fixed my keymap in the process to adjust to that
2016-08-17wring keypress for german iso fixed. prettifiedToni1-6/+6
2016-08-16no more warning thanks to iFreilicht's tip with undefToni1-0/+1
2016-08-16in accordance to keymap_makefile_example.mkToni1-12/+12
2016-08-16minor grammer fixesToni1-2/+2
2016-08-16big cleanup and minor refactoring. thanks iFreilicht.Toni5-163/+50
2016-08-15grammarToni1-1/+1
2016-08-15reference to reddit post and Terry MathewsToni1-0/+2
2016-08-15script now waits for the user to press the buttonToni1-2/+26
2016-08-15readme now with pictureToni2-0/+2
2016-08-15more prettynessToni1-2/+2
2016-08-15Update readme.mdToni1-1/+1
typo
2016-08-15Update readme.mdToni1-0/+2
attempt to prettify the table
2016-08-15more information. first steps in markdownToni1-1/+15
2016-08-15readme.md addedToni1-0/+16
2016-08-15removed my personal stuffToni2-4/+3
2016-08-14increased readability with a definceToni1-14/+18
2016-08-13Merge remote-tracking branch 'origin/master' into iso_split_rshiftToni5-10/+208
update from Upstream
2016-08-12only aestheticsToni1-4/+4
2016-08-11Add denolfe satan keymapElliot DeNolf4-0/+203
2016-08-07new variant with the curly braces on tab layerToni1-24/+24
2016-08-05enterfn / enterisctrl on hold addedToni1-10/+10
2016-07-28added homerow-ish bracketsToni1-4/+4
2016-07-27first try ar adding the parenthesis mess for german isoToni1-7/+8
2016-07-27kill warnings filling up travis buildlogSeth Chandler1-10/+5
2016-07-25Merge remote-tracking branch 'origin/master' into iso_split_rshiftToni6-25/+76
whatever
2016-07-24cleanup default layoutSeth Chandler3-15/+39
2016-07-24update sethbc keymapSeth Chandler2-10/+16
2016-07-22converted funtions to QMK aliasesToni1-32/+23
2016-07-22more cosmetic changes (whitespace)Toni1-1/+1
2016-07-22purely cosmetic changesToni1-42/+42
2016-07-19changed ctrl back to enter. "j" interfered with my vimmingToni1-2/+2
2016-07-19small cosmetic changeToni1-3/+3
2016-07-18renamed keymapToni1-2/+3
2016-07-18reduced makefile size. not so much needed due to "inheritance"Toni1-51/+0