diff options
author | cheapie <no-email-for-you@example.com> | 2023-08-04 15:01:39 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2023-08-04 15:01:39 -0500 |
commit | 6e3377a70d9bfc8311cfbec69f498b8140068eb8 (patch) | |
tree | cfcc003c1c947639fafc4d3067fc82c8bb6824ff /init.lua | |
parent | 2348665474695d2af74e3a44e9c06f492fb08ba8 (diff) | |
download | celevator-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ local components = { "controller", "callbuttons", "pairingtool", + "pilantern", } for _,v in ipairs(components) do |