From 5e3951b361e6d173b705bd3b2b6df0c543258d98 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 10 Mar 2020 06:58:25 +1100 Subject: Remove NO_UART defines from config.h for V-USB boards (#8351) --- keyboards/percent/canoe/config.h | 2 -- keyboards/percent/skog/config.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'keyboards/percent') diff --git a/keyboards/percent/canoe/config.h b/keyboards/percent/canoe/config.h index 21b3dcea64..b6cc5df237 100644 --- a/keyboards/percent/canoe/config.h +++ b/keyboards/percent/canoe/config.h @@ -43,6 +43,4 @@ along with this program. If not, see . #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - #endif diff --git a/keyboards/percent/skog/config.h b/keyboards/percent/skog/config.h index 15844711f6..cbfb2b6a56 100644 --- a/keyboards/percent/skog/config.h +++ b/keyboards/percent/skog/config.h @@ -37,5 +37,3 @@ along with this program. If not, see . #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 5 - -#define NO_UART 1 -- cgit v1.2.3