summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-12-16 01:25:32 +1100
committerGitHub <noreply@github.com>2021-12-15 14:25:32 +0000
commit9d0b14500754eb8cb60a347f16f854f9d277604f (patch)
tree7cbebecf577eb0cf76ad25bd83f2a608bc4d5c4a /keyboards/40percentclub
parentc12268807d8622a05dc445e6101a575eae16860d (diff)
Fix build failure for UT47 (#15483)
Diffstat (limited to 'keyboards/40percentclub')
-rw-r--r--keyboards/40percentclub/ut47/ut47.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/ut47/ut47.c b/keyboards/40percentclub/ut47/ut47.c
index c01562cb68..864edaeb57 100644
--- a/keyboards/40percentclub/ut47/ut47.c
+++ b/keyboards/40percentclub/ut47/ut47.c
@@ -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