summaryrefslogtreecommitdiffstats
path: root/quantum/config_common.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-11-25 17:22:44 +0100
committerGitHub <noreply@github.com>2016-11-25 17:22:44 +0100
commitbf23ac96f62be1cb36d414e76599523af3caf00f (patch)
treea5e3bb927a48d7601f28e94e34ae5d29489d99bf /quantum/config_common.h
parent98d7ad6f497449634eb1a0037d2c21ac73da9841 (diff)
parent97e7486d4c8818f4a6b3e619729d6f4f6524a7d1 (diff)
downloadqmk_firmware-bf23ac96f62be1cb36d414e76599523af3caf00f.tar.gz
qmk_firmware-bf23ac96f62be1cb36d414e76599523af3caf00f.tar.xz
Merge pull request #902 from OferPlesser/feature/ps2-mouse-support
PS/2 mouse support
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