aboutsummaryrefslogtreecommitdiff
path: root/keyboards/fortitude60
diff options
context:
space:
mode:
authorPekaso <pekaso34@gmail.com>2020-04-06 19:47:31 +0900
committerGitHub <noreply@github.com>2020-04-06 20:47:31 +1000
commitd1190df10be933c64fee648b41191131313020a2 (patch)
tree552e1831743a2e4b73f68367ca677efebf2ac64f /keyboards/fortitude60
parent6add103827ecb9aba8f5293f4db300bd5e75ea99 (diff)
downloadqmk_firmware-d1190df10be933c64fee648b41191131313020a2.tar.gz
qmk_firmware-d1190df10be933c64fee648b41191131313020a2.zip
fix for split-common (#8703)
Diffstat (limited to 'keyboards/fortitude60')
-rw-r--r--keyboards/fortitude60/keymaps/default/config.h13
-rw-r--r--keyboards/fortitude60/rev1/config.h6
2 files changed, 5 insertions, 14 deletions
diff --git a/keyboards/fortitude60/keymaps/default/config.h b/keyboards/fortitude60/keymaps/default/config.h
index b6c6273d9..ac47978ba 100644
--- a/keyboards/fortitude60/keymaps/default/config.h
+++ b/keyboards/fortitude60/keymaps/default/config.h
@@ -18,16 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
18#pragma once 18#pragma once
19 19
20#define USE_SERIAL 20#define USE_SERIAL
21
22/* Select hand configuration */
23
24// #define MASTER_LEFT
25// #define MASTER_RIGHT
26#define EE_HANDS
27
28/* #undef RGBLED_NUM */
29/* #define RGBLIGHT_ANIMATIONS */
30/* #define RGBLED_NUM 12 */
31/* #define RGBLIGHT_HUE_STEP 8 */
32/* #define RGBLIGHT_SAT_STEP 8 */
33/* #define RGBLIGHT_VAL_STEP 8 */
diff --git a/keyboards/fortitude60/rev1/config.h b/keyboards/fortitude60/rev1/config.h
index aa5a6f3b0..f87c141ce 100644
--- a/keyboards/fortitude60/rev1/config.h
+++ b/keyboards/fortitude60/rev1/config.h
@@ -44,6 +44,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
44 */ 44 */
45#define SOFT_SERIAL_PIN D2 45#define SOFT_SERIAL_PIN D2
46 46
47#define EE_HANDS
48
49#define SPLIT_USB_DETECT
50#define SPLIT_USB_TIMEOUT 1000
51
47/* define if matrix has ghost */ 52/* define if matrix has ghost */
48//#define MATRIX_HAS_GHOST 53//#define MATRIX_HAS_GHOST
49 54
@@ -65,7 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
65/* ws2812 RGB LED */ 70/* ws2812 RGB LED */
66#ifdef RGBLIGHT_ENABLE 71#ifdef RGBLIGHT_ENABLE
67 #define RGB_DI_PIN B5 72 #define RGB_DI_PIN B5
68
69 #define RGBLED_NUM 18 // Number of LEDs */ 73 #define RGBLED_NUM 18 // Number of LEDs */
70#endif 74#endif
71/* 75/*