summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2023-08-04 15:01:39 -0500
committercheapie <no-email-for-you@example.com>2023-08-04 15:01:39 -0500
commit6e3377a70d9bfc8311cfbec69f498b8140068eb8 (patch)
treecfcc003c1c947639fafc4d3067fc82c8bb6824ff /init.lua
parent2348665474695d2af74e3a44e9c06f492fb08ba8 (diff)
downloadcelevator-6e3377a70d9bfc8311cfbec69f498b8140068eb8.tar
celevator-6e3377a70d9bfc8311cfbec69f498b8140068eb8.tar.gz
celevator-6e3377a70d9bfc8311cfbec69f498b8140068eb8.tar.bz2
celevator-6e3377a70d9bfc8311cfbec69f498b8140068eb8.tar.xz
celevator-6e3377a70d9bfc8311cfbec69f498b8140068eb8.zip
Add position indicator
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 6de4cb6..eb7ebdc 100644
--- a/init.lua
+++ b/init.lua
@@ -4,6 +4,7 @@ local components = {
"controller",
"callbuttons",
"pairingtool",
+ "pilantern",
}
for _,v in ipairs(components) do