Add macro defination for led matrix
This commit is contained in:
parent
54028c2b65
commit
19ef3f825a
@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include <avr/io.h>
|
||||
#include "led_matrix.h"
|
||||
|
||||
#ifdef LED_MATRIX_ENABLE
|
||||
#if defined(GH60_REV_CNY)
|
||||
|
||||
/* LED Column pin configuration
|
||||
@ -90,3 +91,4 @@ void led_matrix_select_row(uint8_t row)
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user