aboutsummaryrefslogtreecommitdiff
path: root/keyboard/planck/keymaps/jacob/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/keymaps/jacob/Makefile')
-rw-r--r--keyboard/planck/keymaps/jacob/Makefile42
1 files changed, 2 insertions, 40 deletions
diff --git a/keyboard/planck/keymaps/jacob/Makefile b/keyboard/planck/keymaps/jacob/Makefile
index 4fbe3b661..581e08cd0 100644
--- a/keyboard/planck/keymaps/jacob/Makefile
+++ b/keyboard/planck/keymaps/jacob/Makefile
@@ -1,45 +1,7 @@
1#---------------------------------------------------------------------------- 1
2# On command line:
3#
4# make all = Make software.
5#
6# make clean = Clean out built project files.
7#
8# make coff = Convert ELF to AVR COFF.
9#
10# make extcoff = Convert ELF to AVR Extended COFF.
11#
12# make program = Download the hex file to the device.
13# Please customize your programmer settings(PROGRAM_CMD)
14#
15# make teensy = Download the hex file to the device, using teensy_loader_cli.
16# (must have teensy_loader_cli installed).
17#
18# make dfu = Download the hex file to the device, using dfu-programmer (must
19# have dfu-programmer installed).
20#
21# make flip = Download the hex file to the device, using Atmel FLIP (must
22# have Atmel FLIP installed).
23#
24# make dfu-ee = Download the eeprom file to the device, using dfu-programmer
25# (must have dfu-programmer installed).
26#
27# make flip-ee = Download the eeprom file to the device, using Atmel FLIP
28# (must have Atmel FLIP installed).
29#
30# make debug = Start either simulavr or avarice as specified for debugging,
31# with avr-gdb or avr-insight as the front end for debugging.
32#
33# make filename.s = Just compile filename.c into the assembler code only.
34#
35# make filename.i = Create a preprocessed source file for use in submitting
36# bug reports to the GCC project.
37#
38# To rebuild project do "make clean" then "make all".
39#----------------------------------------------------------------------------
40 2
41# Build Options 3# Build Options
42# change to "no" to disable the options, or define them in the makefile.mk in 4# change to "no" to disable the options, or define them in the Makefile in
43# the appropriate keymap folder that will get included automatically 5# the appropriate keymap folder that will get included automatically
44# 6#
45BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) 7BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)