readme.md (2212B)
1 # Bruce le Clavier 2 3 Please note that Bruce le Clavier is a keyboard, not a human, and is also not Bruce the Keyboard. 4 5 Bruce the Keyboard is a column staggered unibody split 35-key board created by [jlw](github.com/josh-l-wang), with the option to replace the middle key for an EC11 rotary encoder (with or without switch function). 6 7 This keyboard has RGB, 3.3V, and GND pins broken out if you wish to add an LED strip. 8 9  10 11 * Keyboard Maintainer: [jlw](https://github.com/josh-l-wang) 12 * Hardware Supported: [Bruce le Clavier and Cases](https://github.com/josh-l-wang/Bruce-the-Keyboard-the-Resources) 13 * Hardware Availability: [jlw-kb.com](https://jlw-kb.com) 14 15 Make example for this keyboard (after setting up your build environment): 16 17 make jlw/bruce_le_clavier:default 18 19 Flashing example for this keyboard: 20 21 make jlw/bruce_le_clavier:flash 22 23 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). 24 25 ## Bootloader 26 27 Enter the bootloader in 3 ways: 28 29 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (the top left key) and plug in the keyboard 30 * **Physical reset button**: Hold button on the back of the PCB while plugging in the PCB 31 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available 32 33 34 35 36 # Ceci est le micrologiciel pour Bruce le clavier 37 38 Notez bien que Bruce le clavier n'est pas un humain. 39 40 Bruce le clavier est un clavier de 35 touches colonnaire créé par [jlw](github.com/josh-l-wang). Il y a une option d'utiliser un encodeur rotatif au centre. 41 42 * Maintaineur de clavier: [jlw](https://github.com/josh-l-wang) 43 * Matériel supporté: [Bruce le Clavier and Cases](https://github.com/josh-l-wang/Bruce-the-Keyboard-the-Resources) 44 * Matériel disponibilité: [jlw-kb.com](https://jlw-kb.com) 45 46 Exemple de « make » (après avoir installé votre environnement de développement): 47 48 make jlw/bruce_le_clavier:default 49 50 Exemple de flash pour ce clavier: 51 52 make jlw/bruce_le_clavier:flash 53