1
0
Fork 0

Rename point_t -> led_point_t (#12864)

This commit is contained in:
Ryan 2021-05-13 09:17:18 +10:00 committed by GitHub
parent 07800e82c9
commit 92fbadeb1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View file

@ -28,9 +28,9 @@
#include <lib/lib8tion/lib8tion.h>
#ifndef LED_MATRIX_CENTER
const point_t k_led_matrix_center = {112, 32};
const led_point_t k_led_matrix_center = {112, 32};
#else
const point_t k_led_matrix_center = LED_MATRIX_CENTER;
const led_point_t k_led_matrix_center = LED_MATRIX_CENTER;
#endif
// Generic effect runners