diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-11-25 12:06:35 -0500 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-11-25 12:06:35 -0500 |
commit | e3c735e400e6e7e78cbc9dfb17626e6066d8cf80 (patch) | |
tree | a5e2fddc86172922aa7d61be0d18ee8fc3d14e5e /quantum/config_common.h | |
parent | c05cbaf534d7d58bb8ca4cd9405525b941194372 (diff) | |
parent | bf23ac96f62be1cb36d414e76599523af3caf00f (diff) | |
download | qmk_firmware-e3c735e400e6e7e78cbc9dfb17626e6066d8cf80.tar.gz qmk_firmware-e3c735e400e6e7e78cbc9dfb17626e6066d8cf80.zip |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 8ed5f4a106..6b525fe1c6 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 |