-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review and update monome to version 2.2.3. #768
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule monome
updated
16 files
+ − | docs/content/images/faderbank-glue.png | |
+3 −1 | docs/content/modules/teletype.md | |
+1 −1 | plugin.json | |
+13 −13 | res/grid-dark.svg | |
+15 −15 | res/grid.svg | |
+62 −0 | res/keymaps/README.md | |
+119 −0 | res/keymaps/uk.json | |
+115 −0 | res/keymaps/us-dvorak.json | |
+115 −0 | res/keymaps/us-qwerty.json | |
+11 −1 | src/faderbank/FaderbankModule.cpp | |
+3 −0 | src/faderbank/FaderbankModule.hpp | |
+15 −0 | src/plugin.cpp | |
+601 −0 | src/teletype/TeletypeKeyboard.cpp | |
+23 −0 | src/teletype/TeletypeKeyboard.hpp | |
+53 −0 | src/teletype/TeletypeWidget.cpp | |
+19 −152 | src/teletype/screen/TeletypeScreenWidget.cpp |