mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-08 07:52:54 +00:00
f2c179de58
* Remove superfluous JTAG disable code * 32A has differently named register * Accidentally some operators * 32A also has different JTAG pins * Wrap disable_jtag() in an ifndef * Document this new define * Rename the define, it conflicts with a LUFA thing Also, move the ifndef wrapping to the call in keyboard_setup()
SX60
Keyboard Maintainer: amnobis
Hardware Supported: SX60
Hardware Availability: geekhack.org/index.php?topic=93665.0
Make example for this keyboard (after setting up your build environment):
make SX60:default
Or to make and flash:
make SX60:default:dfu
See build environment setup then the make instructions for more information.