wip: unify view/keys configs

This commit is contained in:
🪞👃🪞 2025-05-02 19:09:02 +03:00
parent 6ed0627056
commit 26baa8127d
11 changed files with 103 additions and 109 deletions

13
config/config_sampler.edn Normal file
View file

@ -0,0 +1,13 @@
(name "Sampler")
(info "A sampling soundboard.")
(view
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 1 :status)
(fill/xy :samples-grid)))))
(keys
(layer "./keys_global.edn")
(layer "./keys_sampler.edn"))