updated to RMK 0.7

This commit is contained in:
Iaphetes 2025-09-14 20:29:45 +02:00
parent 6851a13ae8
commit c147a82941
5 changed files with 941 additions and 205 deletions

View file

@ -6,4 +6,5 @@ runner = "probe-rs run --chip RP2040"
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"
DEFMT_LOG = "debug"
KEYBOARD_TOML_PATH = { value = "keyboard.toml", relative = true }