summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/admiralStrokers
AgeCommit message (Collapse)AuthorFilesLines
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-7/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-12Remove empty fn_actions[]fauxpark1-7/+0
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft1-3/+1
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre1-1/+1
2018-07-05Satan refactor and Configurator support (#3305)noroadsleft2-6/+7
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-24/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-0/+24
* 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-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-28fixed #1139 issuesOle Anders1-18/+18
A fix described by jackhumbert has been sorted out now.
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 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.