diff options
author | OlliGranlund <OlliGranlund@users.noreply.github.com> | 2018-09-30 23:50:16 +0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-30 13:50:16 -0700 |
commit | a6c85f1c2383616e875e7cdc6ce31873d6fb0ce3 (patch) | |
tree | d5db75a29f7b3ec6ba8d70626cc9713ad6d4f535 /keyboards/satan/keymaps/olligranlund_iso/config.h | |
parent | a7d46f1b0f4d18699a38898ff68114204d4c087d (diff) |
Keymap: add olligranlund Iris + satan layouts (#4031)
* init
* function layout planning
* nordic keymap v1.0
* Added latest satan layouts, updated readmes
* Cleaning code
* Renamed ISO -> iso
Diffstat (limited to 'keyboards/satan/keymaps/olligranlund_iso/config.h')
-rw-r--r-- | keyboards/satan/keymaps/olligranlund_iso/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/satan/keymaps/olligranlund_iso/config.h b/keyboards/satan/keymaps/olligranlund_iso/config.h new file mode 100644 index 0000000000..eab4c8e975 --- /dev/null +++ b/keyboards/satan/keymaps/olligranlund_iso/config.h @@ -0,0 +1,17 @@ +// Backlight configuration +#undef BACKLIGHT_LEVELS +#define BACKLIGHT_LEVELS 10 + +// Underlight configuration +#undef RGB_DI_PIN +#define RGB_DI_PIN B2 +#undef RGBLED_NUM +#define RGBLED_NUM 16 // Number of LEDs +#undef RGBLIGHT_HUE_STEP +#define RGBLIGHT_HUE_STEP 8 +#undef RGBLIGHT_SAT_STEP +#define RGBLIGHT_SAT_STEP 8 +#undef RGBLIGHT_VAL_STEP +#define RGBLIGHT_VAL_STEP 8 + +#define RGBLIGHT_ANIMATIONS |