From cf3913cd7908d5e94ccb2c1b4db22501e289d6c1 Mon Sep 17 00:00:00 2001 From: Xyverz Date: Wed, 6 May 2020 14:14:28 -0700 Subject: [Keymap] Xyverz Kinesis keymap update (#9018) * Mitor Tweaks Updating Dvorak keymap to change location of Slash and Backslash to positions more in line with my 12x5 and similar ortho layouts * Fixed readme.md Tidied up the readme and make some minor changes. * Adding atreus config file Adding a config file for my Atreus keyboard. This is to help with the keychatter issues I've been having on my Atreus. * Changes as requested per @zvecr Added `#pragma once` to beginning of config.h file as requested by @zvecr. --- keyboards/atreus/keymaps/xyverz/config.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 keyboards/atreus/keymaps/xyverz/config.h (limited to 'keyboards/atreus/keymaps/xyverz') diff --git a/keyboards/atreus/keymaps/xyverz/config.h b/keyboards/atreus/keymaps/xyverz/config.h new file mode 100644 index 0000000000..037c9f3180 --- /dev/null +++ b/keyboards/atreus/keymaps/xyverz/config.h @@ -0,0 +1,4 @@ +#pragma once + +#undef DEBOUNCE +#define DEBOUNCE 6 -- cgit v1.2.3