aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
* update preonic, add info.jsonJack Humbert2017-11-024-7/+148
|
* Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality ↵dkrieger2017-11-014-0/+238
| | | | | | | | | | | | | | | (#1948) * Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality and without LED functionality * move mouse layer to DOUBLE_HOLD, add UTIL layer for TRIPLE_HOLD - UTIL layer - currently has "RESET" key and nothing else. - functionality otherwise covered by bootmagic should go here - small bugfix: dispatch of [QTY]_HOLD should be based on range tap count falls in, not exact count.
* Added support for Knops Mini (3x2 macropad) keyboard. (#1953)Pawnerd2017-11-019-0/+755
| | | | | | | | | | | | | | * Added support for Knops Mini (3x2 macropad) keyboard. * Added better documentation, according to the QMK standards. * Fixed typo. * Changed names of files to comply with QMK standards. * Ignored makefile in keymap. * Removed makefiles and added my credentials in the copyrights.
* Add nano switch padDanny Nguyen2017-11-018-0/+334
|
* adds other layouts to rules.mkJack Humbert2017-11-011-2/+2
|
* Merge branch 'master' of https://github.com/qmk/qmk_firmwareJack Humbert2017-11-011-1/+1
|\
| * Fix the json for clueboardskullY2017-11-011-1/+1
| |
* | update layout macros for planckJack Humbert2017-11-012-6/+6
|/
* fixup jsonskullY2017-11-011-1/+1
|
* adds info.json files to planckJack Humbert2017-11-013-0/+123
|
* Updated personal keymaps (#1945)drashna2017-11-0114-458/+490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add info.json files for clueboard 66skullY2017-11-015-0/+21
|
* Remove extra underscore from MASTER_RIGHT defineDanny Nguyen2017-11-0136-55/+55
|
* Created Kona Classic config (#1791)DangerousParts2017-10-3132-0/+1811
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created Kona Classic config * Fixed KonaClassic config * Updated README * Updated Readme to conform to format standards * Added ANSI and ISO layout options * Fixed images in Readme * Added labels to images * Added absolute links to images in Readme * Image link updates again * Fixed bottom row keys in some layouts * Fixed Grave and Tilde * Fixed Underglow in Kona Classic configs * Renamed KonaClassic to kona_classic
* Add Levinson rev2 (#1939)Danny2017-10-3115-12/+554
| | | | | | | | * Add levinson rev2 files * Add hexwire keymap * Remove redefinition of backlight defines
* Add 6-ball macropadDanny Nguyen2017-10-317-0/+186
|
* Chimera Ortho Readme (#1943)GlenPickle2017-10-311-0/+19
| | | | | | | | * Added Chimera Ortho keymap * added readme * fixed hardware link
* Merge pull request #1915 from dondelelcaro/ergodox_ez_left_ledsErez Zukerman2017-10-314-0/+104
|\ | | | | Ergodox ez left leds support
| * document how to define LEFT_LEDS and how that hack is doneDon Armstrong2017-10-271-0/+4
| |
| * implement ergodox_left_leds_update in ergodox_ezDon Armstrong2017-10-271-0/+34
| | | | | | | | | | | | Previously, this code was implemented in keymap.c, but I'm unaware of someone with a different implementation of this particular hack. [If someone has it, we can add another #ifdef in the future.]
| * update left led supportDon Armstrong2017-10-271-0/+3
| |
| * add initial support for left leds on an ergodox ezDon Armstrong2017-10-272-0/+63
| |
* | Add hexwire keymap for EcoDanny Nguyen2017-10-313-2/+160
| |
* | layout(infinity ergodox): dudeofawesome's layout (#1932)Louis Orleans2017-10-313-0/+938
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 🎉 Building simple flasher * 🎉 Flashing works * 🎨 Cleaning up * 🐛 Being more specific with board identity * 🐛 Flashing correct keymap * 🎉 Adding keymap * ✨ Updating keymap * 🚨 RGB * ⏪ Revert "🚨 RGB" This reverts commit 9ceabfb267f8daedaad929231229c703abc12ec4. * ✨ Improvements to flasher * ✨ Layout tweaks * 💄 Messing around with LCD * 💄 Enabling LCD backlight matching * 🔧 Updating layout * 🐛 Fixing console logging * 🎨 Cleaning up indentation * 🔧 Adding editorconfig * ✨ Adding game layer * 💄 Changing numpad layout * ✨🔥 redoing entire layout It's now more similar to the Planck default layout * ✨ add workman and dvorak layouts * 🐛 fix numpad * 🐛 fix layer orders * 🐛 fix layer toggling * 🐛 fix tri-layer switching * 🐛 fix LCD colors for adjustment layers * 🔥 remove old flasher project * 🔥 remove simple_visualizer * 💄 update LCD colors * 📝 fix layout comments * 💄 swapping 2u buttons * 🔥🔧 removing editorconfig * 🚨 using 2 spaces * 📝 add README * ⏪ Revert "💄 Enabling LCD backlight matching" This reverts commit 51577903dfdc9fea5d33e9ab8cfa9b854e7ae19e. * ⏪ Revert "💄 Messing around with LCD" This reverts commit fdd9acdae514a3e0e4a7153225053680744980e5.
* | add Thai layers for the GunP planck (#1910)Gun Pinyo2017-10-312-4/+25
| | | | | | | | | | | | * Add a layout of planck named GunP, ready for pull request review. * add Thai layers for the GunP planck
* | Added Chimera Ortho keymapWilliam Wilson2017-10-316-0/+619
| |
* | Initial commit for nordic layout for ergodox infinity.Pentti Laitinen2017-10-313-1/+285
| | | | | | | | | | - Added nordic infinity ergodox layout - Fixed typo in ergodox infinity readme.md
* | layout(planck): dudeofawesome's layout with simultaneous RGB and audio ↵Louis Orleans2017-10-314-0/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support (#1929) * layout(planck): new layout initial commit * feat(planck): add workman layout * fix(planck): switching to workman * layout(planck): swapping mnext and mplay * feat(planck): prep for RGB * perf(planck): remove plover saves 256 bytes of memory * perf(planck): remove colemak saves 128 bytes * layout(planck): swapping enter and quote * perf(planck): disable console frees 1664 bytes * feat(planck): RGB under-lighting * refactor(planck): change RGB pin Uses pin labeled PB2 * feat(planck): add RGB keycodes * feat(planck): re-enable audio * style(planck): fixing indentation Because who indents like that? * style(planck): clean up keycodes * layout(planck): remove del * feat(planck): add tap-space to layer keys * docs(planck): specify pin on PCB for RGB * bug(planck): reducing tap time * Revert "bug(planck): reducing tap time" This reverts commit 62606b2dc62c5adcc06cfb5978d7e5305411a658. * Revert "feat(planck): add tap-space to layer keys" This reverts commit c74de5a4aa45c5563dcaa463395654c29f50eda3. * perf(planck): remove backlit case * feat(planck): swap enter and quote * bug(planck): moving right shift * doc(planck): update README * chore(planck): remove makefile
* | README, keymap & config update to 3 keyboards (#1911)James Morgan2017-10-2910-259/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Add grave keyMaxr19982017-10-291-1/+1
| |
* | Extended the hint of the programmer to link to the relevant README part ↵Sebastian Kaim2017-10-291-1/+2
| | | | | | | | instead of giving a generic hint.
* | Added a better description for the bootloader keySebastian Kaim2017-10-291-2/+15
| |
* | Added Iso(ish) layout for tada68. (#1924)Pentti Laitinen2017-10-294-1/+104
|/ | | | | - Basic layout with one function layer. - Added correct mapping for ISO layout into tada68.h. - Readme for the keymap.
* Small documentation and keymap tweaks for my minivan layout (#1891)Ethan Madden2017-10-253-14/+11
| | | | | | | | | | | | | | | | | | | | * Added personal minivan keymap more consistent layer setup documentation! slide some things around more doc jiggling * Small layout and documentation tweaks Small documentation updates dropped Makefile that for some reason was still in my branch * found and removed extra makefile
* added bfake support as a subproject (#1903)Sebastian Kaim2017-10-2511-56/+220
| | | | | | | | | | | | | | | | | | * added bfake support as a subproject also moved existing bmini stuff to a subproject fixed columns minor keymap update making this a subproject remove old stuff got subproject stuff figured out * travis was upset because a board didn't have a default keymap
* Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation ↵Manassarn Manoonchai2017-10-2511-0/+1658
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1883) * Fork default planck keymap * Esc -> CapsLock * Swap Tilde & Grave in Lower & Raise * Replace Blacklight key with Raise * Add Hyper/Esc & Shift/Enter key * Add super duper mode using S+D combo * Change superduper mode sound * Add more functionality to superduper mode * Fork default * Replace all left shift to shift/parensopen (space cadet) * Super / Underscore * Try superduper on z/slash held * Use function/macro instead, LGUI_UNDS alone not working * ✨ Add mouse layer 🐭 * 🐛 Fix superduper * :sparkles: Fix GUI_UNDS * :bug: Fix registering underscore when releasing too fast * :bug: Fix Shift/( with LT z * ✨ Add superduper for colemak * ✨ Add Qwerty on software Colemak layout & make Superduper available on multile layouts * ✨ Enable/disable superduper mode & fix layer switching * 🐛 Fix superduper not unregister mods * ✨ Update planck-like ergodox (wip) * :bug: Fix return before changing tap count & modify comments * :sparkles: Replace with planck code * 📝 Update readme * ✨ Fix SuperDuper by using intermediate layers * Remove LT from inner lower & raise for ease of use * Change TG to LG * Add options & disable audio * :wrench: Enable ignore mod tap interrupt & shorting tapping term * :memo: Update readme * Remove including quantum makefile * :memo: Update readme * Rename Makefiles
* Add RESET to satan:dbroqua mappingDoug Krieger2017-10-251-3/+3
|
* Moving LOCK and adding RUN. Fixing equal key to actually use equal keycode.heartrobotninja2017-10-241-5/+5
|
* Add macro to sleep Windows 10Dylan Khor2017-10-241-3/+10
|
* Add a layout of planck named GunP, ready for pull request review.Gun Pinyo2017-10-245-0/+274
|
* Added ajp10304 Planck layout (#1887)ajp103042017-10-234-0/+305
| | | | | | * Added ajp10304 Planck layout * Removed Makefile from planck ajp10304 keymap
* My layout to suit my needsalex-paget2017-10-233-0/+114
|
* DZ60 changes (#1890)Damien2017-10-232-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
* 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.
* Missing line break in NIU Mini readme (#1886)Dylan Khor2017-10-221-2/+2
| | | | | | * Missing line break * More specific URL to the product
* Added new TKL layout for the Frosty flake - Quickfire Rapid (#1854)mogranjm2017-10-216-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.
* Updated keymaps (#1853)drashna2017-10-2111-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
* Added xd60 ISO keymap (#1865)mondaufgrau2017-10-212-0/+58
| | | | | | | | | | | | * Added xd60 ISO keymap * renamed ISO to iso * some cleaning * added iso keymap * some cleaning
* Add links to EEPROM filesCarlos Filoteo2017-10-211-2/+1
|
* Fix the naming for clueboard filesskullY2017-10-2134-29/+29
|