Update Atreus to current code conventions (#5849)
* Update atreus to current code conventions - add multi revision instead of defines * Remove config.h duplication from user keymaps * Add breaking change log * Add missing pragma once
This commit is contained in:
parent
3619678b10
commit
75ee8df19e
17 changed files with 346 additions and 378 deletions
3
docs/ChangeLog/20190830/PR5849.md
Normal file
3
docs/ChangeLog/20190830/PR5849.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Update Atreus to current code conventions
|
||||
* Duplicate include guards have bypassed the expected header processing behavior
|
||||
* All keymaps affected are recommended to remove duplication of `<keyboard>/config.h` to `<keyboard>/keymaps/<user>/config.h` and only provide overrides at the keymap level
|
Loading…
Add table
Add a link
Reference in a new issue