From 4058f9cc6b9151d39443b54a5b3b022ca5784f9f Mon Sep 17 00:00:00 2001 From: Daniil Yastremskiy Date: Tue, 10 May 2022 00:08:52 +0300 Subject: [PATCH] Remove deprecated definitions --- keyboards/elephant42/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/keyboards/elephant42/config.h b/keyboards/elephant42/config.h index 342d829b0a4..8b805f937b9 100644 --- a/keyboards/elephant42/config.h +++ b/keyboards/elephant42/config.h @@ -88,10 +88,6 @@ along with this program. If not, see . /* define if matrix has ghost (lacks anti-ghosting diodes) */ //#define MATRIX_HAS_GHOST -/* disable these deprecated features by default */ -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION - #ifndef OLED_FONT_H # define OLED_FONT_H "keyboards/elephant42/lib/glcdfont.c" #endif