Commit graph

49 commits

Author SHA1 Message Date
ad053d624b Kommentare 2021-08-25 11:56:14 +02:00
a385b59507 Layer 3 Farben + Tasten umbelegt 2021-08-25 11:19:05 +02:00
20ffff4db4 Beispiel Strings 2021-08-25 10:56:37 +02:00
44fa22b0ca Layer 1 . statt , 2021-08-25 10:49:51 +02:00
16557ba128 Layer 0&2 leergemacht; derzeit ungenutzt 2021-08-25 10:48:08 +02:00
abeb3fdf1c Layer in "send" eingebaut 2021-08-25 10:44:33 +02:00
52c686a0e7 Kommentare 2021-08-25 10:44:12 +02:00
92d0bab96c debounce = short_debounce 2021-08-25 10:43:56 +02:00
4a0c85f04a Farben angepast 2021-08-25 10:35:52 +02:00
8b180675a8 Layer 3 umsortiert 2021-08-25 10:28:30 +02:00
8489556ebc Layer 0 hinzugfügt 2021-08-25 10:22:31 +02:00
01b1e0579a Bug: flackernde LEDs//flickering LEDs
---
sind an und aus gegangen
2021-08-25 10:13:23 +02:00
93c1d571af Color-Feedback Layer-Key ausgestellt 2021-08-25 10:11:42 +02:00
cb1c850fb6 Start Layer auf 3 gestellt 2021-08-25 10:11:01 +02:00
973a79c803 Layer 2 hinzugefügt 2021-08-25 10:10:49 +02:00
5ef9402099 Belegung Numpad-Layer angepasst 2021-08-25 10:10:23 +02:00
271fe80a71 header entfernt 2021-08-25 10:10:08 +02:00
4d90e5d019 layer2 ausgebaut 2021-08-25 09:48:08 +02:00
5dd89d820e code + url + keymap hinzugefügt 2021-08-25 09:45:46 +02:00
Philip Howard
831f31e862
Merge pull request #6 from pimoroni/patch-obs-example
OBS studio Toggle and Mutex example
2021-05-19 11:15:24 +01:00
Phil Howard
c53ac76c35 OBS studio Toggle and Mutex example
This example gives you eight toggle and eight "mutex" key bindings.

Mutex:
Use the top eight buttons (nearest the USB connector) to bind your scenes.
The light on these is mutually exclusive- the one you last pressed should light up.
This is the scene you should be broadcasting.

Toggle:
The bottom eight buttons will toggle on/off, emitting a slightly different keycode
for each state. This means they will always indicate the toggle state.
Bind these to Mute/Unmute audio by pressing the key once in Mute and once again in Unmute.

Keep OBS focussed when using these... to avoid weirdness!
2021-05-18 17:28:41 +01:00
Philip Howard
39fd2719f1
Merge pull request #5 from pimoroni/patch-decorator-example
Decorator key test example
2021-05-18 15:21:55 +01:00
Phil Howard
de65ee3f51 Decorator key test example
This example allows you to test each key and LED in turn.

1. At startup all LEDs should be white
2. Press a key and it will turn blue
3. Release that key and it will turn white
4. *Hold* a key and it will turn red
5. Release a *held* key and it will turn green

If you can turn all your keys blue -> red -> green, they're good!
2021-05-18 15:16:15 +01:00
sandyjmacdonald
573920f0ae Updating LED driver instantiation to match changes to Adafruit IS31FL3731 library 2021-04-21 10:44:24 +01:00
sandyjmacdonald
bd6e9ae45f Fixing LED driver instantiation. 2021-04-21 09:48:32 +01:00
sandyjmacdonald
d30e3ce4ab Major update to sequencer again. Added track toggle and track clear. 2021-03-19 09:07:49 +00:00
sandyjmacdonald
cc213eae2f Send MIDI panic when tracks are cleared. 2021-03-16 21:29:31 +00:00
sandyjmacdonald
56615a04c6 Updating MIDI sequencer with note and velocity control. 2021-03-16 20:59:10 +00:00
sandyjmacdonald
ec06dfa59c Overhauling debounce method and adding MIDI step sequencer example. 2021-03-14 23:58:40 +00:00
sandyjmacdonald
41e5b772cc Change default arp mode to up. 2021-03-12 22:51:08 +00:00
sandyjmacdonald
0b91c7ba16 Tweaking debounce values a bit in advanced HID example. 2021-03-12 22:35:32 +00:00
sandyjmacdonald
7c6153cd50 Fixing bug in hsv_to_rgb function. 2021-03-12 18:23:41 +00:00
sandyjmacdonald
53ceeb5dcc Add a little visual feedback for the modifier key on the advanced HID example. 2021-03-12 17:12:04 +00:00
sandyjmacdonald
3fbf827b1e Adding advanced HID keyboard example with multiple layers. 2021-03-12 16:56:59 +00:00
sandyjmacdonald
065353ae09 Fixing dead link in README. 2021-03-12 12:56:43 +00:00
sandyjmacdonald
31cd76ff7d Adding index to README. 2021-03-12 12:54:55 +00:00
sandyjmacdonald
74eb624217 Adding much more to README, and adding simple HID keys example. 2021-03-12 12:38:06 +00:00
sandyjmacdonald
de2dff4011 Remove Basic title in README 2021-03-12 00:01:49 +00:00
sandyjmacdonald
11f502dce6 MOAR README 2021-03-12 00:00:27 +00:00
sandyjmacdonald
f799a7ef31 Improving MIDI arpeggiator. LEDs show current note now. Documentation. 2021-03-11 20:43:13 +00:00
sandyjmacdonald
eb68a83e1c Editing README. 2021-03-11 13:37:44 +00:00
sandyjmacdonald
63bd6d6962 Editing README. 2021-03-11 13:32:09 +00:00
sandyjmacdonald
ec652b0898 First bash at README. 2021-03-11 13:30:40 +00:00
sandyjmacdonald
d83611c7ac Adding .DS_Store to .gitignore 2021-03-10 23:57:02 +00:00
sandyjmacdonald
65e10e39da Adding more detail to MIDI example notes. 2021-03-10 23:54:48 +00:00
sandyjmacdonald
3a2061f69f Adding more examples. Disabling rotation because it ain't working. 2021-03-10 23:51:42 +00:00
sandyjmacdonald
77222f7b7f Adding a few basic examples. 2021-03-10 21:57:52 +00:00
sandyjmacdonald
10c4a34569 First commit. Adding keybow2040 module. 2021-03-10 20:49:24 +00:00
Sandy Macdonald
59c63fcf5f
Initial commit 2021-03-10 20:39:25 +00:00