qmk_firmware/keyboards/ymdk/sp64
David Hoelscher e9bd7d7ad3
I2C driver cleanup (#21273)
* remove i2c_start and i2c_stop from i2c drivers

* remove static i2c_address variable from chibios i2c driver
2024-01-17 14:05:38 +01:00
..
keymaps
config.h
info.json
matrix.c I2C driver cleanup (#21273) 2024-01-17 14:05:38 +01:00
readme.md
rules.mk Dedupe I2C, SPI, UART driver inclusions (#22253) 2023-10-13 17:25:32 +11:00
sp64.c I2C driver cleanup (#21273) 2024-01-17 14:05:38 +01:00
sp64.h I2C driver cleanup (#21273) 2024-01-17 14:05:38 +01:00

readme.md

YMDK SP64

  • Keyboard Maintainer: Nathan Walston
  • Hardware Supported: YMDK SP64 with the ATmega32a chip.
  • Hardware Availability: Aliexpress

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

make ymdk/sp64:default

Flashing example for this keyboard (after setting up the bootloadHID flashing environment)

make ymdk/sp64:default:flash

Reset Key: Hold down the key located at top left on the left hand board, commonly programmed as ESC while plugging in the keyboard. (NOTE: If this doesn't work, try the lower left key on the lower left board, commonly programmed as Control. There might be a different version of the board that uses that key as the reset.)

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