summaryrefslogtreecommitdiffstats
path: root/keyboards/nack
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nack')
-rw-r--r--keyboards/nack/config.h2
-rw-r--r--keyboards/nack/info.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/nack/config.h b/keyboards/nack/config.h
index 89540a7930..219494fc63 100644
--- a/keyboards/nack/config.h
+++ b/keyboards/nack/config.h
@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAPPING_TOGGLE 2
-
#ifdef RGB_MATRIX_ENABLE
#define WS2812_SPI SPID1
#define WS2812_SPI_MOSI_PAL_MODE 5
diff --git a/keyboards/nack/info.json b/keyboards/nack/info.json
index 827e0fec0e..99d5844431 100644
--- a/keyboards/nack/info.json
+++ b/keyboards/nack/info.json
@@ -23,6 +23,9 @@
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"board": "QMK_PROTON_C",
+ "tapping": {
+ "toggle": 2
+ },
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x13"
},