summaryrefslogtreecommitdiff
path: root/keyboards/atreus/atreus.h
AgeCommit message (Collapse)Author
2020-07-11Add config for Atreus based on Adafruit Feather BLE (#9140)Randall Mason
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-02-05[Keyboard] Added Atreus Pro Micro variant (#8059)Ibnu Daru Aji
* 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.
2019-10-24copied atreus astar to mirrored, set PCBDOWN flag (#7137)Theodore S Lindsey
* copied atreus astar to mirrored, set PCBDOWN flag * re-pointed include * mirrored layout will always be true here
2019-09-02[Keyboard] Atreus: Flip the middle two keys when PCBDOWN is set. (#6616)Alex Schroeder
Flipping the columns isn't enough for the Atreus keyboard, since these two keys are distinguished by row on the same column electrically.
2019-08-30Update Atreus to current code conventions (#5849)Joel Challis
* 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
2018-05-03 QMK Configurator updates: Atom47, Atomic and Atreus (#2883)noroadsleft
* 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
2016-07-19Adjusted Atreus KEYMAP() function.Joshua T
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.
2016-06-23Backlight abstraction and other changes (#439)Jack Humbert
* 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
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards