diff options
| author | Ryan <fauxpark@gmail.com> | 2020-03-10 06:58:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-09 19:58:25 +0000 |
| commit | 5e3951b361e6d173b705bd3b2b6df0c543258d98 (patch) | |
| tree | b430823e9bc294bd18d43ce6efe9ebe26a93b9ba /keyboards/coseyfannitutti | |
| parent | 5e4fcfac1cdb749d70e743edc44ce185cb4545bf (diff) | |
| download | qmk_firmware-5e3951b361e6d173b705bd3b2b6df0c543258d98.tar.gz qmk_firmware-5e3951b361e6d173b705bd3b2b6df0c543258d98.zip | |
Remove NO_UART defines from config.h for V-USB boards (#8351)
Diffstat (limited to 'keyboards/coseyfannitutti')
| -rw-r--r-- | keyboards/coseyfannitutti/discipad/config.h | 1 | ||||
| -rw-r--r-- | keyboards/coseyfannitutti/discipline/config.h | 1 | ||||
| -rw-r--r-- | keyboards/coseyfannitutti/mysterium/config.h | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/coseyfannitutti/discipad/config.h b/keyboards/coseyfannitutti/discipad/config.h index 7fe091582..55033bd9d 100644 --- a/keyboards/coseyfannitutti/discipad/config.h +++ b/keyboards/coseyfannitutti/discipad/config.h | |||
| @@ -49,7 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | /* COL2ROW, ROW2COL*/ | 49 | /* COL2ROW, ROW2COL*/ |
| 50 | #define DIODE_DIRECTION COL2ROW | 50 | #define DIODE_DIRECTION COL2ROW |
| 51 | 51 | ||
| 52 | #define NO_UART 1 | ||
| 53 | #define USB_MAX_POWER_CONSUMPTION 100 | 52 | #define USB_MAX_POWER_CONSUMPTION 100 |
| 54 | 53 | ||
| 55 | /* | 54 | /* |
diff --git a/keyboards/coseyfannitutti/discipline/config.h b/keyboards/coseyfannitutti/discipline/config.h index 46dd49c51..0a005ab0d 100644 --- a/keyboards/coseyfannitutti/discipline/config.h +++ b/keyboards/coseyfannitutti/discipline/config.h | |||
| @@ -47,7 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | /* COL2ROW, ROW2COL*/ | 47 | /* COL2ROW, ROW2COL*/ |
| 48 | #define DIODE_DIRECTION COL2ROW | 48 | #define DIODE_DIRECTION COL2ROW |
| 49 | 49 | ||
| 50 | #define NO_UART 1 | ||
| 51 | #define USB_MAX_POWER_CONSUMPTION 100 | 50 | #define USB_MAX_POWER_CONSUMPTION 100 |
| 52 | 51 | ||
| 53 | /* | 52 | /* |
diff --git a/keyboards/coseyfannitutti/mysterium/config.h b/keyboards/coseyfannitutti/mysterium/config.h index 635792648..1d0094b8b 100644 --- a/keyboards/coseyfannitutti/mysterium/config.h +++ b/keyboards/coseyfannitutti/mysterium/config.h | |||
| @@ -47,8 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | /* COL2ROW, ROW2COL*/ | 47 | /* COL2ROW, ROW2COL*/ |
| 48 | #define DIODE_DIRECTION COL2ROW | 48 | #define DIODE_DIRECTION COL2ROW |
| 49 | 49 | ||
| 50 | #define NO_UART 1 | ||
| 51 | |||
| 52 | /* | 50 | /* |
| 53 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. | 51 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. |
| 54 | */ | 52 | */ |
