From e59475992e984e3384f48205e2f90855bc4661bf Mon Sep 17 00:00:00 2001 From: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> Date: Thu, 27 Oct 2022 06:39:17 +1100 Subject: [Keyboard] Add Binepad BNR1 rotary encoder (#18809) Co-authored-by: Joel Challis --- keyboards/binepad/bnr1/keymaps/via/config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 keyboards/binepad/bnr1/keymaps/via/config.h (limited to 'keyboards/binepad/bnr1/keymaps/via/config.h') diff --git a/keyboards/binepad/bnr1/keymaps/via/config.h b/keyboards/binepad/bnr1/keymaps/via/config.h new file mode 100644 index 0000000000..ed7a62296f --- /dev/null +++ b/keyboards/binepad/bnr1/keymaps/via/config.h @@ -0,0 +1,11 @@ +/* Copyright 2022 Binepad (@binpad) */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#pragma once + +#define TAPPING_TERM 175 + +#ifdef DYNAMIC_KEYMAP_LAYER_COUNT + #undef DYNAMIC_KEYMAP_LAYER_COUNT +#endif +#define DYNAMIC_KEYMAP_LAYER_COUNT 2 -- cgit v1.2.3