summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-291-6/+6
| | | | | | | | | | | * Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files * Correct some 'rules.mk' in boards buried under vendor folders * PR8027 patch Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update Atreus to current code conventions (#5849)Joel Challis2019-08-301-71/+5
| | | | | | | | | | * 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-35/+42
| | | | | | | | * Update rules and readme to reflect new make usage. * Minor edit. * Minor edit.
* Keyboard: Support PCBDOWN variants for Atreus keyboard (#3735)Alex Schroeder2018-08-241-0/+3
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* Improve readme and PID codes for Atreus.Phil Hagelberg2017-09-171-3/+0
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-11/+11
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Fix typoDaniel Bordak2016-09-101-3/+3
|
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-201-0/+82