Skip to content

Commit

Permalink
change default split protocol speed for velvet and hpd
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-tolkachev committed Nov 8, 2024
1 parent 125e30a commit c8db325
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/ergohaven/ergohaven.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include "quantum.h"

#define EH_VERSION_STR "3.7.17"
#define EH_VERSION_STR "3.7.18"

#ifndef EH_SHORT_PRODUCT_NAME
# define EH_SHORT_PRODUCT_NAME PRODUCT
Expand Down
1 change: 1 addition & 0 deletions keyboards/ergohaven/hpd/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
#define SERIAL_USART_RX_PIN GP1
#define SPLIT_HAND_PIN GP24
#define SPLIT_WATCHDOG_ENABLE
#define SELECT_SOFT_SERIAL_SPEED 5
1 change: 1 addition & 0 deletions keyboards/ergohaven/velvet/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define SELECT_SOFT_SERIAL_SPEED 5

0 comments on commit c8db325

Please sign in to comment.