rmk icon indicating copy to clipboard operation
rmk copied to clipboard

Add a way to do per-chip default configuration

Open HaoboGu opened this issue 4 months ago • 0 comments

More and more chips are added to RMK, many of them require some special configuration. Now, the chip-level config is hard-coded in rmk-macro, it's not that clear and cannot be shared to plain Rust implementation. So, we should find a way to do per-chip default configuration.

HaoboGu avatar Sep 30 '24 12:09 HaoboGu