]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit - keyboard/teensy3.2_tkl/chconf.h
Add a full example of a tenkeyless using the teensy 3.2 (#543)
authorAlejandro Carlos <alejandrocarlos@users.noreply.github.com>
Fri, 30 Mar 2018 23:30:38 +0000 (16:30 -0700)
committerhasu@tmk <tmk@users.noreply.github.com>
Fri, 30 Mar 2018 23:30:38 +0000 (08:30 +0900)
commitbd28119dd8c0155335f54ab01bd355d5bfa41829
tree55e2a98aff26725c40bc262817dcb8de3cd377e2
parenteb3947fb96888e816d244562254f706cf37de302
Add a full example of a tenkeyless using the teensy 3.2 (#543)
12 files changed:
keyboard/teensy3.2_tkl/Makefile [new file with mode: 0644]
keyboard/teensy3.2_tkl/Makefile.3.0 [new file with mode: 0644]
keyboard/teensy3.2_tkl/Makefile.3.2 [new file with mode: 0644]
keyboard/teensy3.2_tkl/chconf.h [new file with mode: 0644]
keyboard/teensy3.2_tkl/config.h [new file with mode: 0644]
keyboard/teensy3.2_tkl/halconf.h [new file with mode: 0644]
keyboard/teensy3.2_tkl/instructions.md [new file with mode: 0644]
keyboard/teensy3.2_tkl/keymap_plain.c [new file with mode: 0644]
keyboard/teensy3.2_tkl/ld/MKL26Z64.ld [new file with mode: 0644]
keyboard/teensy3.2_tkl/led.c [new file with mode: 0644]
keyboard/teensy3.2_tkl/matrix.c [new file with mode: 0644]
keyboard/teensy3.2_tkl/mcuconf.h [new file with mode: 0644]