]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add basic support for the YD68 / YD68v2 PCBs. (#4020)
authorizzy84075 <izzy84075@gmail.com>
Sat, 29 Sep 2018 19:44:54 +0000 (12:44 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 29 Sep 2018 19:44:54 +0000 (12:44 -0700)
commit92d95ba1e1223538f8c16fe2d17a23fa0dd67725
tree2a02d935efc4bd2355e04ce25a7bfc68b32e6add
parent68854f0735ecfa69e383c1f7c93211a6ad89e13b
Keyboard: Add basic support for the YD68 / YD68v2 PCBs. (#4020)

* Add basic support for the YD68 / YD68v2.

Keymap and WS2812 underlighting work. Capslock LED should work, though I don't have one populated to test. Backlight LEDs are not set up, as they're not on a hardware PWM pin, could be set up as software.

* Fix Imgur link

* Fix default keymap to match the stock firmware

* Fix the Hardware Supported line and add a short description
keyboards/yd68/config.h [new file with mode: 0644]
keyboards/yd68/info.json [new file with mode: 0644]
keyboards/yd68/keymaps/default/config.h [new file with mode: 0644]
keyboards/yd68/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/yd68/keymaps/default/readme.md [new file with mode: 0644]
keyboards/yd68/readme.md [new file with mode: 0644]
keyboards/yd68/rules.mk [new file with mode: 0644]
keyboards/yd68/yd68.c [new file with mode: 0644]
keyboards/yd68/yd68.h [new file with mode: 0644]