Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-30 | Update keyboards' rules.mk/Makefiles (#1442) | Jack Humbert | |
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | |||
2017-06-11 | remove .hex, .PNG, .jpg | Jack Humbert | |
2017-06-11 | remove the rest of the .pngs | Jack Humbert | |
2017-05-12 | Merge pull request #1297 from khogeland/satan-colemak | Jack Humbert | |
Colemak layout for GH60 Satan | |||
2017-05-12 | Colemak layout GH60 Satan | Kevin Hogeland | |
2017-05-11 | Fix spelling of "persistent" | Nikolaus Wittenstein | |
Fixes #1201. | |||
2017-03-28 | typo removed {3 ... | Ole Anders | |
2017-03-28 | fixed capitalization issue (checkTime => checktime) | Ole Anders | |
2017-03-28 | moved checktime out of function | Ole Anders | |
2017-03-28 | declaring checktime before the function it is used in. | Ole Anders | |
2017-03-28 | fixed function to not accept any arguments. | 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-28 | removed varable trace option from makefile | Ole Anders | |
2017-03-28 | slight cleanup as per recommendation | Ole Anders | |
2017-03-28 | Moved key_timer out of function. | Ole Anders | |
2017-03-28 | removed a carriage return | Ole Anders | |
2017-03-28 | Merge remote-tracking branch 'refs/remotes/qmk/master' | Ole Anders | |
2017-03-28 | fixed #1139 issues | Ole Anders | |
A fix described by jackhumbert has been sorted out now. | |||
2017-03-28 | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | |
Flesh out MIDI support | |||
2017-03-20 | Use single _FUNC layer. Move RESET and base layout-changing keys to _FUNC. | Stephen Tudor | |
2017-03-20 | Remove tap-dance. Raise will be accessed via holding shift while lower is active | Stephen Tudor | |
2017-03-20 | Use normal backtick in ESC spot - I've mapped ESC to caps lock | Stephen Tudor | |
2017-03-20 | Fix shift tap-dance (can't use one-shot layer) | Stephen Tudor | |
2017-03-10 | Forsake spacefn in favor of left shift tapdance. Move media controls. | Stephen Tudor | |
2017-03-09 | Add smt keymap for Satan 'GH60' | Stephen Tudor | |
2017-03-07 | changed definitions on keymap.c in admiral strokers | Ole Anders | |
Made a few changes to my own keymaps. (organisation) | |||
2017-03-01 | gh60 satan spacefn | Eric Dodd | |
2017-02-25 | Update size estimates in the Makefile | 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-25 | Update existing keymaps | 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-25 | Add basic layer to sample MIDI keycap | Gabriel Young | |
2017-02-25 | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | 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-19 | fix typos in keymap | Gabriel Young | |
2017-02-19 | Document 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-19 | Allow customization of the number of tone keycodes and add example keymap | Gabriel Young | |
2017-02-06 | Added 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 keyboard | dbroqua | |
2016-12-22 | - Fixed bug in dbroqua layout for Satan keyboard | dbroqua | |
2016-12-21 | - Rewrote dbroqua layout for Satan keyboard and adding RGB light | dbroqua | |
2016-11-21 | merging lets_split | Jack Humbert | |
2016-11-17 | rgb light through midi | Jack Humbert | |
2016-11-16 | Merge pull request #877 from sethbc/update_sethbc_satan_keymap | Jack Humbert | |
update sethbc keymap | |||
2016-11-13 | oops, fixed inverted if statement | Seth Chandler | |
2016-11-12 | update sethbc keymap | Seth Chandler | |
2016-11-12 | - Added dbroqua_hhkb layout for Satan PCB | dbroqua | |
2016-08-20 | Split keyboard makefiles into rules and Makefile | Fred Sundvik | |
2016-08-18 | made a correct default KEYMAP. moved the old one to KEYMAP_ANSI | Toni | |
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying | |||
2016-08-18 | cleanup, readability , shift swap in ISO_SPLIT_RSHIFT | Toni | |
2016-08-18 | corrected the split rshift key to reality | Toni | |
fixed my keymap in the process to adjust to that | |||
2016-08-17 | wring keypress for german iso fixed. prettified | Toni | |
2016-08-16 | no more warning thanks to iFreilicht's tip with undef | Toni | |
2016-08-16 | in accordance to keymap_makefile_example.mk | Toni | |