summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27remove all makefiles from keyboard directoriesJack Humbert10-207/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed10-0/+207
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-30rask's Satan and BananaSplit60 (#1654)Otto Rask1-0/+79
* Add rask's Satan layout * Add rask's Satan layout * Add rask's BananaSplit60 layout * Add rask's BS60 readme * Fix rask's BS60 readme image * Fix rask's BS60 readme image again
2017-08-21Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and endMark Spanbroek1-2/+2
The ctrl commands only seem to work well in terminal, not in other apps.
2017-08-21Remove COMPACT_KEYMAP, use full KC_ keycodes instead.Mark Spanbroek1-28/+12
2017-08-21Add screen lock keyMark Spanbroek1-1/+2
2017-08-21Fix power; use keyboard shortcut for MacMark Spanbroek1-1/+2
2017-08-21Reverse the split shift/fnMark Spanbroek1-3/+18
Turns out that 3c and 3d are not reversed when splitting the right shift in the way that the Mark I layout does. Reversing it here, rather than in the generic satan.h to avoid breaking the other layouts.
2017-08-21Add Mark I layoutMark Spanbroek2-0/+34
2017-08-21Create readme.mdBen James1-0/+12
2017-08-21Create MakefileBen James1-0/+21
2017-08-21Create config.hBen James1-0/+58
2017-08-21Create keymap.cBen James1-0/+122
2017-08-07Fixed a layout comment to match layout arrayGareth Pye1-3/+3
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-12/+12
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-12remove .hex, .PNG, .jpgJack Humbert2-1/+1
2017-06-12remove the rest of the .pngsJack Humbert2-1/+1
2017-05-12Merge pull request #1297 from khogeland/satan-colemakJack Humbert3-0/+120
Colemak layout for GH60 Satan
2017-05-12Colemak layout GH60 SatanKevin Hogeland3-0/+120
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein1-4/+4
Fixes #1201.
2017-03-28typo removed {3 ...Ole Anders1-3/+2
2017-03-28fixed capitalization issue (checkTime => checktime)Ole Anders1-2/+4
2017-03-28moved checktime out of functionOle Anders1-6/+3
2017-03-28declaring checktime before the function it is used in.Ole Anders1-0/+1
2017-03-28fixed function to not accept any arguments.Ole Anders1-1/+1
As per Pramod's comment on stack overflow: In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing. I suggest that you use void consistently when you mean no arguments.
2017-03-28removed varable trace option from makefileOle Anders1-1/+0
2017-03-28slight cleanup as per recommendationOle Anders1-1/+2
2017-03-28Moved key_timer out of function.Ole Anders1-3/+4
2017-03-28removed a carriage returnOle Anders1-19/+18
2017-03-28Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders10-0/+451
2017-03-28fixed #1139 issuesOle Anders1-18/+18
A fix described by jackhumbert has been sorted out now.
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert4-0/+128
Flesh out MIDI support
2017-03-20Use single _FUNC layer. Move RESET and base layout-changing keys to _FUNC.Stephen Tudor1-43/+12
2017-03-20Remove tap-dance. Raise will be accessed via holding shift while lower is activeStephen Tudor2-22/+11
2017-03-20Use normal backtick in ESC spot - I've mapped ESC to caps lockStephen Tudor1-4/+4
2017-03-20Fix shift tap-dance (can't use one-shot layer)Stephen Tudor2-34/+12
2017-03-10Forsake spacefn in favor of left shift tapdance. Move media controls.Stephen Tudor1-24/+25
2017-03-09Add smt keymap for Satan 'GH60'Stephen Tudor3-0/+226
2017-03-07changed definitions on keymap.c in admiral strokersOle Anders1-104/+109
Made a few changes to my own keymaps. (organisation)
2017-03-02gh60 satan spacefnEric Dodd3-0/+160
2017-02-26Update size estimates in the MakefileGabriel Young1-1/+1
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-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