diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-24 17:10:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 17:10:22 +1000 |
commit | 8093b13365864ec96192265242a9da44c36db798 (patch) | |
tree | 5d539e463205c09d5871127d2e1ebdd98b6f854a /keyboards/nack | |
parent | 658b6aa3a62b91b3d13dca91163dac69b3a481f9 (diff) |
Move `TAPPING_TOGGLE` to data driven (#21360)
Diffstat (limited to 'keyboards/nack')
-rw-r--r-- | keyboards/nack/config.h | 2 | ||||
-rw-r--r-- | keyboards/nack/info.json | 3 |
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" }, |