mirror of
https://github.com/solderparty/i2c_puppet.git
synced 2025-08-18 17:18:10 +02:00
Add functionality to the top buttons, including Ctrl
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <pico/stdlib.h>
|
||||
|
||||
static void key_cb(char key, enum key_state state)
|
||||
static void key_cb(char key, enum key_state state, uint32_t mods)
|
||||
{
|
||||
(void)key;
|
||||
(void)state;
|
||||
|
Reference in New Issue
Block a user