Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tmk/tmk_keyboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alonswartz/tmk_keyboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: blackhawk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 16, 2015

  1. blackhawk: copy of required files from gh60

    no changes except for:
    
        - gh60/keymap_plain.c blackhawk/keymap_default.c
        - Makefile: s/keymap_poker.c/keymap_default.c/
    alonswartz committed Dec 16, 2015
    Copy the full SHA
    acf4d27 View commit details
  2. blackhawk: applied changes per tmk_generator output

    tmk_generator$ cat configs/blackhawk.json
    {
      "pinout": {
        "cols": "F6 B4 F5 F7 B6 D7 B5 C7 C6 D3 D2 D1 D0 B7",
        "rows": "B3 B2 B1 B0",
        "caps": "D4"
      },
      "matrix": [
        "0 1 2 3 4 5 - - 8 9 A B C D",
        "0 1 2 3 4 5 6 7 8 9 A B C D",
        "0 1 2 3 4 5 6 7 8 9 A B C D",
        "0 1 2 3 4 5 6 7 8 9 A B C D"
      ]
    }
    alonswartz committed Dec 16, 2015
    Copy the full SHA
    fd7100f View commit details

Commits on Dec 28, 2015

  1. blackhawk: fixed led.c

    alonswartz committed Dec 28, 2015
    Copy the full SHA
    f27388a View commit details

Commits on Dec 29, 2015

  1. Copy the full SHA
    b508d9b View commit details

Commits on Jan 4, 2016

  1. blackhawk: increased debounce delay

    reference: #12
    alonswartz committed Jan 4, 2016
    Copy the full SHA
    91fa8e2 View commit details
  2. blackhawk: initial keymap

    alonswartz committed Jan 4, 2016
    Copy the full SHA
    55e51f1 View commit details
  3. Copy the full SHA
    d14c6b3 View commit details

Commits on Jan 10, 2016

  1. Copy the full SHA
    0ab8896 View commit details
  2. Copy the full SHA
    fdf1f31 View commit details

Commits on Apr 8, 2017

  1. Copy the full SHA
    368ccad View commit details

Commits on Apr 15, 2017

  1. Copy the full SHA
    f20a6f8 View commit details
  2. Copy the full SHA
    e71670a View commit details

Commits on Apr 19, 2017

  1. Copy the full SHA
    a5c7dc8 View commit details
  2. Copy the full SHA
    1de1336 View commit details
Loading