Merge pull request #32 from zsa/per_key_matrix_effects_part_1

Update to RGB Matrix LED structure
This commit is contained in:
Florian Didron
2019-05-20 09:44:07 +09:00
committed by GitHub
53 changed files with 857 additions and 815 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DRIVER_COUNT 2
#define DRIVER_1_LED_TOTAL 24
#define DRIVER_2_LED_TOTAL 24
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL
#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
// #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
/* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */