1
0
Fork 0

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:
Joel Challis 2019-08-02 21:35:35 +01:00 committed by skullydazed
parent 3619678b10
commit 75ee8df19e
17 changed files with 346 additions and 378 deletions

View 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