Fix build failure for UT47 (#15483)

This commit is contained in:
Ryan 2021-12-16 01:25:32 +11:00 committed by GitHub
parent c12268807d
commit 9d0b145007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@
#include "ut47.h"
#ifdef LED_ENABLE
#include "uart.h"
#endif
void matrix_init_kb() {
uart_init(9600);
}
#endif
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
// put your per-action keyboard code here