summaryrefslogtreecommitdiff
path: root/quantum/config_common.h
diff options
context:
space:
mode:
authorcbbrowne2016-11-25 12:06:35 -0500
committercbbrowne2016-11-25 12:06:35 -0500
commite3c735e400e6e7e78cbc9dfb17626e6066d8cf80 (patch)
treea5e2fddc86172922aa7d61be0d18ee8fc3d14e5e /quantum/config_common.h
parentc05cbaf534d7d58bb8ca4cd9405525b941194372 (diff)
parentbf23ac96f62be1cb36d414e76599523af3caf00f (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r--quantum/config_common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index 8ed5f4a10..6b525fe1c 100644
--- a/quantum/config_common.h
+++ b/quantum/config_common.h
@@ -76,10 +76,9 @@
} while(0)
# else
# error "USART configuration is needed."
+# endif
#endif
-// I'm fairly sure these aren't needed, but oh well - Jack
-
/*
* PS/2 Interrupt configuration
*/
@@ -125,4 +124,3 @@
#endif
-#endif