update planck implementation

This commit is contained in:
Jack Humbert
2018-04-24 18:31:38 -04:00
parent cd07b64263
commit 824c80ffa8
2 changed files with 49 additions and 127 deletions

View File

@@ -62,17 +62,6 @@ bool g_pwm_buffer_update_required = false;
uint8_t g_led_control_registers[DRIVER_COUNT][18] = { { 0 }, { 0 } };
bool g_led_control_registers_update_required = false;
typedef struct
{
uint8_t red_register;
uint8_t red_bit;
uint8_t green_register;
uint8_t green_bit;
uint8_t blue_register;
uint8_t blue_bit;
} led_control_bitmask;
// This is the bit pattern in the LED control registers
// (for matrix A, add one to register for matrix B)
//