HaoboGu / rmk

Rust keyboard firmware library with layers, macros, real-time keymap editing, and wireless(BLE) support
https://haobogu.github.io/rmk/
Apache License 2.0
381 stars 28 forks source link

Add a way to do per-chip default configuration #82

Open HaoboGu opened 4 days ago

HaoboGu commented 4 days ago

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.