summaryrefslogtreecommitdiff
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-25 12:05:42 +0000
committerQMK Bot <hello@qmk.fm>2021-03-25 12:05:42 +0000
commitaa85b5ee1e75ffdf54667bc25ba1f736e1029396 (patch)
tree2fb59d92244e2abd662d68ef3e3662adb7d9ed62 /quantum/rgblight.h
parentfd24546787b304f63c94c4afd6fb0121b3e5dc43 (diff)
parentb664db3cf32f9e286dbbeb9a44761fcf707caf4d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index 028b3ea416..6fb3ab9380 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -170,9 +170,6 @@ enum RGBLIGHT_EFFECT_MODE {
# define RGBLIGHT_LIMIT_VAL 255
# endif
-# define RGBLED_TIMER_TOP F_CPU / (256 * 64)
-// #define RGBLED_TIMER_TOP 0xFF10
-
# include <stdint.h>
# include <stdbool.h>
# include "eeconfig.h"