~ruther/qmk_firmware

064d9da93e8055d95717823aefd2b88289374c12 — Drashna Jaelre 6 years ago e0f91f3
Add Soft Serial Speed to Diverge3 keyboard config for compatibility (#5076)

2 files changed, 5 insertions(+), 5 deletions(-)

D keyboards/diverge3/.gitignore
M keyboards/diverge3/config.h
D keyboards/diverge3/.gitignore => keyboards/diverge3/.gitignore +0 -1
@@ 1,1 0,0 @@
.vscode

M keyboards/diverge3/config.h => keyboards/diverge3/config.h +5 -4
@@ 15,8 15,7 @@ You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CONFIG_H
#define CONFIG_H
#pragma once

#include "config_common.h"



@@ 59,6 58,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0

#ifndef SELECT_SOFT_SERIAL_SPEED
#define SELECT_SOFT_SERIAL_SPEED 3
#endif

/* define if matrix has ghost (lacks anti-ghosting diodes) */
//#define MATRIX_HAS_GHOST



@@ 181,5 184,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 1

#endif