You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/keyboards/kbdfans/kbd75
Mikkel Jeppesen 05d6e6ca78 Ensure setPinInput actually sets input high-Z (#6237)
* Ensure setPinInput actually sets input high-z

* Fixed _PIN_ADDRESS Macro arguments
as recommended by vomindoraan

* Fixed instances of setInput to use new behavour

* Changed kmac matrix to use input with pullups

* Update keyboards/gh60/revc/revc.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Fixed input state for unselect_rows

* fixed merge conflict

* Updated all instances of older uses of setPinInput()

* Fixed naming mistake

Co-authored-by: fauxpark <fauxpark@gmail.com>
5 years ago
..
keymaps Ensure setPinInput actually sets input high-Z (#6237) 5 years ago
rev1 Cleanup rules.mk for 32U4 keyboards, I-K (#7097) 6 years ago
rev2 Cleanup rules.mk for 32U4 keyboards, I-K (#7097) 6 years ago
config.h [Keyboard] add kbdmini; dztech, kbdfans keyboards cleanup (#7223) 6 years ago
kbd75.c [Keyboard] Create KBDFans directory (#5025) 6 years ago
kbd75.h [Keyboard] KBD75 refactor (#6755) 6 years ago
readme.md [Keyboard] Create KBDFans directory (#5025) 6 years ago
rules.mk [Keyboard] Create KBDFans directory (#5025) 6 years ago

readme.md

KBD75

Keyboard Maintainer: QMK Community
Hardware Supported: KBD75 PCB rev 1 and 2
Hardware Availability: https://kbdfans.myshopify.com/products/kbd75-keyboard-set?variant=35638534029

The KBD75 has two revisions. Revision 2 has a USB C port and allows a numpad layout. .hex files made for KBD75 revision 1, will still work for revision 2. .hex files made for revision 2 (excluding the numpad) will also still work on revision 1. Both revisions share the same switch matrix but have switch holes in different areas.

Make example for this keyboard (after setting up your build environment):

make kbdfans/kbd75/rev1:default
make kbdfans/kbd75/rev2:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.