summaryrefslogtreecommitdiff
path: root/keyboards/satan/keymaps/default/keymap.c
Commit message (Collapse)AuthorAge
* GH60 Refactor: Move Satan into GH60 directory (#6485)MechMerlin2019-08-04
| | | | | | | | * Move Satan into the GH60 directory to avoid the confusion of what PCB people have * set bootmagic to lite * rename gh60 file to revc
* [Keymap] Change SFT_ESC keycode in default Satan keymap to KC_GESC (#5482)fauxpark2019-04-07
|
* [Keyboard] GH60 Satan improvements (#5264)fauxpark2019-02-28
| | | | | | | | | | | | * GH60 Satan improvements * Link no worky * Accidentally a h * Use MOD_MASK_SHIFT from core * Remove nonexistent layouts from here
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-16
|
* Migrate fn_actions for default keymaps (#4935)fauxpark2019-02-14
| | | | | | | | | | | | | | | | * 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
* Satan refactor and Configurator support (#3305)noroadsleft2018-07-04
| | | | | | | | | | * Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
* made a correct default KEYMAP. moved the old one to KEYMAP_ANSIToni2016-08-18
| | | | | fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying
* cleanup default layoutSeth Chandler2016-07-23
|
* Create keycodes for RGB control functionsTerryMathews2016-07-07
| | | | | | | | | | | | | 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)
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-21
* fixes from tmk's repo * rename keyboard to keyboards