aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/noxary/268/268.c
Commit message (Collapse)AuthorAgeFilesLines
* Add VIA support to Noxary 268 (#9449)Rozakiin2020-06-241-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove "rev1" from readme.md * Update rules.mk to enable bootmagic, mousekeys, console, command Also disable NKRO * Update USB descriptor, replace ifndef with pragma once, remove RGB * Replace ifndef with pragma once * Add commented led code * Add VIA keymap * Update keyboards/noxary/268/268.c Remove commented code * Update keyboards/noxary/268/keymaps/via/readme.md Flip layout image and title * Update keyboards/noxary/268/rules.mk Remove error in comment * Update keyboards/noxary/268/rules.mk Remove HD44780 rule option * Update keyboards/noxary/268/keymaps/via/rules.mk Replace Link_Time_Optimization with LTO * Update keyboards/noxary/268/readme.md Change Noxary link
* Fix header references for noxary 268 keyboard (#3359)Yan-Fa Li2018-07-091-1/+1
| | | Brown paper bag.
* Configurator Noxary 268: match dir nameYan-Fa Li2018-07-091-0/+1
To find the LAYOUT/KEYMAP the configurator backend needs the file names to match the directory by convention. Thanks @skullydazed