summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/armand1m/config.h
diff options
context:
space:
mode:
authorArmando Magalhães <armando.mag95@gmail.com>2021-03-25 08:06:30 +0100
committerGitHub <noreply@github.com>2021-03-25 18:06:30 +1100
commitc59fb1b477c4877fc29aeec8fe5f98dbf8788369 (patch)
tree25d838841c55e1f06195feaaf3f5a43bc7c0672b /keyboards/crkbd/keymaps/armand1m/config.h
parente7cb7bc7373031625c604dfb93bdb8717b71f013 (diff)
feat(keymaps): Changes to crkbd/keymaps/armand1m layout and README.md update (#12252)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/crkbd/keymaps/armand1m/config.h')
-rw-r--r--keyboards/crkbd/keymaps/armand1m/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/armand1m/config.h b/keyboards/crkbd/keymaps/armand1m/config.h
index df109a347b..405d329640 100644
--- a/keyboards/crkbd/keymaps/armand1m/config.h
+++ b/keyboards/crkbd/keymaps/armand1m/config.h
@@ -45,4 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17
#endif
+#define ONESHOT_TAP_TOGGLE 3 /* Tapping this number of times holds the key until tapped once again. */
+#define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */
+
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"