Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -53,7 +53,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
)
|
||||
|
||||
};
|
||||
|
||||
void matrix_init_user(void) {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,9 +1 @@
|
||||
#include "launchpad.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
// Undo init of RX LED, we use that port currently
|
||||
//DDRB &= ~(1<<0);
|
||||
|
||||
matrix_init_user();
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user