aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/vinta/vinta.h
Commit message (Collapse)AuthorAgeFilesLines
* 65 ansi blocker everywhere (everywhere I can find) (#6805)MechMerlin2019-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | * e6.5 actually already had a 65_ansi_blocker LAYOUT macro, so just had to enable in rules. * Add the 65_ansi_blocker LAYOUT macro and enable in rules.mk * rename LAYOUT macro in .h and in the keymap.c as it was only a default keymap. Also enable in rules.mk * rename but also had to define the existing LAYOUT macro as the new one to prevent breakage of existing keymaps * add 65_ansi_blocker support for vinta * forgot to update the info.json on these * add new default layout 65_ansi_blocker support to alt * add 65_ansi_blocker support * undo changes
* Update Vinta (#4705)Michael Pio2018-12-211-1/+31
| | | | | | | | * add support for configurator * add more layouts * fix default keymap
* Keyboard: Vinta (#4283)Michael Pio2018-10-291-0/+25
* added initial config files for vinta * added readme * changed product id and device ver * fixed keymap illustration * updated rules.mk to enable more commands * removed a bunch of pre-code text; changed some grammar woopsies * removed bootmagic lite * updated developer's note * updated readme.md