]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add Soft Serial Speed to Diverge3 keyboard config for compatibility (#5076)
authorDrashna Jaelre <drashna@live.com>
Fri, 23 Aug 2019 21:23:53 +0000 (14:23 -0700)
committerJoel Challis <git@zvecr.com>
Fri, 23 Aug 2019 21:23:53 +0000 (22:23 +0100)
keyboards/diverge3/.gitignore [deleted file]
keyboards/diverge3/config.h

diff --git a/keyboards/diverge3/.gitignore b/keyboards/diverge3/.gitignore
deleted file mode 100644 (file)
index 722d5e7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.vscode
index a593bca9db62473db40ec82b114ed75ae4acc2f7..96196667c04b0621a9be5005d1a4328704653f66 100644 (file)
@@ -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