summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Joshua T2016-09-013-90/+88
|\
| * Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-258-0/+258
| |\
| | * Added replicaJunction keymapJoshua T2016-08-248-0/+258
| | |
| * | Update keyboard readme files with new makefile instructionsFred Sundvik2016-08-201-3/+4
| | |
| * | Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-202-87/+84
| |/
* | Fixed getting "stuck" in gaming layerJoshua T2016-08-241-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Joshua T2016-08-242-8/+8
|\|
| * Fixing a mixup. Tidying up the keymap.Xyverz2016-08-131-10/+0
| |
| * Merge remote-tracking branch 'upstream/master'Xyverz2016-08-131-0/+10
| |\
| * | Update keymap.cXyverz2016-08-121-4/+0
| | |
| * | Corrections to the Atreus Makefile and updates to my keymapIan Sterling2016-08-121-1/+5
| | |
| * | Update keymap.cXyverz2016-08-111-2/+2
| | | | | | | | | Changed right-hand F-key layout in order to add KC_PLUS to _L2.
| * | 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
* | | Several key placement fixes.Joshua T2016-08-248-11/+21
| | | | | | | | | | | | | | | | | | | | | * Switched Tab and Super on the default layout * Moved Shift on Extend to pinky * Moved Caps Lock to upper right corner * Moved gaming toggle to avoid blocking Escape
* | | Minor changes to Extend and Number layers.Joshua T2016-08-163-10/+10
| | | | | | | | | | | | Brought QWERTY layer in line with normal layer. Removed Undo function, as it interfered with Shift. Moved Tab and Shift-Tab, and added Insert.
* | | Moved Shift keys to Z and ?Joshua T2016-08-091-9/+9
| | | | | | | | | | | | | | | Instead of using a thumb shift, I was given the idea of using the pinky keys as dual-role keys that also send the Shift keypress. This gives me a Shift key on each hand again, but it will make me learn to Shift with opposite hands after all.
* | | Merged branch master into masterJoshua T2016-08-091-0/+89
|\ \ \ | | |/ | |/|
| * | adds Xyverz's keymaps (#615)Xyverz2016-08-091-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.
| * 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.
* | Created keymap local config.h fileJoshua T2016-08-092-4/+95
| | | | | | Reverted the Atreus config.h to default and added one specific to this keymap.
* | Moved PREVENT_STUCK_MODIFIERS to config.hJoshua T2016-07-302-3/+3
| |
* | Modified Atreus extend and Ergodox.Joshua T2016-07-263-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.
* | Created readme and added screenshotsJoshua T2016-07-206-15/+74
| |
* | Modified Atreus layout to account for keymap() functionJoshua T2016-07-191-30/+30
| |
* | 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.
* | Added Gaming layer and removed DvorakJoshua T2016-07-191-23/+23
| | | | | | | | Also added tap/hold functions on central keys
* | Added default layer switch QWERTY to ColemakJoshua T2016-07-151-3/+5
| |
* | Fixed a merge conflictJoshua T2016-07-151-9/+0
| |
* | Corrected merge conflictJoshua T2016-07-131-0/+7
|\ \
| * | Created replicaJunction keymaps.Joshua T2016-07-111-0/+75
| |/
* / Created replicaJunction keymaps.Joshua T2016-07-131-0/+89
|/
* 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