mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-03 16:35:10 +00:00
Fix lighting map
This commit is contained in:
parent
e953b72835
commit
79d031d27e
@ -18,7 +18,16 @@
|
||||
#include <xap.h>
|
||||
#include "secure.h"
|
||||
|
||||
#include "lighting_map.h"
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# include "rgblight/lighting_map.h"
|
||||
#endif
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# include "rgb_matrix/lighting_map.h"
|
||||
#endif
|
||||
#ifdef LED_MATRIX_ENABLE
|
||||
# include "led_matrix/lighting_map.h"
|
||||
#endif
|
||||
|
||||
#include "config_blob_gz.h"
|
||||
bool get_config_blob_chunk(uint16_t offset, uint8_t *data, uint8_t data_len) {
|
||||
if (offset >= CONFIG_BLOB_GZ_LEN) {
|
||||
|
Loading…
Reference in New Issue
Block a user