summaryrefslogtreecommitdiffstats
path: root/layouts
AgeCommit message (Collapse)AuthorFilesLines
2018-05-02Update to drashna keymaps and userspace (#2876)Drashna Jaelre2-20/+12
* Fix Unicode sample * Add irony mark * Remove unpretty keymaps * Add QMK DFU and Conditional Music Mode * Unicode fixes * Unicode fixes * Make layer indication more modular * Finish removing Faux Click * Cleanup of UserSpace and addition of 'update_tri_layer_state' function * Add modifier status indicators to Orthodox * Remove tri layer function * Minor tweaks * Remove the Orthodox's Indicator's reliance on layer_state_set * Add custom EEPROM settings * Make EEPROM config more efficient * Viterbi Config * Add Iris Keyboard layout and Userspace cleanup * Iris keyboard tweaks * Use Grave Escape on Iris * Update Readmes
2018-04-24Add Generic Keymap for my boards (#2795)MechMerlin4-0/+93
* add mechmerlin 60 ansi layout * put meaningful #defines * missed the backslash * add merlin split layout * rename to have a -ansi * Add appropriate readme files * rename KEYMAP to LAYOUT * support for default layout * support for the community keymaps * make sure I don't break the configurator * Don't break the configurator Merlin
2018-04-21Talljoe's layout with common keymap. (#2764)Joe Wasson7-108/+193
* Add userspace to talljoe layout. * Move more authority to userspace and create Bananasplit layout. * Move more things into userspace. * Common Core example * More work on common layout. * Num layer. * talljoe-ansi layout * Updates for Zeal60 * Add Zeal60 to 60_ansi_split_bs_rshift * Swap Escape and Grave * Num-layer tweaks * More tweaks. * Add 1up60rgb to world of layouts. * Rename ansi_split_bs_rshift layout to hhkb. * Control RGB Backlight. * change capslock led * Remove obsolete line from rules.mk. * Add user-friendly userspace override. * Fix enter for 1uprgb60 * Revert "Rename ansi_split_bs_rshift layout to hhkb." This reverts commit 53133719db25c7cb6a199108bbf5d980481a45f4.
2018-04-21Update to drashna keymaps and userspace (#2756)Drashna Jaelre3-26/+34
* Re-add NO_SECRETS option * Add Thumb Clusters defines for default layout * Minor tweaks * More Minor tweaks * Revert Orthodox layers and move function keys around * Fix keymap so it will compile under the Infinity Since I haven't added 'pretty' layouts to it yet * Cleanup of userspace * Cleanup keymaps * OMG fix Workman * Move mods layer key around * Reduce debounce in Ergodox EZ * Fix Infinity layers * Add list of pins used by Ergdox EZ for easy reference * Revert "Reduce debounce in Ergodox EZ" This reverts commit 8a3db2673b419ef8032c40a6d29156cef632f9cd. * Add Clicky toggle to Orthodox * Fix Audio Clicky keycode * Enable Faux Clicky by default * Add Unicode stuff
2018-04-19Add magic backspace to my layout (#2758)Harry Mills2-6/+85
* Add Haegin's keymap * Potential improvements to the keyboard * Add haegin minidox layout * Add Haegin's keyboard to ergodox layouts * Update Haegin's minidox keymap * Add home, end, and page up and down * Magic Backspace Backspace still acts as control when you hold it down, but if you tap it twice and hold it's a held backspace. Tapping it more than twice it continues to act as backspace, but it deletes more characters with each tap with the quantity deleted based on the fibonacci sequence. * Switch to deleting words after 4 taps When hitting backspace, after 4 taps this switches to deleting by word because if you're hitting backspace that frantically you must need to delete a lot of stuff. Holding backspace after 4 taps will delete words in the same way that holding alt+backspace deletes words on a normal keyboard.
2018-04-15qwerty_code_friendly: optional 80 key layout (#2745)Campbell Barton2-225/+326
2018-04-12More QMK Configurator Warning/Error Fixes (#2720)MechMerlin1-6/+6
* Add readme with brief description Change KEYMAP to LAYOUT * Add readme.md with brief description Use LAYOUT macro * add a readme.md file * Add readme.md with brief description Use LAYOUT macro * Add readme.md with brief description Use LAYOUT macro * Fix "Warning: contra: Missing layout pp macro for ['planck_mit', 'planck_grid']", * Use LAYOUT macro
2018-04-04Zweihander: swap space and enter keys (#2665)adiabatic1-6/+6
* zweihander-osx: Remove app keys, etc. - add right command keys - add F16 on ;' for Siri - remove command-Q (too easy to hit) * Rename zweihander-osx to zweihander-macos zweihander-macos: / / ^ → / / ⌥; README revamp zweihander: rename, ⌃ → ⌥, README revamp * Zweihander: swap space, enter keys Left thumb needs a break.
2018-04-01Update to Drashna Keymaps and Userspace (#2650)Drashna Jaelre1-15/+16
* Change global config.h settings * Make Shift LED brighter * Compatibility Tweaks * Update ASCII art and layer comments * Add comments about MOD layer * Change ASCII art for reset, since it was out of date * Use Overwatch theme for Workman layer * Fix RGB define comments * Make sure RGB set list matches * Stop all notes for custom Faux Click * Switch to OSM for everything, and remove RGB Sleep * Never use KEYMAP now * Only enable RGB Sleep on Non-Ergodox boards * Cleanup do to new rgblight_list.h file * Add redirect message for RGB codes * Update userspace documentation * Cleanup of Userspace Add unicode support, and cleaned up comments for ifdef statements * Remove unneeded slashes * Unicode handling * Force NKRO
2018-03-29layouts/default: fill in 60_ansi keymapsJonathan A. Kollasch2-14/+14
2018-03-28Adding Haegin's keyboard layout for the ergodox and minidox (#2637)Harry Mills2-0/+201
* Add Haegin's keymap * Potential improvements to the keyboard * Add haegin minidox layout * Add Haegin's keyboard to ergodox layouts * Update Haegin's minidox keymap
2018-03-25Update to drashna files (#2587)Drashna Jaelre4-0/+415
* Add Colemak Mod-DH vars * Add Norman Layot vars * Set Shift Indicator to include CAPS Lock as well * Change MEH to GUI * Add Enter to Macro layer * Switch raise and lower layers to make more sense (to me) * Replace unused quote on Ergodox * Add One Shot defines * Dim indicator LEDs * Add short codes for KC_SECRET * Fix typos * Update OLKB code in userspace * Add global userspace config.h * add compile fix * Automatically include from userspace * update readme * Re-add QMK Scan loop * Add EEPROM reset code to all keymaps * Shorten fauxclick sound * Use layouts instead of keymap, when possible * Add OSM detection to ergodox * Convert Viterbi to LAYOUT macro * Clean up game macros * Because I accidently removed the C6 AUDIO define from my viterbi... Whoops * Minor formatting * Fix Woodpad because it's still there * Move Ergodox keymap into layouts folder * Add build date to version macro * Remove PREVENT_STUCK_MODIFIERS from config
2018-03-24Just personal layout tweaks :) (#2557)James Kay3-53/+68
* More ergonomic mousekeys * integrate some recent hardware changes by changing the Plover keymap * use TX Bolt support instead of Plover toggles * switching to steno is no longer as intrusive, so this can move back to BASE
2018-03-23Fix broken markdown headers. (#2548)Ivan Smirnov1-3/+3
2018-03-18retry of PR #2540 (#2554)dlaroe3-0/+309
* reforked, untarred keymaps, added CRS and renamed my keymap folders * Update readme.md corrected a typo
2018-03-16Added choromanski keymap (#2528)Brian Choromanski3-0/+484
* Added ergodox layout * Added preonic layout * Added readme for exgodox layout * fixed errors with formatting readme * Added edited preonic keymap & readme
2018-03-16Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski2-1/+8
* Fixed plank keymaps so that they will compile for planck light * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles
2018-03-12Add layout support for contra.Joe Wasson1-1/+1
2018-03-09qwerty_code_friendly: minor updates (#2494)Campbell Barton2-31/+102
* qwerty_code_friendly: minor updates - Correct mistake in ascii keymap. - Make lower right key delete again, but make it configurable. - Make double shift for double quotes optional. * qwerty_code_friendly: shift users title-caps
2018-03-07qwerty_code_friendly: various updatesCampbell Barton2-271/+422
- 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-01Fixed dead links (#2451)Brian Choromanski7-10/+9
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
2018-02-18Move hexwire layout into 4x12 layout folderDanny Nguyen4-0/+341
2018-02-11Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)skullydazed6-0/+38
2018-02-02zweihander: rename, ⌃ → ⌥, README revamp (#2311)adiabatic5-51/+80
* zweihander-osx: Remove app keys, etc. - add right command keys - add F16 on ;' for Siri - remove command-Q (too easy to hit) * Rename zweihander-osx to zweihander-macos zweihander-macos: / / ^ → / / ⌥; README revamp zweihander: rename, ⌃ → ⌥, README revamp
2017-12-21Zweihander: remove app keys, etc. (#2167)adiabatic1-2/+0
* zweihander-osx: Remove app keys, etc. - add right command keys - add F16 on ;' for Siri - remove command-Q (too easy to hit) * Zweihander: update readme
2017-12-09Turn on prevent stuck modifiers for my keymaps.Fredric Silberberg1-1/+1
2017-12-08Add a slightly modified ordinary layout for OSXCosmin Cojocar6-0/+615
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-1/+1
* pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
2017-11-09qwerty_code_friendly: Expose caps-lock & fix typoCampbell Barton2-10/+18
2017-11-07qwerty_code_friendly: configurable left thumbCampbell Barton2-28/+64
Also add mouse-wheel keys.
2017-11-06Small ergodox config fix and update.Fredric Silberberg3-4/+4
2017-11-06333fred layout update (#1971)Fred Silberberg3-41/+35
* Set up tap dance for layers on the lower button. * Refactored code to share in the users directory between my two keyboard layouts. * Small keyboard layout change. * Updated documentation on oneshot usage in macros/tap dance.
2017-10-31zweihander-osx: Remove app keys, etc.Nathan Sharfi1-68/+13
- add right command keys - add F16 on ;' for Siri - remove command-Q (too easy to hit)
2017-10-29ergodox qwerty_code_friendly: add macro keys (#1918)Campbell Barton2-42/+77
Also add more configurable keys.
2017-10-25Added berfarah's custom keyboard layoutBernardo Farah4-0/+404
2017-10-21Creates a userspace for keymaps (#1559)Jack Humbert2-0/+0
* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
2017-10-10Qwerty Code Friendly: relocate insert keyCampbell Barton2-16/+24
This was too easy to press by accident (next to Alt). Make this user configurable.
2017-10-06Add new 4x12 ortho layout & add credit to XD75 port (#1782)BenKesselring3-0/+183
* add xd75, preliminary RGB' * fix RGB * add backlight support (probably) * updated readme and tweaked keymap * added xd75 to list in /keyboards * copyright ALL the things, create blank slate for Colemak Mod-DH Split/Wide keymap * Add preliminary split Colemak Mod-DH layout * changing stuff to compile properly * attribution * moar attribution * removed incomplete keymap * Create Colemak Mod-DH Wide layout for 4x12 ortho. * Move Adjust key * Add layou timage to readme * fix naming * Fix stupid issue with not understanding how the keymap works * forgot to switch COLEMAK to COLEMAKDH... * Remove and link image * Remove and link image
2017-10-03ergodox: Update algernon's layout to v1.11Gergely Nagy7-40/+181
Overall changes =============== * Updated to work with QMK master. * The `$` and `^` symbols on the number row were swapped on both the base and the ADORE layers. * The bracket tap-dance keys can now be used to input Japanese brackets, `「` and `」` with a third tap. * The second column of the top row on the right side will act as a "Social" application selector on the `AppSel` layer. * The third key on the same column will select a password manager. * The `GUI` key will now launch `rofi` when triple-tapped. Miscellaneous ============= * The `👶` symbol can be entered with UCIS. * The `👪` symbol can be entered with UCIS. Tools ===== * `tools/hid-commands` can now find the `Mstdn`, not just `Slack`, as the "Slack"/chat app. * `tools/hid-commands` can now find the Plex web app as a music/media player. * `tools/hid-commands` now understands the "Social" application selector. It raises the `Mstdn` and `Tweetdeck` windows, but keeps focus on the previous window. * `tools/hid-commands` now understands the "Social2" application selector, which raises `Signal` and `Viber`, but keeps focus on the previous window. * `tools/hid-commands` is now able to select a password manager (KeePass*). * `tools/hid-commands` can now run `rofi` when receiving an `appsel_helper` command (triggered by a triple-tapped `GUI` key). Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-10-03code_friendly_qwerty keymapCampbell Barton2-0/+486
2017-09-30Clueboard 60% support (#1746)skullydazed4-30/+35
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
2017-08-30Alterations and documentation updates for j3rn Ergodox EZ keymap (#1656)Jonathan Arnett2-14/+15
* Add second set of AltSft and Alt * Insert the play key between previous and next * Update documentation
2017-08-26Merge in gaming layout.Joe Wasson1-16/+32
2017-08-24Add split ansi layout and talljoe's keymap.Joe Wasson7-0/+144
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert295-0/+37919
* 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