aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/percent
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-03-10 06:58:25 +1100
committerGitHub <noreply@github.com>2020-03-09 19:58:25 +0000
commit5e3951b361e6d173b705bd3b2b6df0c543258d98 (patch)
treeb430823e9bc294bd18d43ce6efe9ebe26a93b9ba /keyboards/percent
parent5e4fcfac1cdb749d70e743edc44ce185cb4545bf (diff)
downloadfirmware-5e3951b361e6d173b705bd3b2b6df0c543258d98.tar.gz
firmware-5e3951b361e6d173b705bd3b2b6df0c543258d98.tar.bz2
firmware-5e3951b361e6d173b705bd3b2b6df0c543258d98.zip
Remove NO_UART defines from config.h for V-USB boards (#8351)
Diffstat (limited to 'keyboards/percent')
-rw-r--r--keyboards/percent/canoe/config.h2
-rw-r--r--keyboards/percent/skog/config.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/percent/canoe/config.h b/keyboards/percent/canoe/config.h
index 21b3dcea6..b6cc5df23 100644
--- a/keyboards/percent/canoe/config.h
+++ b/keyboards/percent/canoe/config.h
@@ -43,6 +43,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_ANIMATIONS
-#define NO_UART 1
-
#endif
diff --git a/keyboards/percent/skog/config.h b/keyboards/percent/skog/config.h
index 15844711f..cbfb2b6a5 100644
--- a/keyboards/percent/skog/config.h
+++ b/keyboards/percent/skog/config.h
@@ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_PIN D4
#define BACKLIGHT_LEVELS 5
-
-#define NO_UART 1