summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/admiralStrokers/keymap.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-12Remove empty fn_actions[]fauxpark1-7/+0
2018-07-05Satan refactor and Configurator support (#3305)noroadsleft1-5/+6
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
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-28slight cleanup as per recommendationOle Anders1-1/+2
2017-03-28Moved key_timer out of function.Ole Anders1-3/+4
2017-03-07changed definitions on keymap.c in admiral strokersOle Anders1-104/+109
Made a few changes to my own keymaps. (organisation)
2017-02-06Added new keymap to the Satan GH60 keyboard.Ole Anders1-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.