summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/satan.h
AgeCommit message (Collapse)AuthorFilesLines
2019-02-28[Keyboard] GH60 Satan improvements (#5264)fauxpark1-111/+102
* GH60 Satan improvements * Link no worky * Accidentally a h * Use MOD_MASK_SHIFT from core * Remove nonexistent layouts from here
2018-11-08Add Layout-b for GH60 satan (#4123)Abhinav1-0/+29
* Add Layout-b for GH60 satan * Update layout, toggle for colemak layout * Rename layout, replace function with KC_GESC * Update Layer order, Readme * Remove unnecessary code * Add backspace in extend layer
2018-07-05Satan refactor and Configurator support (#3305)noroadsleft1-120/+124
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
2018-04-20Added GH60 Satan ISO layout with split right shift and split backspace (#2773)Christian Hartlage1-0/+31
* added an iso layout that supports split backspace and split rshift * added a keymap which uses the iso layout with split backspace and split rshift * added a #define LAYOUT_ for the KEYMAP_ * fixed missing newline
2017-09-30Clueboard 60% support (#1746)skullydazed1-1/+17
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
2017-08-26Add split layout to more keyboards.Joe Wasson1-0/+1
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-0/+3
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-08-21Revert "Add COMPACT_KEYMAP macro to Satan GH60"Mark Spanbroek1-15/+0
9a1826598a1a06d87459c5bbef9db9be277bdae9
2017-08-21Add COMPACT_KEYMAP macro to Satan GH60Mark Spanbroek1-0/+15
2017-08-21Fix: add missing keys to Satan GH60 KEYMAP macroMark Spanbroek1-2/+2
2016-08-18made a correct default KEYMAP. moved the old one to KEYMAP_ANSIToni1-5/+32
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying
2016-08-18cleanup, readability , shift swap in ISO_SPLIT_RSHIFTToni1-17/+20
2016-08-18corrected the split rshift key to realityToni1-1/+3
fixed my keymap in the process to adjust to that
2016-08-16big cleanup and minor refactoring. thanks iFreilicht.Toni1-0/+27
2016-07-24fix typo in readme and satan.hSeth Chandler1-1/+1
2016-07-02add HHKB support to satan (#470)Seth Chandler1-5/+35
* add HHKB support * fix indentation
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-4/+1
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-0/+42
* fixes from tmk's repo * rename keyboard to keyboards