config.h (472B)
1 // Copyright 2023 Alabahuy (@Alabahuy) 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 4 #pragma once 5 6 #define I2C_DRIVER I2CD2 7 #define I2C1_SDA_PIN GP26 8 #define I2C1_SCL_PIN GP27 9 10 /* 11 * Feature disable options 12 * These options are also useful to firmware size reduction. 13 */ 14 15 /* disable debug print */ 16 //#define NO_DEBUG 17 18 /* disable print */ 19 //#define NO_PRINT 20 21 /* disable action features */ 22 //#define NO_ACTION_LAYER 23 //#define NO_ACTION_TAPPING 24 //#define NO_ACTION_ONESHOT