qmk-firmware/keyboards/sx60
fauxpark f2c179de58 Remove superfluous JTAG disable code (#6445)
* 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()
2019-08-20 22:18:52 -07:00
..
keymaps Cleanup Default Keymaps (#5442) 2019-03-19 12:57:40 -07:00
config.h Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 2019-06-06 12:09:56 -07:00
i2cmaster.h Adding SX60 work by amnobis and configurator settings (#3122) 2018-06-05 12:43:20 -07:00
info.json remove trailing comma to fix parsing issue (#3130) 2018-06-06 09:46:06 -07:00
matrix.c Remove superfluous JTAG disable code (#6445) 2019-08-20 22:18:52 -07:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk Adding SX60 work by amnobis and configurator settings (#3122) 2018-06-05 12:43:20 -07:00
sx60.c Adding SX60 work by amnobis and configurator settings (#3122) 2018-06-05 12:43:20 -07:00
sx60.h Adding SX60 work by amnobis and configurator settings (#3122) 2018-06-05 12:43:20 -07:00
twimaster.c Adding SX60 work by amnobis and configurator settings (#3122) 2018-06-05 12:43:20 -07:00

readme.md

SX60

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.