aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/atreus
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update MakefileXyverz2016-08-111-4/+4
| | | | | | Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS)
* | Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and ↵Ian Sterling2016-08-091-1/+1
| | | | | | | | LBCR didn't work for me.
* | Adding my own keymaps to the following keyboards:Ian Sterling2016-08-081-0/+89
|/ | | | Planck, Preonic, Atreus, Ergodox
* Adjusted Atreus KEYMAP() function.Joshua T2016-07-191-5/+5
| | | | | | 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.
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-061-0/+1
|
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-235-2701/+3
| | | | | | | | | | | | | | | | | | | | * 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-219-0/+3202
* fixes from tmk's repo * rename keyboard to keyboards