qmk-firmware/tmk_core/protocol/arm_atsam
patrickmt 4a5e68f4f2 Bringing Massdrop keyboard hardware configuration to keyboard level (#4593)
MCU Pins for debugging, LED, boot tracing, and shift registers are now configurable at keyboard level.
Macros led_* replaced by DBG_LED_*
Macros m15_* replaced by DBG_1_*
Macros m27_* replaced by DBG_2_*
Macros m28_* replaced by DBG_3_*
For CTRL and ALT keyboards, debug boot tracing pin default now set to pad M27 instead of M28 since although M28 is not being used, it is technically a signal for USB port detection.
m15_print(...) renamed to dbg_print(...) to get away from hard coded port names.
dbg_print function now follows similar pattern to debug led output.
2018-12-10 11:28:06 -08:00
..
usb Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
adc.c Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
adc.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
arm_atsam_protocol.h Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Auto Shift (#3973) 2018-09-28 21:32:15 -04:00
clks.c Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
clks.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
d51_util.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
d51_util.h Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
i2c_master.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
i2c_master.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
issi3733_driver.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
led_matrix.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
led_matrix.h Vertical animation support for arm_atsam led_matrix (#4538) 2018-12-06 08:58:58 -08:00
main_arm_atsam.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
main_arm_atsam.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
md_bootloader.h CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
spi.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
spi.h Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
startup.c CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
wait_api.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00