Le Chiffre (ironically, "the number" in French) is a 30% keyboard designed by tominabox1. The purpose of the board is to provide an ergonomic platform supporting MX, Choc and Alps—for when one's wrists need a break.
As open source hardware, various revisions of the board exist. The original supports a run-of-the-mill .91" I2C OLED, EC11 rotary encoder and WS2812 RGB LED strip. Most versions also feature SMD footprints for underglow and indicator RGB LEDs.
Firmware support for several incompatible PCBs can be found in this repository. Examine your PCB to determine which firmware it uses before flashing.
Rev 1 (atmega32u4, atmel-dfu)
Rev 2 (atmega32u4, atmel-dfu)
HE (atmega32u4, atmel-dfu)
Keyboard Maintainer: TJ Campie
Hardware Supported: Le Chiffre, Le Chiffre HE
Hardware Availability: Open source; PCBs are sometimes stocked by various keyboard vendors. Bring your own case.
Make example for this keyboard (after setting up your build environment):
make tominabox1/le_chiffre/rev1:default
make tominabox1/le_chiffre/rev2:default
make tominabox1/le_chiffre/he:default
Flashing example for this keyboard:
make tominabox1/le_chiffre/rev1:default:flash
make tominabox1/le_chiffre/rev2:default:flash
make tominabox1/le_chiffre/he:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Enter the bootloader in 3 ways:
QK_BOOT
in the pre-created keymaps, but you may assign this key in any keymaps you create.After entering the bootloader through one of the three methods above, the keyboard will appear as an Atmel DFU device. It can be flashed using the QMK CLI or QMK Toolbox.