]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add YMD96 Keyboard (#1838)
authorAndrew <4030760+sparkyman215@users.noreply.github.com>
Sat, 14 Oct 2017 17:01:02 +0000 (13:01 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sat, 14 Oct 2017 17:01:02 +0000 (07:01 -1000)
commit6531d64ac75b1614e2b4b4d92abb9a3586014584
treee3d5391fb245f9dc63da03ee02cde7b937d20b43
parentf9f3afd76778c0ec152b25affb05a9b7d237dc52
Add YMD96 Keyboard (#1838)

* add ymd96 base

currently not working correctly.

* Update

honestly not really sure what I've been doing but I'm just more or less brute forcing this until I can get the pcb schematic or something

* honestly just trying stuff out

* Update keymaps

Getting closer hopefully

* ymd96 works!

at least for me

* Update readme

* Update readme

* Update readme
keyboards/ymd96/README.md [new file with mode: 0644]
keyboards/ymd96/config.h [new file with mode: 0644]
keyboards/ymd96/i2c.c [new file with mode: 0644]
keyboards/ymd96/i2c.h [new file with mode: 0644]
keyboards/ymd96/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ymd96/matrix.c [new file with mode: 0644]
keyboards/ymd96/program [new file with mode: 0644]
keyboards/ymd96/rules.mk [new file with mode: 0644]
keyboards/ymd96/usbconfig.h [new file with mode: 0644]
keyboards/ymd96/ymd96.c [new file with mode: 0644]
keyboards/ymd96/ymd96.h [new file with mode: 0644]