summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus
AgeCommit message (Collapse)AuthorFilesLines
2016-08-10Merged branch master into masterJoshua T1-0/+89
2016-08-10Created keymap local config.h fileJoshua T2-4/+95
Reverted the Atreus config.h to default and added one specific to this keymap.
2016-08-09adds Xyverz's keymaps (#615)Xyverz1-0/+89
* Adding my own keymaps to the following keyboards: Planck, Preonic, Atreus, Ergodox * Delete dvorak.png Not reflective of my layout. * Delete readme.md file cleanup, removing file that doesn't apply to my layout. * Delete old_keymap.c file cleanup * Delete README.md file clean up. * Delete README.md file cleanup * Delete keymap.c file cleanup * Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake. Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default layout and default makefile.
2016-07-30Moved PREVENT_STUCK_MODIFIERS to config.hJoshua T2-3/+3
2016-07-26Modified Atreus extend and Ergodox.Joshua T3-7/+16
Atreus: Removed home row Shift. It's under the thumb anyway. Also replaced dual modifier keys with macro keys (cut, copy, paste, undo). Ergodox: Made Colemak the default layer instead of Dvorak. Also began the process of bringing it in line with the Atreus layout I've been working on.
2016-07-20Created readme and added screenshotsJoshua T6-15/+74
2016-07-20Adjusted Atreus KEYMAP() function.Joshua T1-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.
2016-07-20Modified Atreus layout to account for keymap() functionJoshua T1-30/+30
2016-07-20Adjusted Atreus KEYMAP() function.Joshua T1-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.
2016-07-20Added Gaming layer and removed DvorakJoshua T1-23/+23
Also added tap/hold functions on central keys
2016-07-16Added default layer switch QWERTY to ColemakJoshua T1-3/+5
2016-07-16Fixed a merge conflictJoshua T1-9/+0
2016-07-14Corrected merge conflictJoshua T1-0/+7
2016-07-14Created replicaJunction keymaps.Joshua T1-0/+89
2016-07-12Created replicaJunction keymaps.Joshua T1-0/+75
2016-07-07default keymap, reset sorted out for now, added serial to makefileJack Humbert1-0/+1
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert5-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
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert9-0/+3202
* fixes from tmk's repo * rename keyboard to keyboards