summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus
AgeCommit message (Collapse)AuthorFilesLines
2018-09-01Keymap: Nojjan atreus (#3822)Jon Olsson2-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
2018-08-24Keyboard: Support PCBDOWN variants for Atreus keyboard (#3735)Alex Schroeder2-0/+5
2018-08-16Add Atreus as an official board.Phil Hagelberg1-2/+5
2018-08-16Keymap: Revamp replicaJunction keymaps (#3589)Joshua T10-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.
2018-07-26Keymap: Ergodox Dvorak 42 key layout changes (#3500)lucwastiaux1-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
2018-07-08Added my Balance 12 layout for Atreus (#3336)yttyx3-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.
2018-05-29Configurator updates for Atreus/Atreus62 (#3065)noroadsleft1-8/+7
2018-05-03 QMK Configurator updates: Atom47, Atomic and Atreus (#2883)noroadsleft14-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
2018-03-16update to Ergodox / Atreus Dvorak 42 key layouts (#2504)lucwastiaux1-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
2018-02-23Update Dvorak 42 key layouts (#2420)lucwastiaux1-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
2017-12-03Add keymap for atreus and minidox (#2079)khitsule3-0/+97
* keymap for atreus and minidox * minidox keymap khitsule cleaned
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-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
2017-11-14Changes to Atreus and Ergodox EZ Dvorak 42key layout (#1997)lucwastiaux1-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
2017-11-06Ergodox EZ and Atreus 42 key dvorak layout updates (#1964)lucwastiaux1-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
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert3-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
2017-10-14keymap configuration rewritten using the KEYMAP macro defined in atreus.hStefano Rodighiero2-36/+34
2017-10-10newkb-atreus-xkJacob Chapman3-0/+368
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-3/+0
2017-09-17Improve readme and PID codes for Atreus.Phil Hagelberg3-10/+5
2017-09-16Adding Ergodox EZ and Atreus Dvorak 42-key layouts (#1705)lucwastiaux3-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
2017-09-15"New" Atreus Keymap (#1717)Hugh2-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
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-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
2017-08-17Make the bulk of our keyboards match the readme.md standardskullY1-178/+9
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-11/+11
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-09removes some imagesJack Humbert6-5/+5
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein1-5/+5
Fixes #1201.
2017-04-12Merge pull request #1220 from joedevivo/masterJack Humbert1-2/+2
mimic atreus firmware defaults
2017-04-11mimic atreus firmware defaultsJoe DeVivo1-2/+2
2017-04-09Cleaned up the keymap:Xyverz2-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.
2017-04-08More missed keycodes; added PSCR, SLCK, and PAUS to ADJUST layer.Xyverz2-3/+3
2017-04-08Corrected a missed typo in the readme.Xyverz1-1/+1
2017-04-07More tweaks to keymap and readme.Xyverz2-9/+14
2017-04-07Added readmeXyverz1-0/+89
2017-04-07Reworked Atreus keymap, added READMEXyverz1-44/+146
2017-04-02Merge remote-tracking branch 'upstream/master'Xyverz1-6/+6
2017-03-24Swapped placement of `Ctrl` and `Alt` keys to match Technomancy'sHugh Enxing1-6/+6
default layout
2017-02-11Merge remote-tracking branch 'upstream/master'Xyverz1-1/+1
2017-01-26replace jackhumbert with qmkJack Humbert1-1/+1
2017-01-19Merge remote-tracking branch 'upstream/master'Xyverz1-1/+1
2017-01-19this is the atreus docArthur Nogueira Neves1-1/+1
2017-01-10Add files via uploadXyverz1-6/+6
tidying up the keymap
2017-01-09Merge remote-tracking branch 'upstream/master'xyverz8-21/+131
2017-01-07Merged from upstreamJoshua T2-0/+125
2017-01-07Updated README and images to reflect latest keymapJoshua T7-6/+10
2017-01-07Added another Shift on Extend layer.Joshua T1-8/+8
This moves the GUI key to the pinkie, but honestly, I never use that function anyway.
2017-01-07Updated Atreus layout to 0.4Joshua T1-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.
2016-11-17Merge remote-tracking branch 'upstream/master'xyverz2-0/+125
2016-10-25[alphadox] remove tmk reset codeAlpha Chen1-5/+0
2016-10-25add alphadox layouts to atreus and ergodoxAlpha Chen2-0/+130
2016-10-24Added comments with ASCII art keymapsJoshua T1-1/+105