Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2021-09-05 20:37:03 +00:00
485 changed files with 187 additions and 8517 deletions

View File

@@ -53,7 +53,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
void matrix_init_user(void) {
}

View File

@@ -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();
};