diff options
author | unknown <itsaferbie@gmail.com> | 2017-09-24 14:04:58 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-25 13:15:04 -0400 |
commit | 169d46ce83f2234216ac218ce588eefd7970b10b (patch) | |
tree | 639c2154dc90445fdc436c995959da4a34f27801 /keyboards/gherkin/keymaps/itsaferbie/config.h | |
parent | 1ad941e98454237d269057d5f68cc1e76ca35dd4 (diff) | |
download | qmk_firmware-169d46ce83f2234216ac218ce588eefd7970b10b.tar.gz qmk_firmware-169d46ce83f2234216ac218ce588eefd7970b10b.zip |
Add my gherkin keymap, and update readme and config
Diffstat (limited to 'keyboards/gherkin/keymaps/itsaferbie/config.h')
-rw-r--r-- | keyboards/gherkin/keymaps/itsaferbie/config.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/gherkin/keymaps/itsaferbie/config.h b/keyboards/gherkin/keymaps/itsaferbie/config.h new file mode 100644 index 0000000000..71c0cb8b56 --- /dev/null +++ b/keyboards/gherkin/keymaps/itsaferbie/config.h @@ -0,0 +1,15 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#undef RGB_DI_PIN +#undef RGBLED_NUM +#define RGB_DI_PIN D2 +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 8 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 + +#endif
\ No newline at end of file |