summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Atreus: add STM32F103C8T6 based variant (#16846)Dmitry Nosachev2022-06-161-1/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Added Atreus Pro Micro variant (#8059)Ibnu Daru Aji2020-02-051-2/+3
| | | | | | | | | | | | | | * new alternative controller. * following suggestions at qmk's 8059. * forgot to replace some underscores and keycodes. * following drashna's suggestions at qmk's 8059. * following zvecr's suggestion in qmk's 8059. * following noroadsleft's suggestion at qmk's 8059.
* Update Atreus to current code conventions (#5849)Joel Challis2019-08-301-9/+13
| | | | | | | | | | * 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
* Atreus rules.mk and readme (#5678)Jason Koh2019-04-221-9/+12
| | | | | | | | * Update rules and readme to reflect new make usage. * Minor edit. * Minor edit.
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
|
* Keyboard: Support PCBDOWN variants for Atreus keyboard (#3735)Alex Schroeder2018-08-241-0/+2
|
* Add Atreus as an official board.Phil Hagelberg2018-08-161-2/+5
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Improve readme and PID codes for Atreus.Phil Hagelberg2017-09-171-4/+2
|
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-161-178/+9
|
* replace jackhumbert with qmkJack Humbert2017-01-261-1/+1
|
* this is the atreus docArthur Nogueira Neves2017-01-181-1/+1
|
* Update keyboard readme files with new makefile instructionsFred Sundvik2016-08-201-3/+4
|
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-0/+186
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme