diff options
Diffstat (limited to 'keyboards/handwired/node5_1/config.h')
| -rw-r--r-- | keyboards/handwired/node5_1/config.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/handwired/node5_1/config.h b/keyboards/handwired/node5_1/config.h new file mode 100644 index 0000000000..cbe0d3afd7 --- /dev/null +++ b/keyboards/handwired/node5_1/config.h @@ -0,0 +1,30 @@ +// Copyright 2023 user (@user) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +/* + * Feature disable options + * These options are also useful to firmware size reduction. + */ + +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT + +#define RP_I2C_USE_I2C0 FALSE +#define RP_I2C_USE_I2C1 TRUE +#define I2C1_SDA_PIN GP18 +#define I2C1_SCL_PIN GP19 + +#define PIMORONI_TRACKBALL_SCALE 2 +#define MOUSE_EXTENDED_REPORT TRUE +#define POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE TRUE + |
