forked from mirrors/qmk_userspace
Changed LED_MATRIX_SHUTDOWN_ENABLE to LED_MATRIX_DRIVER_SHUTDOWN_ENABLE to fix #216
This commit is contained in:
parent
74b08459bc
commit
85213783e2
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ const led_matrix_driver_t led_matrix_driver = {
|
|||
.flush = snled27351_flush,
|
||||
.set_value = snled27351_set_value,
|
||||
.set_value_all = snled27351_set_value_all,
|
||||
#ifdef LED_MATRIX_SHUTDOWN_ENABLE
|
||||
#ifdef LED_MATRIX_DRIVER_SHUTDOWN_ENABLE
|
||||
.shutdown = snled27351_shutdown,
|
||||
.exit_shutdown = snled27351_exit_shutdown,
|
||||
#endif
|
||||
|
@ -99,7 +99,7 @@ const led_matrix_driver_t led_matrix_driver = {
|
|||
.flush = snled27351_flush,
|
||||
.set_value = snled27351_set_value,
|
||||
.set_value_all = snled27351_set_value_all,
|
||||
#ifdef LED_MATRIX_SHUTDOWN_ENABLE
|
||||
#ifdef LED_MATRIX_DRIVER_SHUTDOWN_ENABLE
|
||||
.shutdown = snled27351_shutdown,
|
||||
.exit_shutdown = snled27351_exit_shutdown,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue