aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/atreus
Commit message (Collapse)AuthorAgeFilesLines
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-221-1/+1
|
* Keymap: Talljoe's keymap for oddball keyboards (#3910)Joe Wasson2018-09-193-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create layout for JD45 * Tweak layout to better support JD45 and add more tap dancing. * Add Maltron and tweak layout for 40% enter compatibility. * Switch back to `BL_TOGGLE` for backlight. * More tweaks * Rename talljoe_gherkin to talljoe-gherkin * Make NAV layer tab C_S_T also. * Add missing RESET key. * Add Talljoe layout for minivan. * MTI is not for me * Tweak keymap. * Add talljoe keymap to Atreus. * Minor tweaks. * Fix talljoe keymaps to work with new Zeal60 commit.
* 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
* Keyboard: Support PCBDOWN variants for Atreus keyboard (#3735)Alex Schroeder2018-08-242-0/+5
|
* Add Atreus as an official board.Phil Hagelberg2018-08-161-2/+5
|
* 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.
* Configurator updates for Atreus/Atreus62 (#3065)noroadsleft2018-05-281-8/+7
|
* QMK Configurator updates: Atom47, Atomic and Atreus (#2883)noroadsleft2018-05-0314-747/+759
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* 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-143-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
|
* Improve readme and PID codes for Atreus.Phil Hagelberg2017-09-173-10/+5
|
* 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
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-161-178/+9
|
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-11/+11
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* 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
* | Merge remote-tracking branch 'upstream/master'Xyverz2017-02-101-1/+1
|\|
| * replace jackhumbert with qmkJack Humbert2017-01-261-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Xyverz2017-01-191-1/+1
|\|
| * this is the atreus docArthur Nogueira Neves2017-01-181-1/+1
| |
* | 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
| | |