]> git.donarmstrong.com Git - qmk_firmware.git/commit
Norman layout for the minidox keyboard (#5747)
authorTorben Hoffmann <torben.lehoff@gmail.com>
Fri, 10 May 2019 05:12:11 +0000 (07:12 +0200)
committerDrashna Jaelre <drashna@live.com>
Fri, 10 May 2019 05:12:11 +0000 (22:12 -0700)
commitd3f3da5112c241e1203bd91ae16cc7b0aa075c0c
tree824896276bb272ef949cb88dc0b66487675950d0
parent7dcf9237d5cdf83e6f357755c19c14e92e6593c0
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>
keyboards/minidox/keymaps/norman/config.h [new file with mode: 0644]
keyboards/minidox/keymaps/norman/keymap.c [new file with mode: 0644]
keyboards/minidox/keymaps/norman/readme.md [new file with mode: 0644]
quantum/keymap_extras/keymap_norman.h [new file with mode: 0644]
quantum/keymap_extras/sendstring_norman.h [new file with mode: 0644]