Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] (#12233)

This commit is contained in:
Takeshi ISHII 2021-03-25 21:05:38 +09:00 committed by GitHub
parent a5ecd4eb87
commit b664db3cf3
Failed to generate hash of commit
2 changed files with 0 additions and 19 deletions

View file

@ -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"