aboutsummaryrefslogtreecommitdiff
path: root/keyboards/phantom
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-07 11:33:32 -0400
committerJack Humbert <jack.humb@gmail.com>2016-07-07 11:33:34 -0400
commit57e08eb8badc5db2fb44d2df684f32ea48cce411 (patch)
tree51eede58af359c5c98a080ae359b545a23dd5ad8 /keyboards/phantom
parentad43d450ca1b988d196da80e2a745f45f24068f6 (diff)
downloadqmk_firmware-57e08eb8badc5db2fb44d2df684f32ea48cce411.tar.gz
qmk_firmware-57e08eb8badc5db2fb44d2df684f32ea48cce411.zip
updates rgblight implementation, makes non-timer stuff compatible with audio
Diffstat (limited to 'keyboards/phantom')
-rw-r--r--keyboards/phantom/config.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/phantom/config.h b/keyboards/phantom/config.h
index d5878766f..983a1d73f 100644
--- a/keyboards/phantom/config.h
+++ b/keyboards/phantom/config.h
@@ -62,13 +62,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
62 62
63/* Underlight configuration 63/* Underlight configuration
64 */ 64 */
65 #define ws2812_PORTREG PORTE 65#define RGB_DI_PIN E2
66 #define ws2812_DDRREG DDRE 66#define RGBLIGHT_TIMER
67 #define ws2812_pin 2 67#define RGBLED_NUM 20 // Number of LEDs
68 #define RGBLED_NUM 20 // Number of LEDs 68#define RGBLIGHT_HUE_STEP 10
69 #define RGBLIGHT_HUE_STEP 10 69#define RGBLIGHT_SAT_STEP 17
70 #define RGBLIGHT_SAT_STEP 17 70#define RGBLIGHT_VAL_STEP 17
71 #define RGBLIGHT_VAL_STEP 17
72 71
73/* 72/*
74 * Feature disable options 73 * Feature disable options