diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-07 11:33:32 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-07-07 11:33:34 -0400 |
commit | 57e08eb8badc5db2fb44d2df684f32ea48cce411 (patch) | |
tree | 51eede58af359c5c98a080ae359b545a23dd5ad8 /keyboards/satan/config.h | |
parent | ad43d450ca1b988d196da80e2a745f45f24068f6 (diff) | |
download | qmk_firmware-57e08eb8badc5db2fb44d2df684f32ea48cce411.tar.gz qmk_firmware-57e08eb8badc5db2fb44d2df684f32ea48cce411.zip |
updates rgblight implementation, makes non-timer stuff compatible with audio
Diffstat (limited to 'keyboards/satan/config.h')
-rw-r--r-- | keyboards/satan/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/satan/config.h b/keyboards/satan/config.h index a7ea8f904c..7e9f91cc82 100644 --- a/keyboards/satan/config.h +++ b/keyboards/satan/config.h @@ -65,13 +65,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Underlight configuration */ - #define ws2812_PORTREG PORTE - #define ws2812_DDRREG DDRE - #define ws2812_pin 2 - #define RGBLED_NUM 8 // Number of LEDs - #define RGBLIGHT_HUE_STEP 10 - #define RGBLIGHT_SAT_STEP 17 - #define RGBLIGHT_VAL_STEP 17 + +#define RGB_DI_PIN E2 +#define RGBLIGHT_TIMER +#define RGBLED_NUM 8 // Number of LEDs +#define RGBLIGHT_HUE_STEP 10 +#define RGBLIGHT_SAT_STEP 17 +#define RGBLIGHT_VAL_STEP 17 /* * Feature disable options |