From 4e71a432f3729e1477e362b1a302b13ad80575f8 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Tue, 22 Dec 2020 22:40:03 +0100 Subject: Simple backlight support using custom actions. Use keyberon's custom action to create some useless LEDs mode. Frequency (when applicable) and color can be changed by some keypress. --- firmware/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/Cargo.toml') diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml index 2fd5d7b..5db1fba 100644 --- a/firmware/Cargo.toml +++ b/firmware/Cargo.toml @@ -10,7 +10,7 @@ stm32f0xx-hal = { git = "https://github.com/dkm/stm32f0xx-hal/", features = ["rt cortex-m = "0.6" cortex-m-rt = { version = "0.6.10", features = ["device"] } panic-halt = "0.2.0" -keyberon = { git = "https://github.com/TeXitoi/keyberon" } +keyberon = { git = "https://github.com/dkm/keyberon" } cortex-m-rtic = "0.5" generic-array = "0.13" embedded-hal = "0.2" -- cgit v1.2.3