aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/sethbc
Commit message (Collapse)AuthorAgeFilesLines
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-21/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+21
| | | | | | | | | | | | | | | | | | | | | | * 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
* oops, fixed inverted if statementSeth Chandler2016-11-131-6/+6
|
* update sethbc keymapSeth Chandler2016-11-121-1/+1
|
* update sethbc keymapSeth Chandler2016-07-232-10/+16
|
* add custom makefile for sethbc keymapSeth Chandler2016-07-161-0/+21
|
* Create keycodes for RGB control functionsTerryMathews2016-07-071-70/+3
| | | | | | | | | | | | | 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)
* add HHKB support to satan (#470)Seth Chandler2016-07-011-0/+149
* add HHKB support * fix indentation