aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/satan
AgeCommit message (Collapse)Author
2017-08-30rask's Satan and BananaSplit60 (#1654)Gravatar Otto Rask
* 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-26Add split layout to more keyboards.Gravatar Joe Wasson
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Gravatar Jack Humbert
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-08-21Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and endGravatar Mark Spanbroek
The ctrl commands only seem to work well in terminal, not in other apps.
2017-08-21Remove COMPACT_KEYMAP, use full KC_ keycodes instead.Gravatar Mark Spanbroek
2017-08-21Revert "Add COMPACT_KEYMAP macro to Satan GH60"Gravatar Mark Spanbroek
9a1826598a1a06d87459c5bbef9db9be277bdae9
2017-08-21Add screen lock keyGravatar Mark Spanbroek
2017-08-21Fix power; use keyboard shortcut for MacGravatar Mark Spanbroek
2017-08-21Reverse the split shift/fnGravatar Mark Spanbroek
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 layoutGravatar Mark Spanbroek
2017-08-21Add COMPACT_KEYMAP macro to Satan GH60Gravatar Mark Spanbroek
2017-08-21Fix: add missing keys to Satan GH60 KEYMAP macroGravatar Mark Spanbroek
2017-08-20Create readme.mdGravatar Ben James
2017-08-20Create MakefileGravatar Ben James
2017-08-20Create config.hGravatar Ben James
2017-08-20Create keymap.cGravatar Ben James
2017-08-16Make the bulk of our keyboards match the readme.md standardGravatar skullY
2017-08-06Fixed a layout comment to match layout arrayGravatar Gareth Pye
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Gravatar Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-11remove .hex, .PNG, .jpgGravatar Jack Humbert
2017-06-11remove the rest of the .pngsGravatar Jack Humbert
2017-05-12Merge pull request #1297 from khogeland/satan-colemakGravatar Jack Humbert
Colemak layout for GH60 Satan
2017-05-12Colemak layout GH60 SatanGravatar Kevin Hogeland
2017-05-11Fix spelling of "persistent"Gravatar Nikolaus Wittenstein
Fixes #1201.
2017-03-28typo removed {3 ...Gravatar Ole Anders
2017-03-28fixed capitalization issue (checkTime => checktime)Gravatar Ole Anders
2017-03-28moved checktime out of functionGravatar Ole Anders
2017-03-28declaring checktime before the function it is used in.Gravatar Ole Anders
2017-03-28fixed function to not accept any arguments.Gravatar Ole Anders
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 makefileGravatar Ole Anders
2017-03-28slight cleanup as per recommendationGravatar Ole Anders
2017-03-28Moved key_timer out of function.Gravatar Ole Anders
2017-03-28removed a carriage returnGravatar Ole Anders
2017-03-28Merge remote-tracking branch 'refs/remotes/qmk/master'Gravatar Ole Anders
2017-03-28fixed #1139 issuesGravatar Ole Anders
A fix described by jackhumbert has been sorted out now.
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesGravatar Jack Humbert
Flesh out MIDI support
2017-03-20Use single _FUNC layer. Move RESET and base layout-changing keys to _FUNC.Gravatar Stephen Tudor
2017-03-20Remove tap-dance. Raise will be accessed via holding shift while lower is activeGravatar Stephen Tudor
2017-03-20Use normal backtick in ESC spot - I've mapped ESC to caps lockGravatar Stephen Tudor
2017-03-20Fix shift tap-dance (can't use one-shot layer)Gravatar Stephen Tudor
2017-03-10Forsake spacefn in favor of left shift tapdance. Move media controls.Gravatar Stephen Tudor
2017-03-09Add smt keymap for Satan 'GH60'Gravatar Stephen Tudor
2017-03-07changed definitions on keymap.c in admiral strokersGravatar Ole Anders
Made a few changes to my own keymaps. (organisation)
2017-03-01gh60 satan spacefnGravatar Eric Dodd
2017-02-25Update size estimates in the MakefileGravatar 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-25Update existing keymapsGravatar 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-25Add basic layer to sample MIDI keycapGravatar Gabriel Young
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGravatar 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-19fix typos in keymapGravatar Gabriel Young
2017-02-19Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gravatar 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