aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/atreus62
AgeCommit message (Collapse)Author
2017-10-14Make arguments redo, subproject elimination (#1784)Gravatar Jack Humbert
* 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-09-27remove all makefiles from keyboard directoriesGravatar Jack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)Gravatar skullydazed
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-16Make the bulk of our keyboards match the readme.md standardGravatar skullY
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Gravatar Jack Humbert
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Gravatar Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-17Atreus52- moved parens and braces to left hand.Gravatar Jonas Rogers
2017-06-17Atreus52- made dvorak layer default.Gravatar Jonas Rogers
2017-06-17Atreus52- added software reset key.Gravatar Jonas Rogers
2017-06-17Atreus52- Modified BDO map.Gravatar Jonas
2017-06-17Atreus52- BDO keymap.Gravatar Jonas
2017-06-17Atreus52- Added Nav layer keymap.Gravatar jprmesh
2017-06-17Atreus52- Reworked keymap to be more 40% like.Gravatar Jonas
2017-06-17Atreus52- Swapped thumb keys.Gravatar jprmesh
2017-06-17Atreus52- Last changes to config to get it workin.Gravatar jprmesh
2017-06-17Atreus52- Some keymap changes.Gravatar jprmesh
2017-06-17Atreus52- Fixed spacing and changed to KC_KEYMAP macro.Gravatar jprMesh
2017-06-17Atreus52- finished initial keymap layout.Gravatar jprmesh
2017-06-17Atreus52- Fixed config.Gravatar jprmesh
2017-06-17Atreus52- Fixed Qwerty Dvorak switchGravatar jprmesh
2017-06-17Atreus52- Changed to KEYMAP macro format.Gravatar jprmesh
2017-06-17Atreus52- Initial Atreus52 file creation.Gravatar jprMesh
2017-06-09removes some imagesGravatar Jack Humbert
2017-05-11Fix spelling of "persistent"Gravatar Nikolaus Wittenstein
Fixes #1201.
2017-04-02Merge remote-tracking branch 'upstream/master'Gravatar Xyverz
2017-03-17Added KC_KEYMAP macro for old style keymaps in Atreus62Gravatar jprmesh
2017-02-11Merge remote-tracking branch 'upstream/master'Gravatar Xyverz
2017-02-11correct spelling in readmeGravatar David Olsson
2017-02-11update readmeGravatar David Olsson
2017-02-07Added another handwired board, the Atreus50.Gravatar Xyverz
Added a layer for WOW to my Atreus62.
2017-01-19Merge remote-tracking branch 'upstream/master'Gravatar Xyverz
2017-01-19Changes to Atreus62 keymap, adding Let's Split keymap.Gravatar Xyverz
2017-01-17Don't change ralt to lalt, it's really not the same thing on windows.Gravatar David Olsson
2017-01-16whitespace fixesGravatar David Olsson
2017-01-16vi style arrow keys. Live unicode switch supportGravatar David Olsson
2017-01-13initial commit of my Atreus62 keymapGravatar Xyverz
2017-01-12Update makefile.Gravatar David Olsson
Readme.
2017-01-12- Change docs to match keymap.Gravatar David Olsson
- Switched around modifiers on the function layer to match muscle memory. - Added support for application switching.
2017-01-12Remove comments and change to correct KN_PLUS instead of KC_PLUS.Gravatar David Olsson
2017-01-11Link fix in readme.Gravatar David Olsson
2017-01-11Readme + minor change to make it match reality.Gravatar David Olsson
2017-01-11Atreus62 first semi-final draftGravatar David Olsson
2016-11-16Adding readme placeholderGravatar Benjamin Grabkowitz
2016-11-16Adding Support for atreus62 keyboard. https://github.com/profet23/atreus62Gravatar Benjamin Grabkowitz