]> git.donarmstrong.com Git - qmk_firmware.git/commit
Update Atreus to current code conventions (#5849)
authorJoel Challis <git@zvecr.com>
Fri, 2 Aug 2019 20:35:35 +0000 (21:35 +0100)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 30 Aug 2019 22:01:52 +0000 (15:01 -0700)
commit75ee8df19e0f14ba466f41ab673dde2fe2fdae9c
tree046021c2cdd49b10956a94c0dd912f94ae75fc83
parent3619678b10c772c15dd348dce3d2991e178d7a3d
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
17 files changed:
docs/ChangeLog/20190830/PR5849.md [new file with mode: 0644]
keyboards/atreus/astar/astar.c [new file with mode: 0644]
keyboards/atreus/astar/astar.h [new file with mode: 0644]
keyboards/atreus/astar/config.h [new file with mode: 0644]
keyboards/atreus/astar/rules.mk [new file with mode: 0644]
keyboards/atreus/atreus.c
keyboards/atreus/atreus.h
keyboards/atreus/config.h
keyboards/atreus/keymaps/alphadox/config.h
keyboards/atreus/keymaps/dvorak_42_key/config.h
keyboards/atreus/keymaps/erlandsona/config.h
keyboards/atreus/readme.md
keyboards/atreus/rules.mk
keyboards/atreus/teensy2/config.h [new file with mode: 0644]
keyboards/atreus/teensy2/rules.mk [new file with mode: 0644]
keyboards/atreus/teensy2/teensy2.c [new file with mode: 0644]
keyboards/atreus/teensy2/teensy2.h [new file with mode: 0644]