Skip to content

Releases: DumbIdiot/qmk_userspace

v1.0

02 Dec 20:25
Compare
Choose a tag to compare

This is a modified firmware for the Keychron V6, ANSI layout with encoder.
My forked QMK firmware is here: https://github.com/DumbIdiot/qmk_firmware

Things added/changed:

  • Layer color indicator on F13

  • Num Lock indicator on F14

  • Caps Lock indicator on F15

  • Scroll Lock indicator on F16
    All four indicators change colors depending on which layer is active.

  • Optional setting to turn off indicators when using the RGB on/off toggle
    You have to uncomment // #define INDICATORS_TOGGLE_ALL in /qmk_firmware/keyboards/keychron/v6/ansi_encoder/config.h and compile yourself.

  • Changed default RGB settings to Reactive Simple with white color, low brightness and slow speed

  • RGB reacts to key releases instead of presses

  • NKRO is on by default

  • Added keymap
    Replaced the Mac-layers with two Windows layers, each with its own FN layer.
    Use FN + Right CTRL to switch between them.
    DIP switch still functions as normal but leave it on the Mac setting for FN + Right CTRL to work.
    The first one has both Windows keys mapped and menu key mapped to FN + Right Win.
    The first FN layer also has these keys mapped:
    FN + Numpad 1 to reboot keyboard.
    FN + Numpad 2 to reset to default settings.
    FN + Numpad 3 to start the bootloader for flashing.
    The second layer and its FN layer has most of these extra functions removed.

Maybe I forgot something, idk.