config.h (464B)
1 // Copyright 2022 Kyle McCreery (@kylemccreery) 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 4 #pragma once 5 6 #define OLED_FONT_H "keyboards/mechwild/mokulua/glcdfont.c" 7 8 /* 9 * Feature disable options 10 * These options are also useful to firmware size reduction. 11 */ 12 13 /* disable debug print */ 14 //#define NO_DEBUG 15 16 /* disable print */ 17 //#define NO_PRINT 18 19 /* disable action features */ 20 //#define NO_ACTION_LAYER 21 //#define NO_ACTION_TAPPING 22 //#define NO_ACTION_ONESHOT