]>
git.zerfleddert.de Git - fnordlicht-mini/blob - firmware/fnordlicht-firmware/config.mk
883aa761eb803218d27fc4ca39cdcac21474179a
1 # Put your own config here!
3 # This file is not under version control, and your settings
4 # will not be modified when upgrading the repository
7 ###################################################################
8 # HARDWARE PLATFORM TYPE
11 # - fnordlicht -- original fnordlicht hardware
12 # - fnordlichtmini -- fnordlichtmini hardware
13 HARDWARE
= fnordlichtmini
19 # - 1 -- random colors (default)
20 CONFIG_SCRIPT_DEFAULT
= 0
22 ###################################################################
25 # avrdude programmer protocol
28 # avrdude programmer device
31 # further flags for avrdude
35 ###################################################################
48 # use more debug-flags when compiling
51 ###################################################################
52 # FIRMWARE CONFIGURATION
55 # include the script interpreter
58 # include uart support
61 # include remote command support (needs uart)
64 # secondary pwm output
65 CONFIG_SECONDARY_PWM
= 1
68 CONFIG_SERIAL_BAUDRATE
= 19200