Skip to content

Commit

Permalink
fix for split-common (#8703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pekaso authored Apr 6, 2020
1 parent 6add103 commit d1190df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
13 changes: 0 additions & 13 deletions keyboards/fortitude60/keymaps/default/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

#define USE_SERIAL

/* Select hand configuration */

// #define MASTER_LEFT
// #define MASTER_RIGHT
#define EE_HANDS

/* #undef RGBLED_NUM */
/* #define RGBLIGHT_ANIMATIONS */
/* #define RGBLED_NUM 12 */
/* #define RGBLIGHT_HUE_STEP 8 */
/* #define RGBLIGHT_SAT_STEP 8 */
/* #define RGBLIGHT_VAL_STEP 8 */
6 changes: 5 additions & 1 deletion keyboards/fortitude60/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define SOFT_SERIAL_PIN D2

#define EE_HANDS

#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 1000

/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST

Expand All @@ -65,7 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#ifdef RGBLIGHT_ENABLE
#define RGB_DI_PIN B5

#define RGBLED_NUM 18 // Number of LEDs */
#endif
/*
Expand Down

0 comments on commit d1190df

Please sign in to comment.