~ruther/qmk_firmware

9d0b14500754eb8cb60a347f16f854f9d277604f — Ryan 3 years ago c122688
Fix build failure for UT47 (#15483)

1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/40percentclub/ut47/ut47.c
M keyboards/40percentclub/ut47/ut47.c => keyboards/40percentclub/ut47/ut47.c +1 -1
@@ 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