Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Norman keymap and sendstring LUT (#8404) | Ryan | 2020-03-16 | 1 | -8/+8 |
| | |||||
* | Fix formatting for sendstring LUTs (#7176) | fauxpark | 2019-10-28 | 1 | -14/+17 |
| | |||||
* | clang-format changes | skullY | 2019-08-30 | 1 | -15/+14 |
| | |||||
* | Sendstring LUT improvements (#5727) | fauxpark | 2019-07-15 | 1 | -19/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Align sendstring LUTs to 9 characters wide * Replace 0 with XXXXXXX * Use decimal 128 for LUT size * Align heading comments * Add ASCII table comments * Add missing AltGr LUTs and adjust keycode LUTs accordingly * Use pragma once * Correct a couple more keycodes * Capitalise "BÉPO" * Also clean up the default tables * Tidy up Belgian and Norman LUTs | ||||
* | Norman layout for the minidox keyboard (#5747) | Torben Hoffmann | 2019-05-09 | 1 | -0/+39 |
* 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> |