summaryrefslogtreecommitdiff
path: root/keyboards/satan/keymaps/default/keymap.c
AgeCommit message (Collapse)Author
2019-04-07[Keymap] Change SFT_ESC keycode in default Satan keymap to KC_GESC (#5482)fauxpark
2019-02-28[Keyboard] GH60 Satan improvements (#5264)fauxpark
* GH60 Satan improvements * Link no worky * Accidentally a h * Use MOD_MASK_SHIFT from core * Remove nonexistent layouts from here
2019-02-16Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark
2019-02-14Migrate fn_actions for default keymaps (#4935)fauxpark
* Migrate fn_actions for default keymaps * Rename the Grave/Escape Shift masks * No need for shift_esc_shift_mask * Change breaks to return false * Right align pointers * Add default case * Separate cases with empty lines
2018-07-04Satan refactor and Configurator support (#3305)noroadsleft
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
2016-08-18made a correct default KEYMAP. moved the old one to KEYMAP_ANSIToni
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying
2016-07-23cleanup default layoutSeth Chandler
2016-07-07Create keycodes for RGB control functionsTerryMathews
Moves RGB controls out of the macro function and assigns them their own keycodes: RGB_TOG (toggle on/off) RGB_MOD (mode step) RGB_HUI (increase hue) RGB_HUD (decrease hue) RGB_SAI (increase saturation) RGB_SAD (decrease saturation) RGB_VAI (increase brightness) RGB_VAD (decrease brightness)
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards