1
0
Fork 0

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
This commit is contained in:
izzy84075 2018-09-29 12:44:54 -07:00 committed by Drashna Jaelre
parent 68854f0735
commit 92d95ba1e1
9 changed files with 553 additions and 0 deletions

15
keyboards/yd68/readme.md Normal file
View file

@ -0,0 +1,15 @@
# yd68
[yd68](https://imgur.com/gallery/Ygo668L)
A 68-key board with RGB underlighting and bluetooth.
Keyboard Maintainer: [Izzy84075](https://github.com/izzy84075)
Hardware Supported: YD68/YD68v2
Hardware Availability: [KBDFans](https://kbdfans.cn/collections/diy-kit/products/yd68-65-bluetooth-custom-keyboard-pcb)
Make example for this keyboard (after setting up your build environment):
make yd68:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).