aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-173-7/+2
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Keymap: Nojjan atreus (#3822)Jon Olsson2018-09-012-0/+71
| | | | | | | | | | | | | * Add support for my Falbatech Atreus This is currently the default Atreus keyboard layout, but I will eventually customize it to match my Ergodox layout. * Address review comments * More review comments fixed * More review comments fixed
* Keymap: Revamp replicaJunction keymaps (#3589)Joshua T2018-08-1510-319/+361
| | | | | | | | | | | | | | | | | | | | | | | | | * Revamp replicaJunction keymaps Updates both the replicaJunction Ergodox and Atreus keymaps and moves most of the logic into a new user directory. * Cleanup as requested in #3589 * Slightly increased TAPPING_TERM * Fixed typo in #pragma once * Fix TAPPING_TERM redefined in config.h * Add include of replicaJunction.h Due to the tap dance references, without this include, I was getting compiler errors about both internal QMK items like `qk_tap_dance_state_t` and constants defined in my replicaJunction.h file like TD_LAYER_TOGGLE. Also remove some commented-out code that defined an enum which has since moved to replicaJunction.h.
* Keymap: Ergodox Dvorak 42 key layout changes (#3500)lucwastiaux2018-07-261-46/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add SCREEN_NAV layer for copy/pasting within screen * working readreg/paste macros * working read reg / paste macros * write log and tran patterns, and expand * add ls -la shortcut, add tab on combined layer * put delete word on the right pinky key on shell_nav layer * add TAB on the right side, add reset key * added Cloud9 macros * add cloud9 shortcuts to atreus layout * added BROWSER_CONTROL layer * finalized browser control layer * adding comment * add browser control layer to atreus * add flashing command line * remove the tab on combined layer * remove the tomouse * remove mouse layer, change log/tran expand patterns, cleanups * add dumptlog macro * add "delete to home" shortcut * fix conflict * remove unneeded mouse layer * add meh shortcuts on the browser_control layer * add/modify some macros * explain the various layers
* Added my Balance 12 layout for Atreus (#3336)yttyx2018-07-073-0/+208
| | | | | | | | | | * New Balance Twelve-based layout for the Atreus keyboard * Rearrange cursor keys. Fix layout comment typo. * Added Balance 12 layout for Atreus * Changes following review.
* QMK Configurator updates: Atom47, Atomic and Atreus (#2883)noroadsleft2018-05-0312-746/+745
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* update to Ergodox / Atreus Dvorak 42 key layouts (#2504)lucwastiaux2018-03-161-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add SCREEN_NAV layer for copy/pasting within screen * working readreg/paste macros * working read reg / paste macros * write log and tran patterns, and expand * add ls -la shortcut, add tab on combined layer * put delete word on the right pinky key on shell_nav layer * add TAB on the right side, add reset key * added Cloud9 macros * add cloud9 shortcuts to atreus layout * added BROWSER_CONTROL layer * finalized browser control layer * adding comment * add browser control layer to atreus * add flashing command line * remove the tab on combined layer
* Update Dvorak 42 key layouts (#2420)lucwastiaux2018-02-231-4/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | * add SCREEN_NAV layer for copy/pasting within screen * working readreg/paste macros * working read reg / paste macros * write log and tran patterns, and expand * add ls -la shortcut, add tab on combined layer * put delete word on the right pinky key on shell_nav layer * add TAB on the right side, add reset key * added Cloud9 macros * add cloud9 shortcuts to atreus layout * added BROWSER_CONTROL layer * finalized browser control layer * adding comment
* Add keymap for atreus and minidox (#2079)khitsule2017-12-023-0/+97
| | | | | | * keymap for atreus and minidox * minidox keymap khitsule cleaned
* Changes to Atreus and Ergodox EZ Dvorak 42key layout (#1997)lucwastiaux2017-11-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * importing 42 key dvorak layout * added comment for build instructions * adding atreus dvorak 42 key layout * added readme * add readme * build instructions * additional MEH shortcuts * added shifted symbols on symbols layer * working extra symbols on COMBINED layer * bring atreus layout inline with the ergodox one * add necessary macros * working ls macro * added more shell macros * added screen rename / screen number macros * add ctrl-a key in shell-nav to use screen more easily * added shell screen layer * assign screen switching macros to screen layer * define all screen switching macros * more screen-related shortcuts added on shell screen layer * change shell nav bottom right row to match base layer (backspace / delete) * remove some mappings on SHELL_NAV layer as they are now in the screen layer * added more screen macros * changes to COMBINED layer (pipe on the right) and modified shell nav * moved pipe/backslash to then right * documented SHELL_SCREEN layer * put backspace/delete on SHELL_NAV layer
* Ergodox EZ and Atreus 42 key dvorak layout updates (#1964)lucwastiaux2017-11-061-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * importing 42 key dvorak layout * added comment for build instructions * adding atreus dvorak 42 key layout * added readme * add readme * build instructions * additional MEH shortcuts * added shifted symbols on symbols layer * working extra symbols on COMBINED layer * bring atreus layout inline with the ergodox one * add necessary macros * working ls macro * added more shell macros * added screen rename / screen number macros * add ctrl-a key in shell-nav to use screen more easily * added shell screen layer * assign screen switching macros to screen layer * define all screen switching macros * more screen-related shortcuts added on shell screen layer * change shell nav bottom right row to match base layer (backspace / delete) * remove some mappings on SHELL_NAV layer as they are now in the screen layer * added more screen macros
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* keymap configuration rewritten using the KEYMAP macro defined in atreus.hStefano Rodighiero2017-10-142-36/+34
|
* newkb-atreus-xkJacob Chapman2017-10-103-0/+368
|
* Adding Ergodox EZ and Atreus Dvorak 42-key layouts (#1705)lucwastiaux2017-09-153-0/+220
| | | | | | | | | | | | | | | | * importing 42 key dvorak layout * added comment for build instructions * adding atreus dvorak 42 key layout * added readme * add readme * build instructions * additional MEH shortcuts
* "New" Atreus Keymap (#1717)Hugh2017-09-152-0/+111
| | | | | | | | | | | | | | | | | | * Merge with upstream * Finish merge * Add new keymap * Change use of KEYMAP macro * Add Readme.md * Fix link * Clean up comments * Raise on leading edge of keypress
* removes some imagesJack Humbert2017-06-096-5/+5
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-5/+5
| | | | Fixes #1201.
* Merge pull request #1220 from joedevivo/masterJack Humbert2017-04-121-2/+2
|\ | | | | mimic atreus firmware defaults
| * mimic atreus firmware defaultsJoe DeVivo2017-04-101-2/+2
| |
* | Cleaned up the keymap:Xyverz2017-04-082-11/+57
| | | | | | | | | | | | Added MOD_TAP aliases for keymap.c readability. Updated README to document said changes. Added additional Dvorak layer to make using the CMD key easier on Macs.
* | More missed keycodes; added PSCR, SLCK, and PAUS to ADJUST layer.Xyverz2017-04-072-3/+3
| |
* | Corrected a missed typo in the readme.Xyverz2017-04-071-1/+1
| |
* | More tweaks to keymap and readme.Xyverz2017-04-062-9/+14
| |
* | Added readmeXyverz2017-04-061-0/+89
| |
* | Reworked Atreus keymap, added READMEXyverz2017-04-061-44/+146
|/
* Merge remote-tracking branch 'upstream/master'Xyverz2017-04-021-6/+6
|\
| * Swapped placement of `Ctrl` and `Alt` keys to match Technomancy'sHugh Enxing2017-03-241-6/+6
| | | | | | | | default layout
* | Add files via uploadXyverz2017-01-091-6/+6
| | | | | | tidying up the keymap
* | Merge remote-tracking branch 'upstream/master'xyverz2017-01-088-21/+131
|\|
| * Merged from upstreamJoshua T2017-01-072-0/+125
| |\
| * | Updated README and images to reflect latest keymapJoshua T2017-01-077-6/+10
| | |
| * | Added another Shift on Extend layer.Joshua T2017-01-071-8/+8
| | | | | | | | | | | | This moves the GUI key to the pinkie, but honestly, I never use that function anyway.
| * | Updated Atreus layout to 0.4Joshua T2017-01-061-26/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Alt on base layer, replaced with Function layer. Moved function keys to left hand. Added mouse keys to right hand on the function layer. Moved middle click on gaming layer to be consistent with mouse layer. Added macro _USER. Macro contents are not implemented yet.
| * | Added comments with ASCII art keymapsJoshua T2016-10-241-1/+105
| | |
| * | Added Ctrl+` (ConEmu shortcut)Joshua T2016-10-151-1/+1
| | |
* | | Merge remote-tracking branch 'upstream/master'xyverz2016-11-162-0/+125
|\ \ \ | | |/ | |/|
| * | [alphadox] remove tmk reset codeAlpha Chen2016-10-251-5/+0
| | |
| * | add alphadox layouts to atreus and ergodoxAlpha Chen2016-10-252-0/+130
| |/
* / Add files via uploadXyverz2016-10-181-6/+6
|/ | | Minor layout changes.
* Added Jeremy’s Atreus LayoutJeremy Cowgar2016-09-252-0/+111
|
* Revert because the IGNORE_MOD_TAP_INTERRUPT flag didn't feel right.Austin Erlandson2016-09-152-14/+6
|
* Add IGNORE_MOD_TAP_INTERRUPT to fix overloaded mod keys sending mod on diads...Austin Erlandson2016-09-152-12/+15
|
* Copy config overrides to my keymap directory...Austin Erlandson2016-09-141-0/+101
|
* Small updateAustin Erlandson2016-09-131-5/+5
|
* Get rid of sleep button...Austin Erlandson2016-09-121-1/+1
|
* Latest making use of overloaded modifiers...Austin Erlandson2016-09-121-12/+12
|
* My Atreus LayoutAustin Erlandson2016-09-121-0/+61
|
* Update to new default keymapDaniel Bordak2016-09-102-5/+65
|
* Added replicaJunction keymapJoshua T2016-08-248-0/+258
|