diff options
author | Torben Hoffmann <torben.lehoff@gmail.com> | 2019-05-10 07:12:11 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-09 22:12:11 -0700 |
commit | d3f3da5112c241e1203bd91ae16cc7b0aa075c0c (patch) | |
tree | 824896276bb272ef949cb88dc0b66487675950d0 /keyboards/minidox/keymaps/norman/config.h | |
parent | 7dcf9237d5cdf83e6f357755c19c14e92e6593c0 (diff) |
Norman layout for the minidox keyboard (#5747)
* Norman layout with Lower and Raise layers working
* Add keymap_extra def for Norman layout
* Re-org'ed the modifiers as explained in the Readme
* Corrected colour legend for KLE that the Readme links to
* Use #pragma once in header file
* Use pragma once and move user config to config.h
* Move definitions to the right file and correct link in Readme
* Move def of NM_COLN to the logical place in header file
* Add sendstring_norman.h for when the laptop layout is not QWERTY
* Update quantum/keymap_extras/sendstring_norman.h
Co-Authored-By: lehoff <torben.lehoff@gmail.com>
Diffstat (limited to 'keyboards/minidox/keymaps/norman/config.h')
-rw-r--r-- | keyboards/minidox/keymaps/norman/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/minidox/keymaps/norman/config.h b/keyboards/minidox/keymaps/norman/config.h new file mode 100644 index 0000000000..0d3542a03e --- /dev/null +++ b/keyboards/minidox/keymaps/norman/config.h @@ -0,0 +1,5 @@ +#pragma once + +#define PERMISSIVE_HOLD +#define QMK_KEYS_PER_SCAN 4 +#define TAPPING_TERM 160 |