mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-09 18:19:08 +00:00
Fix build failure for UT47 (#15483)
This commit is contained in:
parent
c12268807d
commit
9d0b145007
1 changed files with 1 additions and 1 deletions
|
@ -16,11 +16,11 @@
|
||||||
#include "ut47.h"
|
#include "ut47.h"
|
||||||
#ifdef LED_ENABLE
|
#ifdef LED_ENABLE
|
||||||
#include "uart.h"
|
#include "uart.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
void matrix_init_kb() {
|
void matrix_init_kb() {
|
||||||
uart_init(9600);
|
uart_init(9600);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||||
// put your per-action keyboard code here
|
// put your per-action keyboard code here
|
||||||
|
|
Loading…
Reference in a new issue