mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 21:22:05 +00:00
remove keyboards/helix/{rev2|pico}/serial_config.h
No change in build result.
This commit is contained in:
parent
05093bfc7b
commit
37bca3103c
@ -26,8 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
// -include keyboards/helix/rev?/keymaps/MAPNAME/config.h
|
// -include keyboards/helix/rev?/keymaps/MAPNAME/config.h
|
||||||
// XXXX.c
|
// XXXX.c
|
||||||
|
|
||||||
#include <serial_config.h>
|
|
||||||
|
|
||||||
// GCC include search path in qmk_firmare/keyboards/helix/
|
// GCC include search path in qmk_firmare/keyboards/helix/
|
||||||
// #include "..." search starts here:
|
// #include "..." search starts here:
|
||||||
// #include <...> search starts here:
|
// #include <...> search starts here:
|
||||||
|
@ -34,6 +34,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define USE_SERIAL
|
#define USE_SERIAL
|
||||||
//#define USE_MATRIX_I2C
|
//#define USE_MATRIX_I2C
|
||||||
|
|
||||||
|
/* Soft Serial defines */
|
||||||
|
#define SOFT_SERIAL_PIN D2
|
||||||
|
#define SERIAL_SLAVE_BUFFER_LENGTH ((MATRIX_ROWS)/2)
|
||||||
|
#define SERIAL_MASTER_BUFFER_LENGTH ((MATRIX_ROWS)/2)
|
||||||
|
|
||||||
/* Select hand configuration */
|
/* Select hand configuration */
|
||||||
#define MASTER_LEFT
|
#define MASTER_LEFT
|
||||||
// #define MASTER_RIGHT
|
// #define MASTER_RIGHT
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
//// #error rev2 serial config
|
|
||||||
|
|
||||||
#ifndef SOFT_SERIAL_PIN
|
|
||||||
/* Soft Serial defines */
|
|
||||||
#define SOFT_SERIAL_PIN D2
|
|
||||||
|
|
||||||
#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
|
|
||||||
#define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2
|
|
||||||
#endif
|
|
@ -26,6 +26,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define PRODUCT Helix Alpha
|
#define PRODUCT Helix Alpha
|
||||||
#define DESCRIPTION A split keyboard for the cheap makers
|
#define DESCRIPTION A split keyboard for the cheap makers
|
||||||
|
|
||||||
|
#include <serial_config.h>
|
||||||
|
|
||||||
#define HELIX_ROWS 5
|
#define HELIX_ROWS 5
|
||||||
|
|
||||||
/* key matrix size */
|
/* key matrix size */
|
||||||
|
@ -34,6 +34,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define USE_SERIAL
|
#define USE_SERIAL
|
||||||
//#define USE_MATRIX_I2C
|
//#define USE_MATRIX_I2C
|
||||||
|
|
||||||
|
/* Soft Serial defines */
|
||||||
|
#define SOFT_SERIAL_PIN D2
|
||||||
|
#define SERIAL_USE_MULTI_TRANSACTION
|
||||||
|
|
||||||
/* Select hand configuration */
|
/* Select hand configuration */
|
||||||
#define MASTER_LEFT
|
#define MASTER_LEFT
|
||||||
// #define MASTER_RIGHT
|
// #define MASTER_RIGHT
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
//// #error rev2 serial config
|
|
||||||
|
|
||||||
#ifndef SOFT_SERIAL_PIN
|
|
||||||
/* Soft Serial defines */
|
|
||||||
#define SOFT_SERIAL_PIN D2
|
|
||||||
|
|
||||||
#define SERIAL_USE_MULTI_TRANSACTION
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user