qmk_firmware/keyboards/keychron/q8
2025-04-24 10:28:13 +10:00
..
ansi Separate RGBLight/RGB Matrix keycode handling (#23679) 2024-10-12 18:43:50 +02:00
ansi_encoder Separate RGBLight/RGB Matrix keycode handling (#23679) 2024-10-12 18:43:50 +02:00
iso Separate RGBLight/RGB Matrix keycode handling (#23679) 2024-10-12 18:43:50 +02:00
iso_encoder Separate RGBLight/RGB Matrix keycode handling (#23679) 2024-10-12 18:43:50 +02:00
config.h Migrate RGB Matrix config to info.json (#22998) 2024-02-14 00:54:14 +00:00
halconf.h [Keyboard] Add Keychron Q8 (#19126) 2022-12-04 01:26:27 -08:00
info.json Remove "command":false from keyboards (#25193) 2025-04-24 10:28:13 +10:00
mcuconf.h [Keyboard] Add Keychron Q8 (#19126) 2022-12-04 01:26:27 -08:00
q8.c Separate RGBLight/RGB Matrix keycode handling (#23679) 2024-10-12 18:43:50 +02:00
readme.md [Keyboard] Update Keychron Q8 (#22578) 2023-12-14 00:44:44 -07:00

Keychron Q8

Keychron Q8

A customizable 65% Alice layout keyboard.

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

make keychron/q8/ansi:default
make keychron/q8/ansi_encoder:default
make keychron/q8/iso:default
make keychron/q8/iso_encoder:default

Flashing example for this keyboard:

make keychron/q8/ansi:default:flash
make keychron/q8/ansi_encoder:default:flash
make keychron/q8/iso:default:flash
make keychron/q8/iso_encoder:default:flash

Reset Key: Hold down the key located at K00, commonly programmed as Esc while plugging in the keyboard.

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