logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1068B)


  1. # Keychron S1
  2. A customizable 75% keyboard with RGB backlight and White backlight.
  3. * Keyboard Maintainer: [Keychron](https://github.com/keychron)
  4. * Hardware Supported: Keychron S1
  5. * Hardware Availability: [Keychron](https://www.keychron.com)
  6. Make example for this keyboard (after setting up your build environment):
  7. * For RGB backlight version:
  8. ```bash
  9. make keychron/s1/ansi/rgb:default
  10. ```
  11. * For White backlight version:
  12. ```bash
  13. make keychron/s1/ansi/white:default
  14. ```
  15. Flashing example for this keyboard:
  16. * For RGB backlight version:
  17. ```bash
  18. make keychron/s1/ansi/rgb:default:flash
  19. ```
  20. * For White backlight version:
  21. ```bash
  22. make keychron/s1/ansi/white:default:flash
  23. ```
  24. **Reset Key**: Hold down the key located at *K00*, commonly programmed as *Esc* while plugging in the keyboard.
  25. 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).