mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 06:33:03 +00:00
Tweaks to the new Benito Programmer project for documentation and port/pin usage.
This commit is contained in:
@@ -192,9 +192,9 @@ CSTANDARD = -std=gnu99
|
||||
|
||||
# Place -D or -U options here for C sources
|
||||
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)
|
||||
CDEFS += -DAVR_RESET_LINE_PORT="PORTD"
|
||||
CDEFS += -DAVR_RESET_LINE_DDR="DDRD"
|
||||
CDEFS += -DAVR_RESET_LINE_MASK="(1 << 5)"
|
||||
CDEFS += -DAVR_RESET_LINE_PORT="PORTB"
|
||||
CDEFS += -DAVR_RESET_LINE_DDR="DDRB"
|
||||
CDEFS += -DAVR_RESET_LINE_MASK="(1 << 0)"
|
||||
CDEFS += -DAVR_RESET_PULSE_MS=10
|
||||
CDEFS += -DTX_RX_LED_PULSE_MS=10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user