aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/noxary/268/268.h
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard: Noxary 268 refactor and Configurator update (#3426)noroadsleft2018-07-171-11/+74
| | | | | | | | | | | | | | * Rename LAYOUT to LAYOUT_all * Repair LAYOUT_all object in info.json (element count mismatch) * Added LAYOUT_iso and LAYOUT_ansi matrices, with sample keymaps * Added LAYOUT_iso and LAYOUT_ansi to info.json * Added block comment regarding layout options to 268.h * Readme cleanup (GitHub markdown parsing)
* Configurator Noxary 268: match dir nameYan-Fa Li2018-07-091-0/+20
To find the LAYOUT/KEYMAP the configurator backend needs the file names to match the directory by convention. Thanks @skullydazed