feat: initial commit for corne

This commit is contained in:
uttarayan21
2025-10-12 21:43:50 +05:30
commit d483267d6b
16 changed files with 3289 additions and 0 deletions

10
.cargo/config.toml Normal file
View File

@@ -0,0 +1,10 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip nRF52840_xxAA"
linker = "flip-link"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "info"
KEYBOARD_TOML_PATH = { value = "keyboard.toml", relative = true }