|
|
|
@ -160,8 +160,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
* These settings are for the F4 by default:
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* #define ws2812_PORTREG PORTF
|
|
|
|
|
* #define ws2812_DDRREG DDRF
|
|
|
|
|
* #define ws2812_pin PF4
|
|
|
|
|
* #define RGBLED_NUM 14 // Number of LEDs
|
|
|
|
|
* #define RGBLIGHT_HUE_STEP 10
|
|
|
|
@ -173,11 +171,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
* For details, please check this keymap. keyboard/planck/keymaps/yang/keymap.c
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Deprecated code below
|
|
|
|
|
#define ws2812_PORTREG PORTF
|
|
|
|
|
#define ws2812_DDRREG DDRF
|
|
|
|
|
#define ws2812_pin PF4
|
|
|
|
|
*/
|
|
|
|
|
#define RGB_DI_PIN F4
|
|
|
|
|
#define RGBLIGHT_ANIMATIONS
|
|
|
|
|
#define RGBLED_NUM 11 // Number of LEDs
|
|
|
|
|