Skip to content

Commit

Permalink
Merge pull request qmk#26 from wejn/split_watchdog
Browse files Browse the repository at this point in the history
Enable split watchdog
  • Loading branch information
morganvenable committed Apr 6, 2024
2 parents f6a9727 + 4ae2c2b commit f912026
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions keyboards/svalboard/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USB_MAX_POWER_CONSUMPTION 500
#define USB_SUSPEND_WAKEUP_DELAY 500
#define SELECT_SOFT_SERIAL_RATE {0}

// Avoid slave-slave deadlock due to missing USB_VBUS_PIN.
//
// End result of enabling this: when you plug the keyboard to a finnicky USB
// hub, KVM, or a machine that boots slowly (ECC RAM), the keyboard no longer
// needs to be reset to come to life.
#define SPLIT_WATCHDOG_ENABLE

0 comments on commit f912026

Please sign in to comment.