Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from upstream #2

Merged
merged 121 commits into from Oct 12, 2017
Merged

Merge from upstream #2

merged 121 commits into from Oct 12, 2017

Commits on Jun 11, 2017

  1. Copy the full SHA
    6037ced View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    964d706 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d4cd5dd View commit details
    Browse the repository at this point in the history
  4. Fixed rgblight_types.h

    luizribeiro committed Jun 11, 2017
    Copy the full SHA
    945f2f5 View commit details
    Browse the repository at this point in the history
  5. Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGB

    This wasn't going to work on boards with a different number of LEDs,
    since I was always sending 48 bytes.
    luizribeiro committed Jun 11, 2017
    Copy the full SHA
    60153e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Copy the full SHA
    738b072 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d548626 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Copy the full SHA
    f10e958 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. fix for toggle tap dance

    Ptomerty authored and jackhumbert committed Sep 11, 2017
    Copy the full SHA
    68b6de6 View commit details
    Browse the repository at this point in the history
  2. Basic support for JM60 keyboard

    This adds basic support for JM60 RGB PCB that was sold
    by KBDfans https://kbdfans.myshopify.com/
    https://www.aliexpress.com/store/product/JM60-RGB60-Custom-mechanical-keyboard-PCB-ANSI/2230037_32810956675.html
    
    No support for RGB Backlight yet.
    mkninc authored and jackhumbert committed Sep 11, 2017
    Copy the full SHA
    349e001 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d331e27 View commit details
    Browse the repository at this point in the history
  4. Changed USB manufacturer to "JMWS"

    Don`t know, if this is 100% correct, but the original software refers
    to "JMWS JM60 Driver".
    mkninc authored and jackhumbert committed Sep 11, 2017
    Copy the full SHA
    63cde00 View commit details
    Browse the repository at this point in the history
  5. Update tv44-belak keymap

    belak authored and jackhumbert committed Sep 11, 2017
    Copy the full SHA
    a4ff8b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Updates send_string functionality, adds terminal feature (#1657)

    * implement basic terminal stuff
    
    * modify send_string to read normal strings too
    
    * add files bc yeah. working pgm detected
    
    * pgm detection apparently not working
    
    * adds send string keycodes, additional keycode support in send string
    
    * implement arguments
    
    * [terminal] add help command
    
    * [terminal] adds keycode and keymap functions
    
    * [terminal] adds nop.h, documentation
    
    * update macro docs
    jackhumbert committed Sep 12, 2017
    Copy the full SHA
    7ad924b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Add jojiichan keymap

    nooges authored and jackhumbert committed Sep 13, 2017
    Copy the full SHA
    63028dd View commit details
    Browse the repository at this point in the history
  2. [planck] Adds Sean Hunter keymap(#1706)

    * Sean Hunter initial keymap
    
    * Update old map to sync it up with new one
    
    * Add TODO
    fix a few minor things
    
    * small doc fixes
    
    * Minor fixups
    huntse authored and jackhumbert committed Sep 13, 2017
    Copy the full SHA
    cf00130 View commit details
    Browse the repository at this point in the history
  3. updated read.md file

    Goel authored and jackhumbert committed Sep 13, 2017
    Copy the full SHA
    7da5859 View commit details
    Browse the repository at this point in the history
  4. Add support for MF68 replacement PCB for Magicforce 68 (#1698)

    * Port TMK code for MF68
    
    * Change KEYMAP to KC_KEYMAP and add macro
    nooges authored and jackhumbert committed Sep 13, 2017
    Copy the full SHA
    4549dcd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Further updated ergodone readme.md (#1714)

    * updated read.md file
    
    * added image to flash hex on ergodone
    
    * corrected image link
    
    * updated direct image link
    
    * image with larger text
    harshitgoel96 authored and jackhumbert committed Sep 14, 2017
    Copy the full SHA
    23ce0b4 View commit details
    Browse the repository at this point in the history
  2. Some revisions to cbbrowne Planck keymap, and a preliminary xd75 keym…

    …ap (#1715)
    
    * Add HOME/END keys as upper/lower on arrow-up/down
    
    * Reduce .hex file size by turning off unneeded options
    
    * Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand
    
    * Latest super latest version merge
    
    * cbbrowne keymap for XD75re
    
    * starting notes on XD75re keymap plans
    
    * First draft of bottom row of QWERTY
    
    * Switch my special bottom line over to QCENT
    
    * Dunno
    
    * Filling in wanted keys, bit by bit...
    
    * Add copyright, extra macro
    
    * Clean up comments, remove some experimental code I didn't like
    
    * TODO plans for xd75re
    
    * clean up keyboard layout
    
    * QCENT2 is my new experiment for the main keyboard...
    
    * Add a few more main layer keys, and modify LOWER to shift things outwards to conform with main layer
    
    * Clean up RAISE layer to conform with main layer, remove QCENT layer as QCENT2 is the new thing
    
    * More xd75 changes, now that I actually have it in hand
    
    * shift keymap around, as original attempt was a bit too aggressive in keeping to the edges
    
    * more revs to XD75
    
    * Dropping parts of the centre keypad in favor of Keys I Really Need
    
    * Improve documentation to conform with how builds are done now
    
    * Improve documentation to conform with how builds are done now
    
    * Add cbbrowne rules file as alternative to having the rules in Makefile
    
    * Makefile not needed anymore for individual keymap
    cbbrowne authored and jackhumbert committed Sep 14, 2017
    Copy the full SHA
    a07d1f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Copy the full SHA
    17c84f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c02de09 View commit details
    Browse the repository at this point in the history
  3. "New" Atreus Keymap (#1717)

    * Merge with upstream
    
    * Finish merge
    
    * Add new keymap
    
    * Change use of KEYMAP macro
    
    * Add Readme.md
    
    * Fix link
    
    * Clean up comments
    
    * Raise on leading edge of keypress
    henxing authored and jackhumbert committed Sep 15, 2017
    Copy the full SHA
    19f48fa View commit details
    Browse the repository at this point in the history
  4. Add Levinson keyboard (#1723)

    * Fork lets_split to levinson
    
    Update subproject default
    
    * Update Readme
    
    * Pass LED backlight info from master to slave over serial
    nooges authored and jackhumbert committed Sep 15, 2017
    Copy the full SHA
    5eb5b60 View commit details
    Browse the repository at this point in the history
  5. Cleaned, revised, and updated my keymaps to reflect new changes/defau…

    …lts (#1712)
    
    * add new RGB keycodes and clean up lets split keymap
    
    * extraneous cases
    
    * More cleanup and added macro
    
    * one more macro
    
    * cleaned up my planck keymap and added macros
    
    * Transitioned planck keymap to new formatting / audio modes based on new default
    
    * Remove extraneous newline in song list, add keycodes missed in previous commit
    
    * error in graphical representation of keycodes
    khord authored and jackhumbert committed Sep 15, 2017
    Copy the full SHA
    ee9a20f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Update Mechmini keymap, reduce reported power consumption for iOS Cam…

    …era Adapter compatibility
    krusli authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    afcf3a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dc7d0c7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5ad5c23 View commit details
    Browse the repository at this point in the history
  4. Wording changes for the WSL install script

    Rob Rogers authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    7bcf3e2 View commit details
    Browse the repository at this point in the history
  5. Adding Ergodox EZ and Atreus Dvorak 42-key layouts (#1705)

    * importing 42 key dvorak layout
    
    * added comment for build instructions
    
    * adding atreus dvorak 42 key layout
    
    * added readme
    
    * add readme
    
    * build instructions
    
    * additional MEH shortcuts
    luc-vocab authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    3e1f388 View commit details
    Browse the repository at this point in the history
  6. Updated README in ergodox_infinity keyboard (#1702)

    * changed 'infinity' to 'ergodox_infinity' and specified to be in the top-level directory as per recent changes to directory structure of QMK_firmware git repo
    
    * accidently removed '-' in last line of readme
    insipx authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    6198fed View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    024f045 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    69ab37f View commit details
    Browse the repository at this point in the history
  9. Change max brightness level for iOS

    krusli authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    d281cd5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0b7df9f View commit details
    Browse the repository at this point in the history
  11. Fixes for RGB, more colours

    krusli authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    6cfb85f View commit details
    Browse the repository at this point in the history
  12. Keymap updates

    krusli authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    a8a0245 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c7ebb0f View commit details
    Browse the repository at this point in the history
  14. Updated RGB code to use event.pressed

    krusli authored and jackhumbert committed Sep 16, 2017
    Copy the full SHA
    25aa474 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Copy the full SHA
    2a02df8 View commit details
    Browse the repository at this point in the history
  2. Address issue #1713 (#1728)

    khord authored and skullydazed committed Sep 17, 2017
    Copy the full SHA
    da887ea View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Remove redundant Makefile.

    shieldsd authored and jackhumbert committed Sep 18, 2017
    Copy the full SHA
    8702137 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abba393 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d0ca713 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a891835 View commit details
    Browse the repository at this point in the history
  5. Adding a new layout for the planck that helps when coming from the po…

    …k3r (#1701)
    
    * adding new layout for the planck that helps when coming from the pok3r
    
    * Fixing the function layer
    
    * Update readme.md
    
    * Update keymap.c
    
    Making some small adjustments
    
    * Update keymap.c
    
    switching GUI and Esc
    
    * Update keymap.c
    cheesemacfly authored and jackhumbert committed Sep 18, 2017
    Copy the full SHA
    3173924 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Fixed uk78 and turned Bootmagic off (#1725)

    * Add files via upload
    
    * Update readme.md
    
    * Update readme.md
    
    * Add files via upload
    
    * Add files via upload
    
    * Update config.h
    Rozakiin authored and jackhumbert committed Sep 19, 2017
    Copy the full SHA
    62a02af View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c33527 View commit details
    Browse the repository at this point in the history
  3. adds DZ60 support (#1734)

    * adds support for dz60
    
    * fix dz60 readme
    jackhumbert committed Sep 19, 2017
    Copy the full SHA
    32d6a8b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Instruct VSCode to indent using spaces, also ignore two temp files cr…

    …eated by VSCode.
    jcowgar authored and jackhumbert committed Sep 21, 2017
    Copy the full SHA
    064f682 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b1d6005 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ea7792b View commit details
    Browse the repository at this point in the history
  4. Turkish planck keymap (#1675)

    * Adding keymap
    
    * Adding keymap
    
    * Compiles now, but doesn't flash
    
    * Fixes issues with compilation
    
    * Trying to fix issues with tap-dance layer
    
    * Trying to fix issues with tap-dance layer
    
    * Trying to fix issues with tap-dance layer
    
    * Fixed bbaserdem layout
    
    * Added keyboard layout image
    
    * Edited README.md
    
    * Changed layout and removed image from README.md
    
    * Changed tapping terms
    
    * Changed layout a bit
    bbaserdem authored and jackhumbert committed Sep 21, 2017
    Copy the full SHA
    31e78d2 View commit details
    Browse the repository at this point in the history
  5. move keymap to rules.mk

    jackhumbert committed Sep 21, 2017
    Copy the full SHA
    d77e55d View commit details
    Browse the repository at this point in the history
  6. add filess

    jackhumbert committed Sep 21, 2017
    Copy the full SHA
    4c75285 View commit details
    Browse the repository at this point in the history
  7. Clone Nyquist keyboard for Viterbi

    nooges authored and jackhumbert committed Sep 21, 2017
    Copy the full SHA
    72e9939 View commit details
    Browse the repository at this point in the history
  8. Rename cloned Nyquist files to Viterbi, create temporary keymaps

    Add WIP keymap for dwallace
    nooges authored and jackhumbert committed Sep 21, 2017
    Copy the full SHA
    92b74e2 View commit details
    Browse the repository at this point in the history
  9. Adjust Viterbi pinout

    nooges authored and jackhumbert committed Sep 21, 2017
    Copy the full SHA
    9482317 View commit details
    Browse the repository at this point in the history
  10. Update default Viterbi layout

    nooges authored and jackhumbert committed Sep 21, 2017
    Copy the full SHA
    37b9715 View commit details
    Browse the repository at this point in the history
  11. Update Viterbi keymaps

    nooges authored and jackhumbert committed Sep 21, 2017
    Copy the full SHA
    8c02748 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    878774b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Copy the full SHA
    aef36ad View commit details
    Browse the repository at this point in the history
  2. updated keycodes media descriptions

    Platform compatibility descriptions added for mute, volume up/down
    surlyjake authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    957e442 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c8d365f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    809c925 View commit details
    Browse the repository at this point in the history
  5. Add shell.nix for NixOS users

    lluchs authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    1ad941e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    169d46c View commit details
    Browse the repository at this point in the history
  7. Removed unneeded code from keymap

    itsaferbie authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    56d7506 View commit details
    Browse the repository at this point in the history
  8. XD75RE Custom layout, and clarification in readme.md (#1754)

    * Duplicate default layout as basis of my own
    
    * Basic Colemak layer, just to practice flashing
    
    * Add reset button so that we don't have to short out the reset button on the board to flash it.
    
    * Symbols layer
    
    * Navigation layer, and remove unused keys. Now usable, nice.
    
    * Correct backspace for UK QWERTY mapping
    
    * Small clarification in XD75RE readme instructions
    
    * Use UK pipe so that I can type a pipe on a UK keyboard
    skewwhiffy authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    a67c930 View commit details
    Browse the repository at this point in the history
  9. Update Viterbi default layout (#1753)

    * Implement sticky modifiers
    
    * Change underglow based on sticky mod status
    
    * Set RGB lights based on which mods are stickied
    
    * Add controls for dimming RGB LEDs
    
    * Only update RGB lights if modifiers have changed
    
    * Use all LEDs to show modifier state
    
    * Create default keymap for Viterbi
    nooges authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    5dab2ef View commit details
    Browse the repository at this point in the history
  10. Move work from pinky fingers to thumbs and index fingers (#1749)

    * phreed keymap added
    This keymap moves many pinky keys to the center
    
    * set to do what I want but LT() does not return to previous layer
    
    * get overlays working
    
    * get overlays working
    
    * fix the readme
    
    * fix the readme
    
    * swapped the shift
    
    * swapped the shift
    
    * propagate mods
    
    * clear special char on readme
    phreed authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    a005327 View commit details
    Browse the repository at this point in the history
  11. New layout for XD60/64 (#1748)

    * Add yuuki keymap
    
    Documentation is still a TODO and the keymap may not be final
    
    * GRV on colon
    
    * add KC_GRV to FN ESC
    
    * hhkb ish
    
    * hhkbish 2
    
    * HHKBish and documentation
    
    * Fix Markdown warnings
    
    * typo
    cideM authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    f1c7b81 View commit details
    Browse the repository at this point in the history
  12. Added Obelus

    tearing it down so that it can be rebuilt
    
    fiddling with audio
    
    big default config overhaul
    
    apparently startup sounds work without the override now
    
    readme!
    
    readme fixes
    
    readme tweaking
    jetpacktuxedo authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    692c4e7 View commit details
    Browse the repository at this point in the history
  13. ?= -> =

    Ethan Madden authored and jackhumbert committed Sep 25, 2017
    Copy the full SHA
    e2480a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Copy the full SHA
    791b9cc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Support for KBP V60 Type R 60% keyboard (#1770)

    * Support for KBP V60 Type R 60% keyboard
    
    Support does not include in switch or underglow lighting for Polestar Edition.
    
    * rename v60type_r to v60_type_r
    
    * Remove old v60type_r
    
    * Modify readme.md to adhere with QMK readme formatting.
    mechmerlin authored and jackhumbert committed Sep 29, 2017
    Copy the full SHA
    6ec7cce View commit details
    Browse the repository at this point in the history
  2. updated drashna's keymaps (#1769)

    * Add woodpad
    
    * Cleanup
    
    * Remove misc layouts for woodpad
    
    * Move woodpad to handwired
    
    * Updated RGB Underglow info
    drashna authored and jackhumbert committed Sep 29, 2017
    Copy the full SHA
    d28fb63 View commit details
    Browse the repository at this point in the history
  3. added matrixman layout

    Matt authored and jackhumbert committed Sep 29, 2017
    Copy the full SHA
    b736f25 View commit details
    Browse the repository at this point in the history
  4. Clueboard 60% support (#1746)

    * 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
    skullydazed committed Sep 29, 2017
    Copy the full SHA
    5fd6826 View commit details
    Browse the repository at this point in the history
  5. Fix HSV Color Wheel image on RGB Light page (#1773)

    Signed-off-by: Max Riveiro <kavu13@gmail.com>
    kavu authored and skullydazed committed Sep 29, 2017
    Copy the full SHA
    f1451b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Copy the full SHA
    25285a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    67eeb88 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Add new planck layout (#1778)

    * Custom layout: tehwalris
    
    * Prevent stuck modifiers.
    tehwalris authored and jackhumbert committed Oct 3, 2017
    Copy the full SHA
    efbc4d2 View commit details
    Browse the repository at this point in the history
  2. code_friendly_qwerty keymap

    ideasman42 authored and jackhumbert committed Oct 3, 2017
    Copy the full SHA
    cc52ac5 View commit details
    Browse the repository at this point in the history
  3. ergodox: Update algernon's layout to v1.11

    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>
    algernon authored and jackhumbert committed Oct 3, 2017
    Copy the full SHA
    1cd336d View commit details
    Browse the repository at this point in the history
  4. Reference to rules.mk in tap dance docs added

    Change-Id: I64aa6f95a30ab05f0ed3f499e54b9e125d379fad
    Daniel Gordon authored and jackhumbert committed Oct 3, 2017
    Copy the full SHA
    03de0c8 View commit details
    Browse the repository at this point in the history
  5. Mbsurfer Let's Split keymap updates (#1787)

    * Fix mbsurfer let's split layout RGB indicators when both lower and raise are pressed
    
    * Update mbsurfer let's split keymap with new RGB key codes for modes
    
    * Clean up mbsurfer keymap matrix layout
    coryshaw1 authored and jackhumbert committed Oct 3, 2017
    Copy the full SHA
    01bf8e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Copy the full SHA
    29bcffb View commit details
    Browse the repository at this point in the history
  2. Minor typo

    khord authored and jackhumbert committed Oct 5, 2017
    Copy the full SHA
    0cc6245 View commit details
    Browse the repository at this point in the history
  3. Adding my Roadkit keymap (#1798)

    * Initial khord roadkit keymap
    
    * Remove bad readme
    
    * Transfer dot through to layer 2 and add clarifications to layout comments
    khord authored and jackhumbert committed Oct 5, 2017
    Copy the full SHA
    e446edd View commit details
    Browse the repository at this point in the history
  4. [cleanup] consistent 2 space indentation

    Was mixed between 2&4
    ideasman42 authored and jackhumbert committed Oct 5, 2017
    Copy the full SHA
    c206650 View commit details
    Browse the repository at this point in the history
  5. Update Let's Split readme

    Updated Let's Split readme to reflect `make` changes in #1659, removed incorrectly used apostrophe and other spelling / grammar errors
    khord authored and jackhumbert committed Oct 5, 2017
    Copy the full SHA
    e0834cf View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Add new 4x12 ortho layout & add credit to XD75 port (#1782)

    * 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
    BenKesselring authored and jackhumbert committed Oct 6, 2017
    Copy the full SHA
    ea81926 View commit details
    Browse the repository at this point in the history
  2. Generic Pointing Device (#1767)

    Snipeye authored and jackhumbert committed Oct 6, 2017
    Copy the full SHA
    ee13228 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d2bbfb9 View commit details
    Browse the repository at this point in the history
  4. Consistent fabian layouts for amj40, let's split, planck and xd75 (#1812

    )
    
    * slight modifier changes; added plover and reusing jack's default planck keymap as the basis
    
    * space is not shift when held anymore
    
    * added fabian layout (based on jack's default)
    
    * changed fabian layout (based on jack's default)
    
    * changed fabian layout (based on jack's default)
    fabiant7t authored and jackhumbert committed Oct 6, 2017
    Copy the full SHA
    120089d View commit details
    Browse the repository at this point in the history
  5. Fix Clueboard readme links (#1816)

    johu authored and skullydazed committed Oct 6, 2017
    Copy the full SHA
    18f78b6 View commit details
    Browse the repository at this point in the history
  6. correct layer numbers in keymaps

    r2d2rogers authored and jackhumbert committed Oct 6, 2017
    Copy the full SHA
    8d7cc11 View commit details
    Browse the repository at this point in the history
  7. correct extraneous t

    r2d2rogers authored and jackhumbert committed Oct 6, 2017
    Copy the full SHA
    357d930 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Fixed typo in docs. (#1818)

    lyuts authored and skullydazed committed Oct 7, 2017
    Copy the full SHA
    d8c62e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Add my layouts (#1822)

    * all of my updates
    
    * return to base config for xd60.c
    
    * remove janky keymap header definition
    
    * update readme for xd60
    
    * update Planck readme
    KMontag42 authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    6d2cb1d View commit details
    Browse the repository at this point in the history
  2. Contribute GH60 layout (#1820)

    * Add first version of my layout
    
    * Tweaked layout
    
    * gh60/bluezio: SpaceFn CapsLock interferes with Ctrl+Arrows
    agarciadom authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    20031ab View commit details
    Browse the repository at this point in the history
  3. Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)

    * Added Dichotemy Keyboard, updated docs for Pointing Device
    
    * Updated readme
    
    * Updated mouse report pointer in pointing_device.c
    Snipeye authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    cfd118d View commit details
    Browse the repository at this point in the history
  4. Added ISO Hungarian friendly keymap (#1808)

    * 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
    Pittyolo authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    31808df View commit details
    Browse the repository at this point in the history
  5. Qwerty Code Friendly: relocate insert key

    This was too easy to press by accident (next to Alt).
    Make this user configurable.
    ideasman42 authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    d6a446b View commit details
    Browse the repository at this point in the history
  6. neue Datei: keyboards/lets_split/keymaps/DE_simple/Makefile

    	neue Datei:     keyboards/lets_split/keymaps/DE_simple/config.h
    	neue Datei:     keyboards/lets_split/keymaps/DE_simple/keymap.c
    	neue Datei:     keyboards/lets_split/keymaps/DE_simple/rules.mk
    DerMeerkamp authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    c5f847a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    56c2487 View commit details
    Browse the repository at this point in the history
  8. neue Datei: readme.md

    DerMeerkamp authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    951285d View commit details
    Browse the repository at this point in the history
  9. geändert: keymap.c

    DerMeerkamp authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    2cda124 View commit details
    Browse the repository at this point in the history
  10. geändert: readme.md

    DerMeerkamp authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    f3e61af View commit details
    Browse the repository at this point in the history
  11. geändert: readme.md

    DerMeerkamp authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    34084b4 View commit details
    Browse the repository at this point in the history
  12. Cleanup of my keymaps (#1802)

    * 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
    drashna authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    e0e80c0 View commit details
    Browse the repository at this point in the history
  13. Updated my Gherkin Keymap

    itsaferbie authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    f88f042 View commit details
    Browse the repository at this point in the history
  14. ErgoDone keyboard: Improved structure of readme and augmented it with…

    … important information. Updated links to moved content.
    marcostrauss authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    01ac8a6 View commit details
    Browse the repository at this point in the history
  15. #1792 added in waits from tmk for locking switches

    fixes #1792
    Joe Martin authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    b91ffba View commit details
    Browse the repository at this point in the history
  16. Fix missing teensy path

    keisuke333 authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    109b2ae View commit details
    Browse the repository at this point in the history
  17. Add option to reverse PS2 mouse axes and scrolling

    Jesper Brix Rosenkilde authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    966e266 View commit details
    Browse the repository at this point in the history
  18. add stock layout for xd75 (#1731)

    * add stock layout for xd75
    
    * fix layout bug
    
    * layout naming
    
    * don't need it
    
    * Cleaning up
    Wunder authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    ee8860a View commit details
    Browse the repository at this point in the history
  19. newkb-atreus-xk

    Jacob Chapman authored and jackhumbert committed Oct 10, 2017
    Copy the full SHA
    b3ad561 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Copy the full SHA
    2db4ad2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    db5afb0 View commit details
    Browse the repository at this point in the history