feat: initial commit for corne
This commit is contained in:
7
src/central.rs
Normal file
7
src/central.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
use rmk::macros::rmk_central;
|
||||
|
||||
#[rmk_central]
|
||||
mod keyboard_central {}
|
||||
7
src/peripheral.rs
Normal file
7
src/peripheral.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
use rmk::macros::rmk_peripheral;
|
||||
|
||||
#[rmk_peripheral(id = 0)]
|
||||
mod keyboard_peripheral {}
|
||||
Reference in New Issue
Block a user