153 Commits (main)
 

Author SHA1 Message Date
dcpedit a4ad5576d2 Fix link 3 weeks ago
dcpedit c13abf7752 Pillz Mod update 3 weeks ago
Ming-Gih Lam bb0c927cfb
Update README.md with wire bridge 4 months ago
dcpedit 4e1c7037e0 Add firmware source links 4 months ago
dcpedit a0f7f8ef62 Add firmware 4 months ago
dcpedit 397f584060 Regenerate jlcpcb files 4 months ago
Ming-Gih Lam 53d6692fcd
Update README.md 4 months ago
dcpedit 368586f10b Update to remove the need to connect center pins 4 months ago
dcpedit 8ed2fcbd38 Add 6 layer firmware 5 months ago
dcpedit e0a2538b56 Update readme 5 months ago
dcpedit 0bf69008a0 Update usb-c link 5 months ago
Ming-Gih Lam a844250f96
Update README.md source link 6 months ago
dcpedit 68d473e53f Update readme 2 years ago
dcpedit 6d6182664e Add build parts 2 years ago
dcpedit 31daf727f0 Update readme 2 years ago
Ming-Gih Lam e226f8962b
Update README.md 2 years ago
dcpedit 0eceedbf22 Update readme 2 years ago
dcpedit 36e9a9e1f7 Update readme. Add firmware 2 years ago
dcpedit ef1d198c29 Blackpill support 2 years ago
Michael Stapelberg c0ee7628f9 README: link to QMK pull request until next release
related to https://github.com/kinx-project/kint/issues/1
2 years ago
Varun Madiath 1b63be6292
Fix links to parts for socket headers and pins (#54)
Slightly incorrect markdown syntax was preventing these links from rendering 
correctly.
2 years ago
Joel Bradshaw afac7593b2 Add more jumpers for Teensy++ 2.0 compat
This avoids requiring folks to pull pins out of headers for Teensy++ 2.0
compatibility, instead just requiring them to cut the traces, which I
think is better and more importantly is reversible, so that if someone
builds with a Teensy++ 2.0 and then wants to replace it with a 3.6, they
can just re-close the new jumpers, desolder the old ones, and be good to
go.
2 years ago
Michael Stapelberg cf8a5228eb README: add section about installation 2 years ago
Michael Stapelberg 9b3021992d README: fix image source branch name 2 years ago
Alex Băluț 4577842121
Update to the new project file format (#47)
I opened and saved the project and its schematic, PCB, etc. Some got
saved with a different file name extension.

`kinx-cache.lib` had to been renamed to `kint-cache.lib` otherwise the
Schematic editor would complain that the file is missing. Then I
removed it as I was told in the IRC channel that after saving the
schematic in the new format, the symbols will be embedded and it's no
longer needed.

When opening the PCB there was a warning:
> If the zones on this board are refilled the Copper Edge Clearance
> setting will be used (see Board Setup > Design Rules > Constraints).
> This may result in different fills from previous KiCad versions which
> used the line thicknesses of the board boundary on the Edge Cuts
> layer.

The File > Board Setup > Design Rules > Constraints > Copper Edge
Clearance is 0.05mm. Clicking the board boundary belonging to the Edge
Cuts layer reveals a properties dialog with Line Width 0.05mm.
Being the same, nothing should change at the next refill.

The `.gitignore` file has been updated from its original source.
2 years ago
ferdymercury ceb79e4e41
Update README.md (#44)
https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521
3 years ago
Michael Stapelberg ab8648dd61 README: link to kint41 QMK configurator 3 years ago
Michael Stapelberg 12be7bfd65 README: made for Teensy 3.x and 4.x 3 years ago
Michael Stapelberg 867af7a234 README: recommend Teensy 4.1, then Teensy 3.6 3 years ago
Michael Stapelberg cc5b417d05 README: no longer recommend the Teensy++ 2.0 3 years ago
Michael Stapelberg 20a09f5c05 README: Teensy++ 2.0 is now discontinued 3 years ago
Michael Stapelberg 7f9ab26f1e README: mention QMK 0.14.0 release which includes kint36 and kint4* 3 years ago
Michael Stapelberg 74db9d9200 README: point people to `develop` QMK branch
This is hopefully less confusing than specifying the version without a branch:
6accacf19a
3 years ago
Michael Stapelberg 6accacf19a recommend QMK 0.13.17 or newer
Version 0.13.17 contains bug fixes for kint2pp and kint36:
8ddb7f898a
(kint41 already has the fix)
3 years ago
Michael Stapelberg 20dfb50348 README: kint41 (Teensy 4.0 and 4.1) now supported by QMK! 🎉 3 years ago
Michael Stapelberg 51e6f73d31 README: link to QMK Configurator 3 years ago
Michael Stapelberg 6c40c06510 README: clarify LED debugging step only works without Teensy 3 years ago
Michael Stapelberg c4de186b96 README: update aisler link to v2021-06-26 revision 3 years ago
Michael Stapelberg 38ae329743 update artifacts for v2021-06-26 3 years ago
Michael Stapelberg e50db5470b connect GND3 (Teensy vertical pin header) to GND
This removes the unexpected opens from the design.

fixes https://github.com/kinx-project/kint/issues/38
3 years ago
Michael Stapelberg 480cb6a350 README: link to pending qmk pull request for kint41 3 years ago
Michael Stapelberg a19fee2336 README: put input latency column instead of USB version
The USB version is what influences the input latency.
3 years ago
Michael Stapelberg c2a7d70b61 README: add pricing to board offers 3 years ago
Michael Stapelberg db9485f4f3 README: add aisler link (board verified to work) 3 years ago
Michael Stapelberg c6477680df set digikeypn, mouserpn and mpn fields where unambiguous
This might make starting with your own BOM a little easier.

The choice of the Teensy and mounting method (socket, pin headers, something
else entirely?) is left to the user.
3 years ago
Michael Stapelberg 97272933e6 update README for v2021-04-25 revision 3 years ago
Michael Stapelberg 2f766625e7 update artifacts for v2021-04-25 3 years ago
Joel Bradshaw 48328a4ce8
Widen slots for compatibility with Aisler (#31)
Aisler is a board service that introduced a budget service for "Simple"
boards. KinT almost met the requirements, but these slots were too
narrow. These zigzags make it so that the slots are always 2.4mm wide,
but should still contact the posts and stabilize the board.

fixes #27
3 years ago
Michael Stapelberg ae11c62d86 kint36 support was merged into QMK 🎉 3 years ago
Michael Stapelberg ea67f5ea43 README: update the other mention of the Teensy++ discontinuation 3 years ago