summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/admiralStrokers/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* GH60 Refactor: Move Satan into GH60 directory (#6485)MechMerlin2019-08-041-189/+0
| | | | | | | | * Move Satan into the GH60 directory to avoid the confusion of what PCB people have * set bootmagic to lite * rename gh60 file to revc
* Remove empty fn_actions[]fauxpark2019-01-111-7/+0
|
* Satan refactor and Configurator support (#3305)noroadsleft2018-07-041-5/+6
| | | | | | | | | | * Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
* typo removed {3 ...Ole Anders2017-03-281-3/+2
|
* fixed capitalization issue (checkTime => checktime)Ole Anders2017-03-281-2/+4
|
* moved checktime out of functionOle Anders2017-03-281-6/+3
|
* declaring checktime before the function it is used in.Ole Anders2017-03-281-0/+1
|
* fixed function to not accept any arguments.Ole Anders2017-03-281-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.
* slight cleanup as per recommendationOle Anders2017-03-281-1/+2
|
* Moved key_timer out of function.Ole Anders2017-03-281-3/+4
|
* changed definitions on keymap.c in admiral strokersOle Anders2017-03-071-104/+109
| | | | Made a few changes to my own keymaps. (organisation)
* Added new keymap to the Satan GH60 keyboard.Ole Anders2017-02-061-0/+189
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.