summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-07Examples should all use _user functions for consistencyU-LANDSRAAD\drashna
2018-03-07Fixed compilation of the ps2avrGB keyboard/firmware (resolving #2425) (#2478)Sebastian Kaim
* Fixed compilation of the ps2avrGB keyboard/firmware This commit fixes the silent compilation error for the ps2avrGB keyboard/firmware. This error was caused by a lacking default keymap which it did not have because all keyboards based on it were moved to another directory. I also added the required config.h options so it's possible to compile it again and (probably) flash it on a b.mini. Lastly, I updated the README to reflect the current state. This commit fixes #2425 * Referenced the pearl in the ps2avrGB REAMDE Added a reference to the pearl keyboard in the README of the ps2avrGB keyboard as it is originally based on the firmware as well.
2018-03-07layout(preonic): blake-newman's layout (#2483)Blake Newman
* layout(preonic): blake-newman's layout - Add keymap - Add Number Pad layout - Reconfigure other layouts to my opinionated style - Add `readme.md` with layout information * layout(preonic): blake-newman's layout - Move enter to `raise + space` / `lower + space` - Replace `enter` to `right shift` - Explicitly map modifier keys
2018-03-07qwerty_code_friendly: various updatesCampbell Barton
- Remove action_get_macro in favor of process_record_user - Support user defined words on layer 3 (pass via flags) - Support backspace & del on left thumb cluster. (optionally override top right backspace).
2018-03-07Corvec's Planck layoutCorey T Kump
2018-03-07Add back docs for hand-swapping feature.Joe Wasson
2018-03-07A small tidy up (#2490)Kenny Hung
* Add extra RGUI key to make keyboard more MAC friendly * Remove enumerators for no longer used layers in layout Skewwhiffy for XD75 * Make layer numbers even better
2018-03-06Move the linux tutorials to an info box on newbs_getting_startedskullY
2018-03-06warn->dangerskullY
2018-03-06Flesh out the newbs guideskullY
2018-03-06Add a newbie guide for people completely new to QMK (#2480)skullydazed
2018-03-04Add knops configurator support (#2474)Pawnerd
* Committed initial version of the knops configurator. * Added support for the Knops v1.1
2018-03-03Mention invalid names in the readme. (#2458)Graham P Heath
2018-03-02More thoroughly document Bootmagic and Command (#2455)skullydazed
2018-03-01Fix the SGUI aliasesskullY
2018-03-01Add `SGUI()` and `SGUI_T()` for consistency with `KC_GUI` (#2442)skullydazed
* Add `SGUI()` as an alias of `SCMD()` for consistency with `KC_GUI` * Add `SGUI_T()` as an alias of `SCMD_T()` for consistency with `KC_GUI` * Make SGUI the primary name
2018-03-01Update feature_macros.md (#2387)Mitchell van Manen
break statements are never reached due to the return statement, so unnecessary
2018-03-01adding my keymap (#2443)Ivan Choi
2018-03-01Updated and added maartenwut's layouts (#2444)Maarten Dekkers
2018-03-01Add a little aside explaining that shifted keys with mod-tap doesn't work ↵fauxpark
(#2446)
2018-03-01layout(preonic): dudeofawesome's layout (#2449)Louis Orleans
* 🎉 duplicate default Preonic keymap * ✨ add Workman layout * 🚚 swap backspace and delete * ✨ enable hold enter for shift * 🚚 swap media play and next * 💄 use Planck startup sound * 💄 add Workman layer sound * ✨ add numpad layer * 💄 add new workman sound * 📝 add README * 🎨 fix layout formatting * 📝 add image of numpad layer * 📦 changing chibios submodule version to match upstream/master's version * ✨ add caps lock key on adjust layer * ✨ reworking numpad layer to match a real numpad * ✨ add double tap to activate numpad * 📝 fix layout comments * 📝 update numpad layer render * ✨ adding operator keys to left hand on numpad * 🎨 shorten numpad keycodes
2018-03-01Update to drashna keymaps and userspace (#2450)Drashna Jaelre
* Add OSL keycodes and macro handling * Re-add AVRDUDE target * Userspace document cleanup and commenting * Fix Orthodox keymap layout (cosmetic) * Add caveat for KEYMAP Macros * Minor tweaks * Enable Bootmagic in Ergodox EZ * Minor tweaks
2018-03-01Fixed dead links (#2451)Brian Choromanski
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
2018-02-28M10-A, M65-A, GonNerd keymaps (#2418)Gam3cat
* adding my keymap * update keymap * adding gamecat keymap for jc65 keyboard * updating jc65-gamecat keymap * updating jc65-gamecat keymap * updating jc65-gamecat keymap * updating jc65-gamecat keymap * M10a keymap and M65a updates * keymap updates * keymap updates * M10a/M65a keymap updates * M10a/M65a keymap updates * Delete test.txt * M65 keymap update * M65 keymap update * M65 keymap update * M65/M10 keymap updates * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65/M10 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * Set theme jekyll-theme-cayman * Set theme jekyll-theme-slate * M65 keymap update * M10a/M65a keymap updates * M10a keymap update * M65a keymap update * M65a keymap update * M65a keymap update * M65a readme update * M65a/M10a updates * M65a readme updates * M65a/M10a updates * M65A update * M65A update * M65A update * M65A update * M65A/M10A keymap update * M10A keymap update * Set theme jekyll-theme-tactile * M10A keymap update * M65A keymap.c update * M65 keymap added LED backlight toggle, inc/dec to adjust layer. * M65 keymap/readme updates. * M65 keymap fix * M65 keymap update * remove theme * fix comments/readme * update keymap * LED backlight update, guess based on reading atmega32u4 documentation for DDRB/PORTB regs, believe DDRB should only be written to once not every time CAPS is hit, but really not too sure. * LED backlight update, guess based on reading atmega32u4 documentation for DDRB/PORTB regs, believe DDRB should only be written to once not every time CAPS is hit, but really not too sure. * M65 keymap update * Updated M65, M10, and gonNerd keymaps. * update * del * keymap updates M65, M10, gonnerd * update keymaps * adding back readme that somehow got removed.
2018-02-28Fixed typo of 'confid.h' to 'config.h' (#2448)Brian Choromanski
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
2018-02-28Remap msys2 usb, fix USB port detection (#2301)Danny
* Add AVRDUDE to MSYS2 setup * Remap detected USB port in MSYS2 to COM port
2018-02-28Merge of e6v2 stuff as well as my personal keymaps (#2434)Jason Gorman
* Checkin of tada keymap and initial commit for e6v2. * checking in other remaining changes before trying to merge * Reverting pin change. This was done based on the json orginally provided by exclusive, but it was later determined my map was the correct one based on user testing * fix extra key for ansi keymap. Didn't include fn as standard ansi shift is not split but still had it in keymap * Fix default help file and add reset to default
2018-02-25remove duplicate #defineskullY
2018-02-25Test a shrug macroskullY
2018-02-23Custom keymap for clueboard 60Yan-Fa Li
My customized keymap for the clueboard 60. - Maps MT(LCTL,ESC) to Caps lock - Swaps ALT and GUI for OSX - Adds layer for WASD key navigation
2018-02-23ErgoDox layout similar to Truly ErgonomicAlejandro Blanco
2018-02-23new customized ErgodoxEz keymap with easy to remember modifiers. (#2400)Sean-Li Murmann
* First pass keyboard setup! * More variation * Final layer for today * Added brace to middle key
2018-02-23new xd60 layout (#2405)Isaac Hookom
* new xd60 layout * fix kc_slsh
2018-02-23JJ40 AJP10304 layout (#2407)ajp10304
* JJ40 AJP10304 layout Updated AJP10304 readme.md with formatting * Revert default JJ40 keymap
2018-02-23Add additional 'tada68' layout.Michael Wamsley
2018-02-23Update Dvorak 42 key layouts (#2420)lucwastiaux
* add SCREEN_NAV layer for copy/pasting within screen * working readreg/paste macros * working read reg / paste macros * write log and tran patterns, and expand * add ls -la shortcut, add tab on combined layer * put delete word on the right pinky key on shell_nav layer * add TAB on the right side, add reset key * added Cloud9 macros * add cloud9 shortcuts to atreus layout * added BROWSER_CONTROL layer * finalized browser control layer * adding comment
2018-02-23Lfkeyboards updates (#2421)scott-t-wilson
* Update smk65 fn layer, add iso * Added Fn layer to ISO keymap * Fix error when backlight is disabled but lighting isn't * Remove broke mini1800 iso map * Add keymaps * Add LFKPad * Add split delete to lfk78 * Typo * Custom keymap
2018-02-23Graham's Keymaps. (#2422)Graham P Heath
* add my config * fix backlight, clean up that code * group background code, restore static var * qwerty is supposed to be in the middle * wrap layer change backlight in ifdef * backlight levels and some more 'emojis'. * Restructure to make it possible to press cmd ent on the right side of the board with one hand. * Expose the period through the number layer. Add Hyper keys to mouse layer * reduce mouse speed * add a : -P key * Thumbs up and down, remove some keys that are duplicated via function keys, clean up * fix build issues * add various emoji * duplicate default Meira keymaps * Miera updates * add documented but unmapped emoji * Sound for the Meira, was stumped by a file size! Thanks drashna! * add docs * docs * revert lib changes... * clean up * clean up * remove make file * Fixes missing key
2018-02-23Document bootmagic hot keysYan-Fa Li
- covers most of tmk_core/common/bootmagic.h
2018-02-23flashing instructions, keymap changeswanleg
* added flashing instructions for Linux & Windows * minor keymap changes
2018-02-23Fixed formatting for Fedora exampleferbie
2018-02-23Adds dead encryption keymapdeadencryption
2018-02-23Planck/NIU_Mini - Mason Layout - Fixing comments, adding missed keysMason McAllaster
2018-02-23tada68: layout: add new layout 'tshack' (#2431)James Shackleford
* Move to a more cross-platform grep command * Use sed to strip out AVR_SIZE instead * tada68: layout: add new layout tshack Adds "James Shackleford's UNIX layout" for the Tada68
2018-02-23ergobox -> ergodoxJose Pablo Mora
2018-02-19Minor updates to docs (#2406)Ben Hilburn
* [docs/] Cleaning up some language to make it more clear. * [docs/] Adding instructions for installing deps on RH / Fedora.
2018-02-19Readme img link updates (#2410)Jason Barnachea
* QMK and JC65 pcb img links updated link fixes * personal keymap updates new v32u4 keymap, updated v32a keymap * Update readme.md
2018-02-19Update dilly default keymap (#2413)Danny
* Move DEL to correct layer * Move BNM to the left by one and move Backspace, add more stuff to layers
2018-02-181up60rgb Keyboard Support (#2404)rempired
* Add files via upload * Update keymap.c * Update keymap.c * Update 1up60rgb.c * Tidy up the code a bit for submission into QMK Master - Create readme file - Fix compile issue with standard keymap - Create default keymap - Remove unused Makefile * Keymap Adjustments * Reworked alternate layouts * Reworked keymaps * Update keymap.c * Update readme.md Add carriage return to make README cleaner
2018-02-18Move hexwire layout into 4x12 layout folderDanny Nguyen