diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-25 08:22:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 21:22:20 +0000 |
commit | 1d11ae3087f583c4f4756169802b33adea71ed94 (patch) | |
tree | 6a9deedeecec0220c2dccd10e90941956c4d27b7 /data/templates/ps2avrgb | |
parent | 3340ca46e82c8b348d9131de53b73e83d1f2c285 (diff) | |
download | qmk_firmware-1d11ae3087f583c4f4756169802b33adea71ed94.tar.gz qmk_firmware-1d11ae3087f583c4f4756169802b33adea71ed94.zip |
Rip out old macro and action_function system (#16025)
* Rip out old macro and action_function system
* Update quantum/action_util.c
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'data/templates/ps2avrgb')
-rw-r--r-- | data/templates/ps2avrgb/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/templates/ps2avrgb/config.h b/data/templates/ps2avrgb/config.h index 876a60252f..ef29da0de0 100644 --- a/data/templates/ps2avrgb/config.h +++ b/data/templates/ps2avrgb/config.h @@ -119,10 +119,6 @@ //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -/* disable these deprecated features by default */ -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION - /* Bootmagic Lite key configuration */ //#define BOOTMAGIC_LITE_ROW 0 //#define BOOTMAGIC_LITE_COLUMN 0 |