Keyboard: Vinta (#4283)
authorMichael Pio <mfmayol@up.edu.ph>
Tue, 30 Oct 2018 05:00:40 +0000 (13:00 +0800)
committerDrashna Jaelre <drashna@live.com>
Tue, 30 Oct 2018 05:00:40 +0000 (22:00 -0700)
commit34f102de7df093525ca310e265a3406e831bf4c6
tree5be1cc25563221461638cbd4be3b4b1402912f74
parent1fa6c1d818add2c72381639a836180af5aa86738
Keyboard: Vinta (#4283)

* 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
13 files changed:
keyboards/vinta/boards/GENERIC_STM32_F042X6/board.c [new file with mode: 0644]
keyboards/vinta/boards/GENERIC_STM32_F042X6/board.h [new file with mode: 0644]
keyboards/vinta/boards/GENERIC_STM32_F042X6/board.mk [new file with mode: 0644]
keyboards/vinta/bootloader_defs.h [new file with mode: 0644]
keyboards/vinta/chconf.h [new file with mode: 0644]
keyboards/vinta/config.h [new file with mode: 0644]
keyboards/vinta/halconf.h [new file with mode: 0644]
keyboards/vinta/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/vinta/mcuconf.h [new file with mode: 0644]
keyboards/vinta/readme.md [new file with mode: 0644]
keyboards/vinta/rules.mk [new file with mode: 0644]
keyboards/vinta/vinta.c [new file with mode: 0644]
keyboards/vinta/vinta.h [new file with mode: 0644]