summaryrefslogtreecommitdiffstats
path: root/keyboards/yd60mq/info.json
Commit message (Collapse)AuthorAgeFilesLines
* move yd60mq to ymdk vendor folder (#15647)peepeetee2022-01-171-845/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Add layout macros to YD60MQ (#9653)James Young2020-07-081-3/+630
| | | | | | | | | | | - LAYOUT_60_ansi_split_bs - LAYOUT_60_ansi_split_bs_rshift - LAYOUT_60_ansi_split_rshift - LAYOUT_60_ansi_tsangan - LAYOUT_60_hhkb - LAYOUT_60_iso_split_bs - LAYOUT_60_iso_split_bs_rshift - LAYOUT_60_iso_split_rshift - LAYOUT_60_iso_tsangan
* Added YD60MQ ISO layout (#8815)Marc2020-04-241-0/+71
|
* add 60_ansi layout to YD60MQ (#8696)James Young2020-04-051-0/+66
|
* YD60MQ refactor and Configurator layout support (#8313)Nick Brassel2020-03-051-0/+83
* refactor yd60mq.h - four-space indent - use K<row><col> base32hex notation - rename LAYOUT to LAYOUT_all (with alias for backwards compatibility) * refactor yd60mq.c to use led_update_kb() * align rules.mk to AVR template * refactor default keymap Also correct positions for KC_NUHS and KC_NUBS. * update readme * add Configurator layout support * initialize the Caps Lock LED pin properly