summaryrefslogtreecommitdiffstats
path: root/keyboards/noxary/268/268.h
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17Keyboard: Noxary 268 refactor and Configurator update (#3426)noroadsleft1-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)
2018-07-09Configurator Noxary 268: match dir nameYan-Fa Li1-0/+20
To find the LAYOUT/KEYMAP the configurator backend needs the file names to match the directory by convention. Thanks @skullydazed