aboutsummaryrefslogtreecommitdiffstats
path: root/.kaleidoscope-builder.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-06-25 13:57:33 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-06-26 01:04:35 +0200
commit3f2c2fdaa542cf9a0a170d56d2dc1bd16144f6b8 (patch)
tree847b52e1ccaaa29ce7a112690e3526f3d6cd8bbf /.kaleidoscope-builder.conf
Initial commit.
Inspired by the reference firmware https://github.com/keyboardio/Model01-Firmware and algernon's fork https://git.madhouse-project.org/algernon/Model01-Sketch
Diffstat (limited to '.kaleidoscope-builder.conf')
-rw-r--r--.kaleidoscope-builder.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.kaleidoscope-builder.conf b/.kaleidoscope-builder.conf
new file mode 100644
index 0000000..72af0b9
--- /dev/null
+++ b/.kaleidoscope-builder.conf
@@ -0,0 +1,4 @@
+DEFAULT_SKETCH="model01"
+if [ -n "${XDG_RUNTIME_DIR+x}" ]; then
+ KALEIDOSCOPE_TEMP_PATH="$XDG_RUNTIME_DIR/kaleidoscope"
+fi