diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-16 00:56:58 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 13:56:58 +0000 |
commit | 764dc18a81f762fdff5f74eb6d3b517ba79d5c11 (patch) | |
tree | a743b65340310d0520f995ee9e5fcd44e664ec9e /keyboards/lucid | |
parent | 46e85ded4747fb3d89f107cb098d9054ea5e632c (diff) | |
download | qmk_firmware-764dc18a81f762fdff5f74eb6d3b517ba79d5c11.tar.gz qmk_firmware-764dc18a81f762fdff5f74eb6d3b517ba79d5c11.zip |
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16655)
Diffstat (limited to 'keyboards/lucid')
-rw-r--r-- | keyboards/lucid/alexa/config.h | 2 | ||||
-rw-r--r-- | keyboards/lucid/kbd8x_hs/config.h | 2 | ||||
-rw-r--r-- | keyboards/lucid/phantom_hs/config.h | 2 | ||||
-rw-r--r-- | keyboards/lucid/phantom_solder/config.h | 2 | ||||
-rw-r--r-- | keyboards/lucid/scarlet/config.h | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/lucid/alexa/config.h b/keyboards/lucid/alexa/config.h index a4ac8b62d2..19b5f4f19a 100644 --- a/keyboards/lucid/alexa/config.h +++ b/keyboards/lucid/alexa/config.h @@ -101,5 +101,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION diff --git a/keyboards/lucid/kbd8x_hs/config.h b/keyboards/lucid/kbd8x_hs/config.h index a5d47ce73e..1e5cff8e7f 100644 --- a/keyboards/lucid/kbd8x_hs/config.h +++ b/keyboards/lucid/kbd8x_hs/config.h @@ -101,5 +101,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION diff --git a/keyboards/lucid/phantom_hs/config.h b/keyboards/lucid/phantom_hs/config.h index 3e6fe45892..b94b345c16 100644 --- a/keyboards/lucid/phantom_hs/config.h +++ b/keyboards/lucid/phantom_hs/config.h @@ -101,5 +101,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION diff --git a/keyboards/lucid/phantom_solder/config.h b/keyboards/lucid/phantom_solder/config.h index af2537d386..2c78c4f5ff 100644 --- a/keyboards/lucid/phantom_solder/config.h +++ b/keyboards/lucid/phantom_solder/config.h @@ -101,5 +101,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION diff --git a/keyboards/lucid/scarlet/config.h b/keyboards/lucid/scarlet/config.h index 73c7272922..67c2fe7b07 100644 --- a/keyboards/lucid/scarlet/config.h +++ b/keyboards/lucid/scarlet/config.h @@ -98,5 +98,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION |