Skip to content

Commit

Permalink
Add Soft Serial Speed to Diverge3 keyboard config for compatibility (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and zvecr committed Aug 23, 2019
1 parent e0f91f3 commit 064d9da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion keyboards/diverge3/.gitignore

This file was deleted.

9 changes: 5 additions & 4 deletions keyboards/diverge3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 064d9da

Please sign in to comment.