adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
438 stars 393 forks source link

Add makerdiary m60 keyboard (uses nrf52840_m2) #209

Closed y4m-y4m closed 3 years ago

y4m-y4m commented 3 years ago

This PR adds the Makerdiary M60 Mechanical Keyboard. The keyboard uses the Makerdiary nRF52840 M.2 module. I've been using this keyboard for a while with the nrf52840_m2 bootloader. It worked, but there was no way to get into bootloader mode via button, because the buttons defined are for the Makerdiary M.2 Developer Kit. The keyboard has only one button on pin 0_27, the second defined button is the one from nrf52840_m2. I tested the bootloader and I'm able to access bootloader mode via the button on the back now. I'm not sure what i should use for the PID or VID, for now these are the ones from nrf52840_m2.

y4m-y4m commented 3 years ago

Added to ci. Thanks.