diff options
| author | Pekaso <pekaso34@gmail.com> | 2021-12-09 15:40:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 22:40:44 -0800 |
| commit | 7d30bd9cfe9713310e2df542f021b71623f860b1 (patch) | |
| tree | b61265f7c39840c1c1b552399fd4c584bf0be53e /keyboards/fortitude60/rev1/config.h | |
| parent | a8d440e4e043dc8427f17c07631556d0ff3efc20 (diff) | |
| download | qmk_firmware-7d30bd9cfe9713310e2df542f021b71623f860b1.tar.gz qmk_firmware-7d30bd9cfe9713310e2df542f021b71623f860b1.zip | |
[Keyboard] Update Fortitude60 and add VIA support (#15265)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/fortitude60/rev1/config.h')
| -rw-r--r-- | keyboards/fortitude60/rev1/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/fortitude60/rev1/config.h b/keyboards/fortitude60/rev1/config.h index 9d5104be5..472472329 100644 --- a/keyboards/fortitude60/rev1/config.h +++ b/keyboards/fortitude60/rev1/config.h | |||
| @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | #define PRODUCT_ID 0x1156 | 24 | #define PRODUCT_ID 0x1156 |
| 25 | #define DEVICE_VER 0x0100 | 25 | #define DEVICE_VER 0x0100 |
| 26 | #define MANUFACTURER Pekaso | 26 | #define MANUFACTURER Pekaso |
| 27 | #define PRODUCT The Fortitude60 Keyboard | 27 | #define PRODUCT Fortitude60 |
| 28 | 28 | ||
| 29 | /* key matrix size */ | 29 | /* key matrix size */ |
| 30 | // Rows are doubled-up | 30 | // Rows are doubled-up |
| @@ -43,10 +43,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | */ | 43 | */ |
| 44 | #define SOFT_SERIAL_PIN D2 | 44 | #define SOFT_SERIAL_PIN D2 |
| 45 | 45 | ||
| 46 | #define EE_HANDS | 46 | //#define EE_HANDS |
| 47 | 47 | ||
| 48 | #define SPLIT_USB_DETECT | 48 | #define SPLIT_USB_DETECT |
| 49 | #define SPLIT_USB_TIMEOUT 1000 | 49 | #define SPLIT_USB_TIMEOUT 500 |
| 50 | 50 | ||
| 51 | /* define if matrix has ghost */ | 51 | /* define if matrix has ghost */ |
| 52 | //#define MATRIX_HAS_GHOST | 52 | //#define MATRIX_HAS_GHOST |
