qmk-dactyl-manuform-a/keyboards/handwired/onekey
Sergey Vlasov 0dee334bce
handwired/onekey/blackpill_f401: Fix I2C pin config mismatch (#10322)
By default the `i2c_master` driver for ChibiOS uses the B6 pin for
`I2C1_SCL` and the B7 pin for `I2C1_SDA`.  However, the ChibiOS board
file used for the F401 Blackpill board (`ST_STM32F401C_DISCOVERY`)
configures B6 as `I2C1_SCL` and B9 as `I2C1_SDA`, and if that
configuration is left unchanged, enabling the `i2c_master` driver
results in having two pins (B7 and B9) configured as `I2C1_SDA` at the
same time, which does not work properly (experimental results show that
the B9 pin still works as `I2C1_SDA` in that case, and the B7 pin does
not work).

Configure the B9 pin as an input with pull-up in `board_init()`, so that
the B7 pin can be configured as `I2C1_SDA` by the I2C driver.
2020-11-12 20:00:35 +11:00
..
blackpill_f401 handwired/onekey/blackpill_f401: Fix I2C pin config mismatch (#10322) 2020-11-12 20:00:35 +11:00
blackpill_f411 Fix backlight for F401/F411 blackpill onekey examples (#10320) 2020-09-21 22:50:39 -07:00
bluepill Add STM32Duino to bootloader selection (#10558) 2020-10-13 03:19:50 +11:00
elite_c Set backlight and RGB pins for AVR onekeys (#8533) 2020-03-24 03:32:23 +00:00
keymaps Add brightness level API to OLED driver (#10772) 2020-10-29 00:12:50 -07:00
promicro Set backlight and RGB pins for AVR onekeys (#8533) 2020-03-24 03:32:23 +00:00
proton_c Update onekey proton_c readme (#9758) 2020-07-20 15:41:21 +01:00
pytest [CLI] Add c2json (#8817) 2020-10-06 17:10:19 -07:00
stm32f0_disco Enable memcore to fix malloc/rand crashes (#8695) 2020-04-05 22:15:40 +01:00
teensy_2 Set backlight and RGB pins for AVR onekeys (#8533) 2020-03-24 03:32:23 +00:00
teensy_2pp Update handwired/onekey/teensy_2pp readme (#9784) 2020-07-22 15:49:01 +10:00
teensy_32 Enable OLED support for Teensy 3.2/LC (#7591) 2020-07-26 07:50:56 +10:00
teensy_lc Enable OLED support for Teensy 3.2/LC (#7591) 2020-07-26 07:50:56 +10:00
config.h Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915) 2020-01-19 14:11:57 +11:00
onekey.c adds handwire and onekey example 2016-06-29 20:21:05 -04:00
onekey.h [Keyboard] Fix error_log complaint about handwired/onekey layout macro (#9263) 2020-06-07 22:49:18 -07:00
readme.md [Keyboard] Refactor of onekey to support multiple development boards (#6017) 2019-06-26 10:52:09 -07:00
rules.mk Disable the command feature for onekeys (#10366) 2020-09-20 20:50:52 +01:00

readme.md

onekey handwired

Custom handwired one key keyboard.

Keyboard Maintainer: QMK Community
Hardware Supported: bluepill, Elite-C, Pro Micro, Proton C, Teensy 2.0, Teensy++ 2.0, Teensy LC, Teensy 3.2
Hardware Availability:

See each individual board for pin infomation

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

make handwired/onekey:default

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