summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
Commit message (Collapse)AuthorAgeFilesLines
* Updated personal keymaps (#1945)drashna2017-11-014-75/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow * Updated macros and added workman keymaps * Fixed RGB lighting for Workman layout * Add leader keys * Remove force NKRO * Add Viterbi one handed layout and minor tweaks to others * Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts * Made "make" keystroke universal * Clean up and updates of drashna keymaps * Add workman layer to planck * Update to keymaps * Fix accidental commit because I don't know how to git * Fix makefile toggle code in ez keymap Finish adding RGB code to orthodox * missing underscore in init function declaration * Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function * Remove unnecessary planck layout
* README, keymap & config update to 3 keyboards (#1911)James Morgan2017-10-294-104/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware * Fix terminus_mini & nyquist/DivergeJM readme files Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout) * Update makefiles to rules.mk Renamed both Makefiles to rules.mk, removed references to makefiles * Updated rules.mk Inadvertantly removed important code from the rules.mk in previous commit. This has been restored. Also disabled Tap_Dance in both rules.mk files * Moved terminus_mini to handwired Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired. * New Frosty Flake layout for QFR TKL Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality. * README fix & keymap update for 3 keyboards Fixed the markdown for the handwired/terminus_mini:default, Nyqyist:DivergeJM & frosty_flake:QFR_JM. Added TAPPING_TERM = 150 to config.h for all keyboards Switched LT(LOWER) and LAlt on the mod row for ortholinear boards. * Update readme for QFR_JM to include make instructions * Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware" This reverts commit a45f264ada09acc14fb85390407bc7ff5bb021e3, reversing changes made to 62349c33410671a33d4041d50cf27de1d6bdd9cf. * Revert "Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware"" This reverts commit eae54fb3be2c60dffd704261f84bab98c9e06f93. * Added QWERTY support to the QFR_JM Implemented variable default base layer from the Planck default keymap. * Update README to reflect QWERTY support
* Some finishing touches on space_oddity (#1892)James2017-10-232-6/+87
| | | | | | * Add verbose comments, ASCII layout pictures, and re-word readme.md * Fix omission of F(2) on the third layer.
* Added new TKL layout for the Frosty flake - Quickfire Rapid (#1854)mogranjm2017-10-211-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware * Fix terminus_mini & nyquist/DivergeJM readme files Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout) * Update makefiles to rules.mk Renamed both Makefiles to rules.mk, removed references to makefiles * Updated rules.mk Inadvertantly removed important code from the rules.mk in previous commit. This has been restored. Also disabled Tap_Dance in both rules.mk files * Moved terminus_mini to handwired Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired. * New Frosty Flake layout for QFR TKL Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality.
* Updated keymaps (#1853)drashna2017-10-212-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow * Updated macros and added workman keymaps * Fixed RGB lighting for Workman layout * Add leader keys * Remove force NKRO * Add Viterbi one handed layout and minor tweaks to others
* Additional custom handwired layout - Space Oddity (#1868)James2017-10-216-0/+327
| | | | | | | | | | | | | | * Add existing file * Add new keyboard layout - initial commit * Revised readme.md * Clarified readme.md, reorganized keymap.c, and added license text. * Fixing last incomplete commit * Just a little code cleanup to make things more readable.
* Add terminus_mini keyboard and nyquist/DivergeJM layout (#1851)mogranjm2017-10-178-0/+740
| | | | | | | | | | | | | | | | | | | | | | * First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware * Fix terminus_mini & nyquist/DivergeJM readme files Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout) * Update makefiles to rules.mk Renamed both Makefiles to rules.mk, removed references to makefiles * Updated rules.mk Inadvertantly removed important code from the rules.mk in previous commit. This has been restored. Also disabled Tap_Dance in both rules.mk files * Moved terminus_mini to handwired Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired.
* adds default keymap for handwired boardsJack Humbert2017-10-158-0/+1544
|
* update keymaps to not be the canonical fileJack Humbert2017-10-156-12/+0
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-146-11/+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
* Cleanup of my keymaps (#1802)drashna2017-10-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow
* updated drashna's keymaps (#1769)drashna2017-09-2912-0/+1066
| | | | | | | | | | | | * Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info
* remove all makefiles from keyboard directoriesJack Humbert2017-09-2731-268/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-0810-0/+172
| | | | | | | | | | | | | | | | | | | | | | * 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
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-2311-46/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-203-35/+35
|
* update priyadi's keymap configJack Humbert2017-08-072-15/+15
|
* Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-035-60/+0
| | | | | | location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
* Update README.mdJack Humbert2017-07-101-1/+1
|
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-102-3/+3
| | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
* Keyboards/handwired magicforce61 (#1454)Kyle Terry2017-07-037-0/+369
| | | | | | * adding the magicforce61 under handwired * I meant 14 cols
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-3019-236/+236
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Updated frenchdev readmenpoirey2017-06-231-10/+48
|
* Refactoring frenchdevnpoirey2017-06-235-59/+61
|
* Moved frenchdev to handwirednpoirey2017-06-2311-0/+1648
|
* remove hardware files, move arrow padJack Humbert2017-06-1813-0/+1218
|
* remove .hex, .PNG, .jpgJack Humbert2017-06-114-3/+3
|
* removes some imagesJack Humbert2017-06-094-2/+2
|
* - Added schematic for Trackpoint demonstrationdbroqua2017-05-262-0/+3
|
* - Added integration of IBM Trackpointdbroqua2017-05-267-0/+135
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-113-14/+14
| | | | Fixes #1201.
* Simple RGB backlight themingPriyadi Iman Nurcahyo2017-04-305-72/+161
|
* Syntax fixPriyadi Iman Nurcahyo2017-04-301-2/+2
|
* Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵Priyadi Iman Nurcahyo2017-04-294-22/+55
| | | | frequency
* tune clicksPriyadi Iman Nurcahyo2017-04-191-3/+3
|
* Fix LED sequence; bug fixesPriyadi Iman Nurcahyo2017-04-192-10/+18
|
* Fix Planck compatibilityPriyadi Iman Nurcahyo2017-04-191-0/+2
|
* Keymap updates and some adjustment for latest version of QMKPriyadi Iman Nurcahyo2017-04-194-24/+125
|
* Promethium rev2Priyadi Iman Nurcahyo2017-04-196-29/+372
| | | | | | | * 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix
* Fixed dvorak layout for Atreus50David Baldwynn2017-04-171-1/+1
|
* Rename MS-sculpt-mobile to MS_scuplpt_mobileFred Sundvik2017-04-137-10/+11
| | | | | | Subprojects with "-" have problems, since the build system creates a define containing the subproject name, and "-" is illegal in macro names.
* Add SKIP_VERSION option to speed up compilationFred Sundvik2017-04-1317-0/+0
|
* Use tap-toggle to move between layers.Nurahmadie2017-04-021-4/+4
| | | | - Add PDOT key
* Fix layer stuck, and add numpad supportNurahmadie2017-04-022-10/+15
|
* Forgot semicolon, and add reference linkNurahmadie2017-04-022-2/+4
|
* Add READMENurahmadie2017-04-022-18/+13
|
* Enable alt-F4 without [Fn]Nurahmadie2017-04-021-21/+41
| | | | - Add led indicator when keymap not on base layer \o/
* Add capslock led, and audio buttonsNurahmadie2017-04-021-16/+26
| | | | - Also change layer switch to momentary
* Remove lead keys, fix some typos, rearrange layersNurahmadie2017-04-022-29/+10
|
* Add initial keymapNurahmadie2017-04-022-28/+73
| | | | *crossfingers*