diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-15 13:57:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-15 13:57:46 +0000 |
commit | 5f817a1d7fb525003413167b4471eaebd2099b78 (patch) | |
tree | 8f823c83de85418b50502d15d0d6b3906c5a886d /keyboards/viktus | |
parent | 872b521e4f4474ba9a4f4eb640fbdb5a386f2ac4 (diff) | |
parent | 764dc18a81f762fdff5f74eb6d3b517ba79d5c11 (diff) | |
download | qmk_firmware-5f817a1d7fb525003413167b4471eaebd2099b78.tar.gz qmk_firmware-5f817a1d7fb525003413167b4471eaebd2099b78.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/viktus')
-rw-r--r-- | keyboards/viktus/smolka/config.h | 4 | ||||
-rw-r--r-- | keyboards/viktus/sp111/config.h | 4 | ||||
-rw-r--r-- | keyboards/viktus/sp_mini/config.h | 2 | ||||
-rw-r--r-- | keyboards/viktus/styrka/config.h | 2 |
4 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/viktus/smolka/config.h b/keyboards/viktus/smolka/config.h index 82acfff214..fa655ae3e8 100644 --- a/keyboards/viktus/smolka/config.h +++ b/keyboards/viktus/smolka/config.h @@ -107,10 +107,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#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 1 #define BOOTMAGIC_LITE_COLUMN 0 diff --git a/keyboards/viktus/sp111/config.h b/keyboards/viktus/sp111/config.h index 7dda6457f6..c38eea5adc 100644 --- a/keyboards/viktus/sp111/config.h +++ b/keyboards/viktus/sp111/config.h @@ -77,7 +77,3 @@ //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT - -/* disable these deprecated features by default */ -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION diff --git a/keyboards/viktus/sp_mini/config.h b/keyboards/viktus/sp_mini/config.h index ec13a240c2..bce8a4cc4c 100644 --- a/keyboards/viktus/sp_mini/config.h +++ b/keyboards/viktus/sp_mini/config.h @@ -95,5 +95,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/viktus/styrka/config.h b/keyboards/viktus/styrka/config.h index 9fe66a8b58..666ebbf866 100644 --- a/keyboards/viktus/styrka/config.h +++ b/keyboards/viktus/styrka/config.h @@ -105,5 +105,3 @@ B0, which is unconnected on the PCB //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -//#define NO_ACTION_MACRO -//#define NO_ACTION_FUNCTION |