You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/keyboards/yd60mq
Nick Brassel 607e2f6c31
YD60MQ refactor and Configurator layout support (#8313)
* 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
5 years ago
..
keymaps YD60MQ refactor and Configurator layout support (#8313) 5 years ago
config.h Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 6 years ago
info.json YD60MQ refactor and Configurator layout support (#8313) 5 years ago
readme.md YD60MQ refactor and Configurator layout support (#8313) 5 years ago
rules.mk YD60MQ refactor and Configurator layout support (#8313) 5 years ago
yd60mq.c YD60MQ refactor and Configurator layout support (#8313) 5 years ago
yd60mq.h YD60MQ refactor and Configurator layout support (#8313) 5 years ago

readme.md

YD60MQ

YD60MQ PCB

Customizable 60% PCB by YMDK.

  • Keyboard Maintainer: QMK Community
  • Hardware Supported: YD60MQ PCB, ATmega32U4
  • Hardware Availability: YMDK on AliExpress

Make example for this keyboard (after setting up your build environment):

make yd60mq:default

The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it:

make yd60mq:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.