Browse Source

add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/dactyl_manuform/config.h

pull/4419/head
mtei 5 years ago
parent
commit
f644ed698c
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      keyboards/handwired/dactyl_manuform/config.h
  2. +1
    -1
      quantum/split_common/split-keyboards-list.txt

+ 3
- 0
keyboards/handwired/dactyl_manuform/config.h View File

@ -38,6 +38,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */


+ 1
- 1
quantum/split_common/split-keyboards-list.txt View File

@ -3,7 +3,7 @@ ok keyboards/6lit/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/divergetm2/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/ergotravel/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/foobar/rules.mk:SPLIT_KEYBOARD = yes
keyboards/handwired/dactyl_manuform/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/handwired/dactyl_manuform/rules.mk:SPLIT_KEYBOARD = yes
keyboards/handwired/qc60/rules.mk:SPLIT_KEYBOARD = yes
keyboards/handwired/xealous/rules.mk:SPLIT_KEYBOARD = yes # Use shared split_common code
keyboards/iris/rules.mk:SPLIT_KEYBOARD = yes


Loading…
Cancel
Save