summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-25Added a new keycode for cycling through RBG modes which reverses directions ↵Sebastian Kaim3-0/+14
when shift is hold. This commit adds a new keycode `RGB_SMOD` which is the same as `RGB_MOD` (cycle through all modes), but when it is used in combination with shift it will reverse the direction.
2017-10-25Add a layout of planck named GunP, ready for pull request review.Gun Pinyo5-0/+274
2017-10-25Added berfarah's custom keyboard layoutBernardo Farah4-0/+404
2017-10-23Added ajp10304 Planck layout (#1887)ajp103045-0/+306
* Added ajp10304 Planck layout * Removed Makefile from planck ajp10304 keymap
2017-10-23My layout to suit my needsalex-paget3-0/+114
2017-10-23DZ60 changes (#1890)Damien2-1/+89
* - Fixed DK60 version in config.h * - Updated dk60 readme with new QMK rules * - Fixed wording in readme * Added dbroqua layout for DZ60 I've also updated dz60.h to add "true HHKD" keymap definition (6U spacebar). With the default HHKB definition r_alt was not mapped and when I pressed r_menu it was r_alt. Regards
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-23Missing line break in NIU Mini readme (#1886)Dylan Khor1-2/+2
* Missing line break * More specific URL to the product
2017-10-22Added new TKL layout for the Frosty flake - Quickfire Rapid (#1854)mogranjm6-7/+163
* 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)drashna11-362/+889
* 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-22Added xd60 ISO keymap (#1865)mondaufgrau2-0/+58
* Added xd60 ISO keymap * renamed ISO to iso * some cleaning * added iso keymap * some cleaning
2017-10-22Add links to EEPROM filesCarlos Filoteo1-2/+1
2017-10-22Update to Tap-Dance Docs for Fast TypistsDaniel Gordon1-8/+23
* Quad function tap dance works as intended when typing fast * Example 4 in doc has been updated Change-Id: If33406299e2eed49152c495da92f4977dfdc1e2f
2017-10-21Creates a userspace for keymaps (#1559)Jack Humbert14-0/+92
* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
2017-10-21Fix the naming for clueboard filesskullY35-30/+30
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-21Added my Let's Split layout (#1867)Pittyolo4-0/+294
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update keymap.c * Update keymap.c * Update keymap.c * Update keymap.c * Add files via upload * Add files via upload * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Add files via upload * Adding my Let's Split layout As in my Nyquist layout, ISO Hungrian friendly
2017-10-21Minor punctuation and grammar edits.James1-3/+3
2017-10-21Added caps lock + key lockJason Rosenman2-4/+5
2017-10-21Turned off some unnecessary makefile rulesJason Rosenman2-23/+6
2017-10-21Revise carvac_dv keymap for easier alt-tab (#1871)CarVac1-2/+2
* Add carvac_dv keymap for mitosis * Add mouse keys * move backspace, etc, and fix tab * remove commented-out functions in keymap * Fix scroll buttons and add left/right scrolling * Make num momentary, add comments, and clean up * fix mouse scroll acceleration * Add tab, remove bksp, move print screen Having tab next to control and alt makes for much easier alt-tabbing and ctrl-tabbing. That displaced print screen, but I had never used the non-layer backspace on the right hand, so I moved printscreen over there.
2017-10-21ErgoDone: VID/PID/NKRO (#1872)marcostrauss1-3/+9
* - Fancy default PID and option for corresponding VID. - Information about official VID/PID. - Correct manufacturer name. - NKRO enabled by default. * Resolved build error with `#ifndef FORCE_NKRO`.
2017-10-21heartrobotninja ergodox_ez and lets_split layouts (#1874)heartrobotninja6-0/+999
2017-10-21Fix code backticks on Frequently Asked Build Questions docsJason Milkins1-1/+1
2017-10-21Fix missing code backticksJason Milkins1-2/+2
2017-10-19Add Iris keyboard (#1863)Danny31-0/+2149
* Clone Nyquist code to Iris and rename * Set keymap and pins * Work in progress Iris default keymap * Add Iris rev2 * Update Iris files to new build system * Add lewisridden keymap
2017-10-19Quad Function Tap Dance added to TD DocDaniel Gordon1-5/+90
* Added section to example, detailing how to accomplish the 'quad-function' tap dance. * Refactored TD documentation to clearly separate different complex examples Change-Id: Ifc1495d1142849c771418fdabc458c04c48311e6
2017-10-18Reorganize clueboard into a single directory (#1855)skullydazed104-26/+35
2017-10-18Address #1689 by using a formula to define the breathing curve (#1692)skullydazed5-3/+22
* Address #1689 by using a formula to define the breathing curve and exposing defines to control the shape of the curve. * Tweak the behavior of breathing for clueboard
2017-10-17Add terminus_mini keyboard and nyquist/DivergeJM layout (#1851)mogranjm12-0/+1151
* 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-17Add Maxr1998's GH60 layout (#1849)Max Rumpf3-0/+120
* Maxr1998's GH60 layout * delete unused makefile * Remove unneeded include
2017-10-17Add NIU Mini from KBDFans (#1847)Kenneth Aloysius12-0/+643
* Add NIU Mini keymap from Planck keymap * Remove old keymap files * Fix README, removed Planck references * Add default layout, move Planck layout to separate folder * Update README
2017-10-16Fix avrdude message to not mention any specific device model.Phil Hagelberg1-3/+3
2017-10-16Added BLE support for USB-USB converter. (#1824)Benjamin Dengler5-0/+127
* Added BLE support to USB-USB converter * Added readme * Removed images and Makefile
2017-10-16Broken link found in issue #1845Dylan Khor1-1/+1
2017-10-16hack to force new tagJack Humbert1-1/+2
2017-10-15add note to makefile for future useJack Humbert1-0/+1
2017-10-15adds default keymap for handwired boardsJack Humbert8-0/+1544
2017-10-15fix up default keymaps and remove keyboard folder filterJack Humbert1-1/+1
2017-10-15update keymaps to not be the canonical fileJack Humbert36-72/+0
2017-10-15only build default keymapsJack Humbert1-1/+1
2017-10-15adds default keymap for amj60Jack Humbert4-6/+59
2017-10-15add qmk.fm as a backup hostJack Humbert1-1/+1
2017-10-15Cleaned up my Kinesis layout and created readme. (#1843)Salt-Peanuts3-465/+386
* Cleaned up keymap and readme * Cleaned up keymap and readme * Cleaned up keymap and readme * Cleaned up keymap and readme
2017-10-15Add tomb0y's minidox layoutzs2-0/+193
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert217-934/+723
* 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-14Add YMD96 Keyboard (#1838)Andrew11-0/+1017
* add ymd96 base currently not working correctly. * Update honestly not really sure what I've been doing but I'm just more or less brute forcing this until I can get the pcb schematic or something * honestly just trying stuff out * Update keymaps Getting closer hopefully * ymd96 works! at least for me * Update readme * Update readme * Update readme
2017-10-14Created cleaner readme and updated the keymap of my layout (#1840)Pittyolo4-13/+89
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update keymap.c * Update keymap.c * Update keymap.c * Update keymap.c * Add files via upload * Add files via upload * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Add files via upload
2017-10-14Add multiple layout support and Linux flash utility to JJ40 (#1837)Oscillope5-1/+169
* Adds support for multiple layouts. Adds custom keymap for "offset" layout. * Adds a tool to help detach the keyboard from the Linux HID driver before programming. * Adds a tool to help detach the keyboard from the Linux HID driver before programming.