summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
AgeCommit message (Collapse)AuthorFilesLines
2017-10-30README, keymap & config update to 3 keyboards (#1911)James Morgan4-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
2017-10-23Some finishing touches on space_oddity (#1892)James2-6/+87
* Add verbose comments, ASCII layout pictures, and re-word readme.md * Fix omission of F(2) on the third layer.
2017-10-22Added new TKL layout for the Frosty flake - Quickfire Rapid (#1854)mogranjm1-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.
2017-10-22Updated keymaps (#1853)drashna2-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
2017-10-21Additional custom handwired layout - Space Oddity (#1868)James6-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.
2017-10-17Add terminus_mini keyboard and nyquist/DivergeJM layout (#1851)mogranjm8-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.
2017-10-15adds default keymap for handwired boardsJack Humbert8-0/+1544
2017-10-15update keymaps to not be the canonical fileJack Humbert6-12/+0
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert6-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
2017-10-10Cleanup of my keymaps (#1802)drashna1-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
2017-09-29updated drashna's keymaps (#1769)drashna12-0/+1066
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info
2017-09-27remove all makefiles from keyboard directoriesJack Humbert31-268/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed10-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
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert11-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
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson3-35/+35
2017-08-08update priyadi's keymap configJack Humbert2-15/+15
2017-08-04Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen5-60/+0
location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
2017-07-10Update README.mdJack Humbert1-1/+1
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2-3/+3
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-07-03Keyboards/handwired magicforce61 (#1454)Kyle Terry7-0/+369
* adding the magicforce61 under handwired * I meant 14 cols
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert19-236/+236
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-23Updated frenchdev readmenpoirey1-10/+48
2017-06-23Refactoring frenchdevnpoirey5-59/+61
2017-06-23Moved frenchdev to handwirednpoirey11-0/+1648
2017-06-18remove hardware files, move arrow padJack Humbert13-0/+1218
2017-06-12remove .hex, .PNG, .jpgJack Humbert4-3/+3
2017-06-09removes some imagesJack Humbert4-2/+2
2017-05-26- Added schematic for Trackpoint demonstrationdbroqua2-0/+3
2017-05-26- Added integration of IBM Trackpointdbroqua7-0/+135
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein3-14/+14
Fixes #1201.
2017-04-30Simple RGB backlight themingPriyadi Iman Nurcahyo5-72/+161
2017-04-30Syntax fixPriyadi Iman Nurcahyo1-2/+2
2017-04-29Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵Priyadi Iman Nurcahyo4-22/+55
frequency
2017-04-19tune clicksPriyadi Iman Nurcahyo1-3/+3
2017-04-19Fix LED sequence; bug fixesPriyadi Iman Nurcahyo2-10/+18
2017-04-18Fix Planck compatibilityPriyadi Iman Nurcahyo1-0/+2
2017-04-18Keymap updates and some adjustment for latest version of QMKPriyadi Iman Nurcahyo4-24/+125
2017-04-18Promethium rev2Priyadi Iman Nurcahyo6-29/+372
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix
2017-04-17Fixed dvorak layout for Atreus50David Baldwynn1-1/+1
2017-04-13Rename MS-sculpt-mobile to MS_scuplpt_mobileFred Sundvik7-10/+11
Subprojects with "-" have problems, since the build system creates a define containing the subproject name, and "-" is illegal in macro names.
2017-04-13Add SKIP_VERSION option to speed up compilationFred Sundvik17-0/+0
2017-04-02Use tap-toggle to move between layers.Nurahmadie1-4/+4
- Add PDOT key
2017-04-02Fix layer stuck, and add numpad supportNurahmadie2-10/+15
2017-04-02Forgot semicolon, and add reference linkNurahmadie2-2/+4
2017-04-02Add READMENurahmadie2-18/+13
2017-04-02Enable alt-F4 without [Fn]Nurahmadie1-21/+41
- Add led indicator when keymap not on base layer \o/
2017-04-02Add capslock led, and audio buttonsNurahmadie1-16/+26
- Also change layer switch to momentary
2017-04-02Remove lead keys, fix some typos, rearrange layersNurahmadie2-29/+10
2017-04-02Add initial keymapNurahmadie2-28/+73
*crossfingers*
2017-04-02Initial work for my kbod support in qmk_firmwareNurahmadie10-0/+388
- Wiring layout done No actual keymap yet