diff options
| author | Ryan | 2023-02-09 00:57:42 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-09 00:57:42 +0100 |
| commit | ccb6c908dd71fac3dfa89f2d8baa8196eac9994f (patch) | |
| tree | bab09e492e5ac8e14fc2ee127938ee544954fa49 /keyboards/chocofly | |
| parent | f9aeea64c1f85d388485503e52035b5f7533ed26 (diff) | |
Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)
* Remove `SOFT_SERIAL_PIN` for non-split boards
* Delete more empty config.h
Diffstat (limited to 'keyboards/chocofly')
| -rw-r--r-- | keyboards/chocofly/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/chocofly/config.h b/keyboards/chocofly/config.h deleted file mode 100644 index 9f3a2504e0..0000000000 --- a/keyboards/chocofly/config.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2022 Vitaly Volkov (@vlkv) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - |