qmk_firmware/keyboards/fractal
Sergey Vlasov f9f3a11c20
contra, fractal: Remove wrongly copypasted pin E6 manipulation code (#14818)
Apparently the default keymaps for `contra` and `fractal` were derived
from some `planck` keymap which contained code to control the status LED
in the implementation of the `BACKLIT` custom keycode.  Unfortunately,
the code to control the LED manipulated the `E6` pin directly, and it
was copied without changes, but the `contra` and `fractal` boards use
the `E6` pin in the matrix, therefore pressing the key mapped to
`BACKLIT` resulted in phantom keypresses for all keys in the
corresponding column.
2021-10-14 14:41:30 +01:00
..
keymaps/default contra, fractal: Remove wrongly copypasted pin E6 manipulation code (#14818) 2021-10-14 14:41:30 +01:00
config.h
fractal.c
fractal.h
info.json
readme.md
rules.mk

readme.md

Fractal

The Fractal keyboard has a layout inspired by keyboards such as Preonic and JJ50. It aims to deliver a good quality but affordable keyboard. It supports Alps and MX switches and uses a Pro Micro as the controller.

Keyboard Maintainer: The QMK Community
Hardware Supported: Fractal
Hardware Availability: KeyPCB

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

make fractal:default

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