Skip to content

Commit

Permalink
splittest sn32: only build default config
Browse files Browse the repository at this point in the history
feel free to use the commented out hooks to configure your setup
  • Loading branch information
dexter93 committed Jun 11, 2024
1 parent e6dd0b2 commit 2883cd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions keyboards/handwired/splittest/sn32f240b/halconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

/* Needed for serial bitbang, half-duplex and full-duplex */
#define HAL_USE_PAL TRUE
#define PAL_USE_WAIT TRUE
#define PAL_USE_CALLBACKS TRUE
// Needed for serial bitbang
//#define PAL_USE_WAIT TRUE
//#define PAL_USE_CALLBACKS TRUE
#include_next <halconf.h>
#undef HAL_USE_PWM
#define HAL_USE_PWM FALSE
8 changes: 4 additions & 4 deletions keyboards/handwired/splittest/sn32f240b/mcuconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#define SN32_SERIAL_USE_UART0 TRUE

// These are needed if the communication is on the SD1 UART, either with standard or alternate pins
#undef SN32_SERIAL_USE_UART1
#define SN32_SERIAL_USE_UART1 TRUE
//#undef SN32_SERIAL_USE_UART1
//#define SN32_SERIAL_USE_UART1 TRUE

// These are needed if the communication is on the SD2 UART, either with standard or alternate pins
#undef SN32_SERIAL_USE_UART2
#define SN32_SERIAL_USE_UART2 TRUE
//#undef SN32_SERIAL_USE_UART2
//#define SN32_SERIAL_USE_UART2 TRUE

0 comments on commit 2883cd8

Please sign in to comment.