summaryrefslogtreecommitdiff
path: root/keyboards/satan
AgeCommit message (Collapse)Author
2017-03-20Use single _FUNC layer. Move RESET and base layout-changing keys to _FUNC.Stephen Tudor
2017-03-20Remove tap-dance. Raise will be accessed via holding shift while lower is activeStephen Tudor
2017-03-20Use normal backtick in ESC spot - I've mapped ESC to caps lockStephen Tudor
2017-03-20Fix shift tap-dance (can't use one-shot layer)Stephen Tudor
2017-03-10Forsake spacefn in favor of left shift tapdance. Move media controls.Stephen Tudor
2017-03-09Add smt keymap for Satan 'GH60'Stephen Tudor
2017-03-07changed definitions on keymap.c in admiral strokersOle Anders
Made a few changes to my own keymaps. (organisation)
2017-03-01gh60 satan spacefnEric Dodd
2017-02-25Update size estimates in the MakefileGabriel 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-25Update existing keymapsGabriel 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-25Add basic layer to sample MIDI keycapGabriel Young
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel 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-19fix typos in keymapGabriel Young
2017-02-19Document 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-19Allow customization of the number of tone keycodes and add example keymapGabriel Young
2017-02-06Added new keymap to the Satan GH60 keyboard.Ole Anders
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 keyboarddbroqua
2016-12-22- Fixed bug in dbroqua layout for Satan keyboarddbroqua
2016-12-21- Rewrote dbroqua layout for Satan keyboard and adding RGB lightdbroqua
2016-11-21merging lets_splitJack Humbert
2016-11-17rgb light through midiJack Humbert
2016-11-16Merge pull request #877 from sethbc/update_sethbc_satan_keymapJack Humbert
update sethbc keymap
2016-11-13oops, fixed inverted if statementSeth Chandler
2016-11-12update sethbc keymapSeth Chandler
2016-11-12- Added dbroqua_hhkb layout for Satan PCBdbroqua
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik
2016-08-18made a correct default KEYMAP. moved the old one to KEYMAP_ANSIToni
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying
2016-08-18cleanup, readability , shift swap in ISO_SPLIT_RSHIFTToni
2016-08-18corrected the split rshift key to realityToni
fixed my keymap in the process to adjust to that
2016-08-17wring keypress for german iso fixed. prettifiedToni
2016-08-16no more warning thanks to iFreilicht's tip with undefToni
2016-08-16in accordance to keymap_makefile_example.mkToni
2016-08-16minor grammer fixesToni
2016-08-16big cleanup and minor refactoring. thanks iFreilicht.Toni
2016-08-15grammarToni
2016-08-15reference to reddit post and Terry MathewsToni
2016-08-15script now waits for the user to press the buttonToni
2016-08-15readme now with pictureToni
2016-08-15more prettynessToni
2016-08-15Update readme.mdToni
typo
2016-08-15Update readme.mdToni
attempt to prettify the table
2016-08-15more information. first steps in markdownToni
2016-08-15readme.md addedToni
2016-08-15removed my personal stuffToni
2016-08-14increased readability with a definceToni
2016-08-13Merge remote-tracking branch 'origin/master' into iso_split_rshiftToni
update from Upstream
2016-08-12only aestheticsToni
2016-08-11Add denolfe satan keymapElliot DeNolf
2016-08-07new variant with the curly braces on tab layerToni
2016-08-05enterfn / enterisctrl on hold addedToni