summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_extras/keymap_norman.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace ; by : in the shifted symbols ASCII art of keymap_norman (#18029)precondition2022-08-141-1/+1
| | | Thanks!
* Cleanup junk chars, part 4 (#13345)Ryan2021-07-011-10/+10
|
* Update Norman keymap and sendstring LUT (#8404)Ryan2020-03-161-33/+105
|
* clang-format changesskullY2019-08-301-28/+27
|
* Norman layout for the minidox keyboard (#5747)Torben Hoffmann2019-05-091-0/+54
* 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>