summaryrefslogtreecommitdiff
path: root/keyboards/handwired
Commit message (Collapse)AuthorAge
* Added new TKL layout for the Frosty flake - Quickfire Rapid (#1854)mogranjm2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-21
| | | | | | | | | | | | | | * 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-17
| | | | | | | | | | | | | | | | | | | | | | * 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-15
|
* update keymaps to not be the canonical fileJack Humbert2017-10-15
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-10
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-29
| | | | | | | | | | | | * Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info
* remove all makefiles from keyboard directoriesJack Humbert2017-09-27
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-08
| | | | | | | | | | | | | | | | | | | | | | * 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-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-20
|
* update priyadi's keymap configJack Humbert2017-08-07
|
* Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-03
| | | | | | 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-10
|
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-10
| | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
* Keyboards/handwired magicforce61 (#1454)Kyle Terry2017-07-03
| | | | | | * adding the magicforce61 under handwired * I meant 14 cols
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-30
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Updated frenchdev readmenpoirey2017-06-23
|
* Refactoring frenchdevnpoirey2017-06-23
|
* Moved frenchdev to handwirednpoirey2017-06-23
|
* remove hardware files, move arrow padJack Humbert2017-06-18
|
* remove .hex, .PNG, .jpgJack Humbert2017-06-11
|
* removes some imagesJack Humbert2017-06-09
|
* - Added schematic for Trackpoint demonstrationdbroqua2017-05-26
|
* - Added integration of IBM Trackpointdbroqua2017-05-26
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-11
| | | | Fixes #1201.
* Simple RGB backlight themingPriyadi Iman Nurcahyo2017-04-30
|
* Syntax fixPriyadi Iman Nurcahyo2017-04-30
|
* Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵Priyadi Iman Nurcahyo2017-04-29
| | | | frequency
* tune clicksPriyadi Iman Nurcahyo2017-04-19
|
* Fix LED sequence; bug fixesPriyadi Iman Nurcahyo2017-04-19
|
* Fix Planck compatibilityPriyadi Iman Nurcahyo2017-04-19
|
* Keymap updates and some adjustment for latest version of QMKPriyadi Iman Nurcahyo2017-04-19
|
* Promethium rev2Priyadi Iman Nurcahyo2017-04-19
| | | | | | | * 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-17
|
* Rename MS-sculpt-mobile to MS_scuplpt_mobileFred Sundvik2017-04-13
| | | | | | 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-13
|
* Use tap-toggle to move between layers.Nurahmadie2017-04-02
| | | | - Add PDOT key
* Fix layer stuck, and add numpad supportNurahmadie2017-04-02
|
* Forgot semicolon, and add reference linkNurahmadie2017-04-02
|
* Add READMENurahmadie2017-04-02
|
* Enable alt-F4 without [Fn]Nurahmadie2017-04-02
| | | | - Add led indicator when keymap not on base layer \o/
* Add capslock led, and audio buttonsNurahmadie2017-04-02
| | | | - Also change layer switch to momentary
* Remove lead keys, fix some typos, rearrange layersNurahmadie2017-04-02
|
* Add initial keymapNurahmadie2017-04-02
| | | | *crossfingers*
* Initial work for my kbod support in qmk_firmwareNurahmadie2017-04-02
| | | | | | - Wiring layout done No actual keymap yet
* Move Atreus50 to hardwired directory and update READMEDanny Nguyen2017-03-28
|
* Merge pull request #1147 from nooges/numpad20Jack Humbert2017-03-15
|\ | | | | Add handwired 20-key Numpad