Commit Graph

59 Commits

Author SHA1 Message Date
Michael Grote 09b2833a4b Tippfehler 2021-10-24 17:08:14 +02:00
Michael Grote 66b40e10e3 neues layout wo seite weiß ist und fläche in layer farbe 2021-08-27 11:42:01 +02:00
Michael Grote 03bf66054d nicht gentuzt Tasten weiß 2021-08-25 23:31:22 +02:00
Michael Grote 9851f2290e Farben nutzbar passend zu auswahl 2021-08-25 23:21:11 +02:00
Michael Grote bacb410f1f weiß als Farbe 2021-08-25 23:05:38 +02:00
Michael Grote f9ef3df8c9 Kommentare & Farben 2021-08-25 22:45:55 +02:00
Michael Grote edef2aedb1 debounce 2021-08-25 22:32:18 +02:00
Michael Grote da7488af4e eigene keymap hinzugefügt 2021-08-25 22:18:23 +02:00
Michael Grote ffa4e73c6d Farbe layer 3 entfernt 2021-08-25 20:50:25 +02:00
Michael Grote 9defb76dad Startanimation 2021-08-25 13:25:57 +02:00
Michael Grote ad053d624b Kommentare 2021-08-25 11:56:14 +02:00
Michael Grote a385b59507 Layer 3 Farben + Tasten umbelegt 2021-08-25 11:19:05 +02:00
Michael Grote 20ffff4db4 Beispiel Strings 2021-08-25 10:56:37 +02:00
Michael Grote 44fa22b0ca Layer 1 . statt , 2021-08-25 10:49:51 +02:00
Michael Grote 16557ba128 Layer 0&2 leergemacht; derzeit ungenutzt 2021-08-25 10:48:08 +02:00
Michael Grote abeb3fdf1c Layer in "send" eingebaut 2021-08-25 10:44:33 +02:00
Michael Grote 52c686a0e7 Kommentare 2021-08-25 10:44:12 +02:00
Michael Grote 92d0bab96c debounce = short_debounce 2021-08-25 10:43:56 +02:00
Michael Grote 4a0c85f04a Farben angepast 2021-08-25 10:35:52 +02:00
Michael Grote 8b180675a8 Layer 3 umsortiert 2021-08-25 10:28:30 +02:00
Michael Grote 8489556ebc Layer 0 hinzugfügt 2021-08-25 10:22:31 +02:00
Michael Grote 01b1e0579a Bug: flackernde LEDs//flickering LEDs
---
sind an und aus gegangen
2021-08-25 10:13:23 +02:00
Michael Grote 93c1d571af Color-Feedback Layer-Key ausgestellt 2021-08-25 10:11:42 +02:00
Michael Grote cb1c850fb6 Start Layer auf 3 gestellt 2021-08-25 10:11:01 +02:00
Michael Grote 973a79c803 Layer 2 hinzugefügt 2021-08-25 10:10:49 +02:00
Michael Grote 5ef9402099 Belegung Numpad-Layer angepasst 2021-08-25 10:10:23 +02:00
Michael Grote 271fe80a71 header entfernt 2021-08-25 10:10:08 +02:00
Michael Grote 4d90e5d019 layer2 ausgebaut 2021-08-25 09:48:08 +02:00
Michael Grote 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