aboutsummaryrefslogtreecommitdiffstats
path: root/.kaleidoscope-builder.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-06-25 15:26:46 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-06-26 01:04:41 +0200
commitd36536e3743f5868f39908762bdab728802232b3 (patch)
tree782fcae9c4861a66260a0b87396d9765e543ecf4 /.kaleidoscope-builder.conf
parent3f2c2fdaa542cf9a0a170d56d2dc1bd16144f6b8 (diff)
Use 'arduino-mk' as build system.
It feels simpler than `arduino-builder` and we can rely on more OS-shipped components. Also for some reason with `arduino-builder` weak symbols don't always seem to be overriden properly.
Diffstat (limited to '.kaleidoscope-builder.conf')
-rw-r--r--.kaleidoscope-builder.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/.kaleidoscope-builder.conf b/.kaleidoscope-builder.conf
deleted file mode 100644
index 72af0b9..0000000
--- a/.kaleidoscope-builder.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-DEFAULT_SKETCH="model01"
-if [ -n "${XDG_RUNTIME_DIR+x}" ]; then
- KALEIDOSCOPE_TEMP_PATH="$XDG_RUNTIME_DIR/kaleidoscope"
-fi