diff options
| author | Ryan | 2023-06-24 09:10:22 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-24 09:10:22 +0200 |
| commit | 8093b13365864ec96192265242a9da44c36db798 (patch) | |
| tree | 5d539e463205c09d5871127d2e1ebdd98b6f854a /keyboards/nack/config.h | |
| parent | 658b6aa3a62b91b3d13dca91163dac69b3a481f9 (diff) | |
Move `TAPPING_TOGGLE` to data driven (#21360)
Diffstat (limited to 'keyboards/nack/config.h')
| -rw-r--r-- | keyboards/nack/config.h | 2 |
1 files changed, 0 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 |