qmk_firmware/keyboards/handwired/onekey
Sergey Vlasov 7ddae97c89
Fix backlight for F401/F411 blackpill onekey examples (#10320)
Fix configs to make the `handwired/onekey/blackpill_f401:backlight` and
`handwired/onekey/blackpill_f411:backlight` examples actually compile
and work:

 - Use `PWMD5` instead of `PWMD2` for backlight, which matches the
   default value of `BACKLIGHT_PAL_MODE` (AF02 for pin A0 is `TIM5_CH1`)
   and does not conflict with the default value of `STM32_ST_USE_TIMER`.

 - Enable `HAL_USE_PWM` in halconf.h and `STM32_PWM_USE_TIM5` in
   mcuconf.h, so that `PWMD5` could be used.
2020-09-21 22:50:39 -07:00
..
blackpill_f401 Fix backlight for F401/F411 blackpill onekey examples (#10320) 2020-09-21 22:50:39 -07:00
blackpill_f411 Fix backlight for F401/F411 blackpill onekey examples (#10320) 2020-09-21 22:50:39 -07:00
bluepill Remove unused CORTEX_VTOR_INIT (#10053) 2020-08-29 14:30:02 -07:00
elite_c
keymaps format code according to conventions [skip ci] 2020-08-29 22:57:48 +00:00
promicro
proton_c
pytest
stm32f0_disco
teensy_2
teensy_2pp
teensy_32
teensy_lc
config.h
onekey.c
onekey.h
readme.md
rules.mk Disable the command feature for onekeys (#10366) 2020-09-20 20:50:52 +01:00

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.