diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-02 01:49:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 15:49:45 +0100 |
commit | 95c5c11d0b909f14696c9c0b2dd30b3bfd406273 (patch) | |
tree | d4b8a91d15cc824efd96f7ce63c47222cb665bd3 /keyboards/coseyfannitutti | |
parent | b6a09502c626c3a94a859ab0a61d41a41835d611 (diff) | |
download | qmk_firmware-95c5c11d0b909f14696c9c0b2dd30b3bfd406273.tar.gz qmk_firmware-95c5c11d0b909f14696c9c0b2dd30b3bfd406273.zip |
Miscellaneous cleanups (#8639)
* Miscellaneous cleanups
* Cast NO_PIN
Diffstat (limited to 'keyboards/coseyfannitutti')
-rw-r--r-- | keyboards/coseyfannitutti/romeo/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/coseyfannitutti/romeo/config.h b/keyboards/coseyfannitutti/romeo/config.h index aa54ce250d..322ae68022 100644 --- a/keyboards/coseyfannitutti/romeo/config.h +++ b/keyboards/coseyfannitutti/romeo/config.h @@ -50,8 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 - /* * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. */ |