aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk
Commit message (Collapse)AuthorAgeFilesLines
* Remove NO_UART defines from config.h for V-USB boards (#8351)Ryan2020-03-091-2/+0
|
* Fix LED configuration for PS2AVRGB boards (#7989)fauxpark2020-01-231-2/+1
| | | | | | * Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-183-22/+10
| | | | | | | | | | | | | | * Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize
* added ymdk ymd09 keyboard (#7831)Patrick Fruh2020-01-107-0/+163
| | | | | | | | | | | | | | | | | | | | | | | | * added ymdk ymd09 keyboard * lowercase github username * change rgb keymap to make more sense * fixed number of LEDs * remove configuration for non-existant backlight * use official template and change file permissions * disable unnecessary nkro * Apply suggestions from code review Co-Authored-By: Joel Challis <git@zvecr.com> * with easy reset via bootmagic lite, remove RESET from layout Co-authored-by: Joel Challis <git@zvecr.com>
* Remove custom matrix from PS2AVRGB boards (#7396)fauxpark2020-01-022-15/+2
| | | | | | | | * Remove custom matrix from PS2AVRGB boards * Add custom backlight.c to SRC for bminiex, for now * Add missing DIODE_DIRECTIONs
* [Keyboard] Add ymd67 keyboard (#7631)Zach2019-12-158-0/+208
| | | | | | | | * [Keyboard] Add ymd67 keyboard * Apply suggestions from code review * Apply more suggestions from code review
* [Keyboard] Update ATmega32A readme files to match template (#7462)Joel Challis2019-11-231-40/+6
| | | | | | | | * Update atmega32a readme files to match template * Update atmega32a readme files to match template - fixes * Apply suggestions from code review
* Set device version from config.h for V-USB boards (#7316)fauxpark2019-11-152-1/+2
|
* Add support for configurable polling interval and power usage o… (#7336)fauxpark2019-11-151-10/+0
| | | | | | * Add support for custom polling interval and power usage on V-USB boards * Use 1ms as default for now
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-201-2/+10
|
* [Keyboard] Adding YMDK "Bface" keyboard (#6731)Ethan Durrant2019-09-1713-0/+812
* making a new board setup for ymdk bface clone * removing extra keymaps that copied over * documentation and edits for new ymdk_bface board * cleaning up config and keymaps * removed extra keymap and working on READMEs * readme edits * shorter aliexpress link in ymdk_bface readme * added images to readmes and edited the keymaps * more flashing directions * Mac directions formatting * editing and creating the all layout * cleanign up ymdk_bface keymaps * fixed typos in layout * removed tabs * cleaned up the LED and Backlight configuration. * adding more to info.josn and cleaning up readme * fixing JSON typos * made a ymdk folder and moved the bface into it. * fixing file names for the new folder structure