diff options
author | Chris Gerber <christopher.gerber@regeneron.com> | 2016-02-17 18:55:17 -0500 |
---|---|---|
committer | Chris Gerber <christopher.gerber@regeneron.com> | 2016-02-17 19:14:25 -0500 |
commit | 1db3558a921d465e1c2f7f280f94dad8e95d32ac (patch) | |
tree | ad9ee6b3125b21f8f5e3f5ef0e783ea0b4c7b42b /keyboard/atreus/README.md | |
parent | 47dcec29456106828b83fe5b85fa7a7427ddc710 (diff) |
Change default controller for Atreus from Teensy2 to A-Star
Diffstat (limited to 'keyboard/atreus/README.md')
-rw-r--r-- | keyboard/atreus/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/atreus/README.md b/keyboard/atreus/README.md index e3bcaa4c4d..4db7ac1203 100644 --- a/keyboard/atreus/README.md +++ b/keyboard/atreus/README.md @@ -12,7 +12,7 @@ You have access to a bunch of goodies! Check out the Makefile to enable/disable ## Atreus specific information -These configuration files are specifically for the Atreus keyboards created by Phil Hagelberg (@technomancy). This keyboard is available in two variants: one powered by a Teensy 2, one powered by an A-Star. This repository currently assumes that you have a Teensy 2 powered Atreus. If you are using an A-Star, specify that by adding `ASTAR=yes` to your `make` commands. +These configuration files are specifically for the Atreus keyboards created by Phil Hagelberg (@technomancy). This keyboard is available in two variants: one powered by a Teensy 2, one powered by an A-Star. This repository currently assumes that you have an A-Star powered Atreus. If you are using a Teensy2, specify that by adding `TEENSY2=yes` to your `make` commands. If you are coming from the [atreus-firmware](https://github.com/technomancy/atreus-firmware), we've also brought forward the `make upload` command for you to use. |