diff options
author | Evan Travers <evantravers@gmail.com> | 2020-10-09 01:17:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 23:17:25 -0700 |
commit | cd0e32ff9ec5d33d911832c1ea716acb900b564d (patch) | |
tree | 63cbbe387210a827094e312a8dcd744910d53c32 /keyboards/keyboardio/atreus/atreus.c | |
parent | 7229997e7d7e3519c09774020c7f3979541ea761 (diff) | |
download | qmk_firmware-cd0e32ff9ec5d33d911832c1ea716acb900b564d.tar.gz qmk_firmware-cd0e32ff9ec5d33d911832c1ea716acb900b564d.zip |
[Keyboard] Keyboardio Atreus (#10570)
* Initial support for the Keyboardio Atreus
Many thanks to noroadsleft for reviews & suggestions.
* Add QMK Configurator layout support
* Update the fn layer of the Keyboardio Atreus to the new layout.
Previously this was using the Classic Atreus layout.
* Implement noroadleft's changes from #8492
* Follow Erovia's recommendations
qmk/qmk_firmware#8492
* Correct braces
* Change correct rules.mk
* Remove comments
* Fix BOOTMAGIC_ENABLE
I had edited the wrong file earlier.
* Remove comment
* Updates rules.mk
Thank you noroadsleft.
Co-authored-by: Gergely Nagy <algernon@keyboard.io>
Co-authored-by: Phil Hagelberg <phil@hagelb.org>
Diffstat (limited to 'keyboards/keyboardio/atreus/atreus.c')
-rw-r--r-- | keyboards/keyboardio/atreus/atreus.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/keyboardio/atreus/atreus.c b/keyboards/keyboardio/atreus/atreus.c new file mode 100644 index 0000000000..0ad7156581 --- /dev/null +++ b/keyboards/keyboardio/atreus/atreus.c @@ -0,0 +1,17 @@ +/* Copyright (C) 2019, 2020 Keyboard.io, Inc + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "atreus.h" |