aboutsummaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/noah/config.h')
-rw-r--r--keyboards/matrix/noah/config.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/keyboards/matrix/noah/config.h b/keyboards/matrix/noah/config.h
index ccedd43cc..796e45e2f 100644
--- a/keyboards/matrix/noah/config.h
+++ b/keyboards/matrix/noah/config.h
@@ -17,8 +17,12 @@
17#define MATRIX_ROWS 5 17#define MATRIX_ROWS 5
18#define MATRIX_COLS 15 18#define MATRIX_COLS 15
19 19
20#define MATRIX_ROW_PINS { B0, A1, C14, C13, A0}
21#define MATRIX_COL_PINS { C15, B10, B7, B6, B5, B4, A15, A10, A9, A8, B15, B14, B13, B12, B2}
22#define UNUSED_PINS
23
20#define DIODE_DIRECTION COL2ROW 24#define DIODE_DIRECTION COL2ROW
21#define DEBOUNCING_DELAY 5 25#define DEBOUNCE 5
22 26
23// i2c setting 27// i2c setting
24#define USE_I2CV1 28#define USE_I2CV1
@@ -37,13 +41,11 @@
37#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) 41#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
38 42
39/* indicator rgb */ 43/* indicator rgb */
40#define WS2812_LED_N 7 44#define RGBLED_NUM 7
41#define RGBLED_NUM WS2812_LED_N
42#define RGB_DI_PIN B1 45#define RGB_DI_PIN B1
43#define RGBLIGHT_ANIMATIONS 46#define RGBLIGHT_ANIMATIONS
44//#define WS2812_EXTERNAL_PULLUP
45 47
46// tapping setting 48// tapping setting
47#define TAPPING_TERM 200 49//#define TAPPING_TERM 200
48#define RETRO_TAPPING 50//#define RETRO_TAPPING
49#define PERMISSIVE_HOLD 51//#define PERMISSIVE_HOLD