summaryrefslogtreecommitdiff
path: root/keyboards/satan/satan.h
AgeCommit message (Collapse)Author
2018-07-04Satan refactor and Configurator support (#3305)noroadsleft
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
2018-04-20Added GH60 Satan ISO layout with split right shift and split backspace (#2773)Christian Hartlage
* 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-29Clueboard 60% support (#1746)skullydazed
* 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 Wasson
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert
* 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 Spanbroek
9a1826598a1a06d87459c5bbef9db9be277bdae9
2017-08-21Add COMPACT_KEYMAP macro to Satan GH60Mark Spanbroek
2017-08-21Fix: add missing keys to Satan GH60 KEYMAP macroMark Spanbroek
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-08-18cleanup, readability , shift swap in ISO_SPLIT_RSHIFTToni
2016-08-18corrected the split rshift key to realityToni
fixed my keymap in the process to adjust to that
2016-08-16big cleanup and minor refactoring. thanks iFreilicht.Toni
2016-07-23fix typo in readme and satan.hSeth Chandler
2016-07-01add HHKB support to satan (#470)Seth Chandler
* add HHKB support * fix indentation
2016-06-23Backlight abstraction and other changes (#439)Jack Humbert
* 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-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards