summaryrefslogtreecommitdiff
path: root/keyboards/atreus/atreus.h
Commit message (Collapse)AuthorAge
* copied atreus astar to mirrored, set PCBDOWN flag (#7137)Theodore S Lindsey2019-10-24
| | | | | | | | * copied atreus astar to mirrored, set PCBDOWN flag * re-pointed include * mirrored layout will always be true here
* [Keyboard] Atreus: Flip the middle two keys when PCBDOWN is set. (#6616)Alex Schroeder2019-09-02
| | | | Flipping the columns isn't enough for the Atreus keyboard, since these two keys are distinguished by row on the same column electrically.
* Update Atreus to current code conventions (#5849)Joel Challis2019-08-30
| | | | | | | | | | * 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
* QMK Configurator updates: Atom47, Atomic and Atreus (#2883)noroadsleft2018-05-03
| | | | | | | | | | | | | | | | | | | | | | | | * QMK Configurator update for Alpha 28-key * QMK Configurator update for AMJ40 * QMK Configurator update for AMJ Pad * QMK Configurator update for Atom47 * QMK Configurator update for OLKB Atomic * QMK Configurator updates: Atom47 and Atreus * QMK Configurator updates: Atom47 and Atreus * QMK Configurator update for OLKB Atomic and Atreus * QMK C10R: Attempting fixes for Atreus keymap errors * QMK C10R: Attempting fixes for Atreus keymap errors * QMK Configurator: Bug fixes for Atreus keymaps
* Adjusted Atreus KEYMAP() function.Joshua T2016-07-19
| | | | | | This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work. This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function.
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-23
| | | | | | | | | | | | | | | | | | | | * 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
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-21
* fixes from tmk's repo * rename keyboard to keyboards