logo

qmk_firmware

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

readme.md (2023B)


  1. Zeal60
  2. ====
  3. ![Zeal60](https://cdn.shopify.com/s/files/1/0490/7329/products/Zeal60.jpg)
  4. This is a 60% PCB with per-key RGB LEDs and supports ANSI, ISO, winkey/winkeyless bottom row, HHKB-layout (split right shift and backspace).
  5. Keyboard Maintainer: [Wilba](http://wilba.tech/) and on [GitHub](https://github.com/Wilba6582)
  6. Hardware Supported: Zeal60 PCB Rev 0-3
  7. Hardware Availability: https://zealpc.net/collections/group-buy-pre-orders/products/zeal60rgb
  8. Make example for this keyboard (after setting up your build environment):
  9. make wilba_tech/zeal60:default
  10. 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).
  11. RGB Backlight Configuration
  12. ====
  13. A keymap (in the keymaps directory) can optionally configure which RGB backlight LEDs are used, depending on the needs of the layout, by adding a config.h file in the keymap's directory.
  14. The following #define symbols will enable/disable a feature using 1 or 0.
  15. RGB_BACKLIGHT_USE_SPLIT_BACKSPACE
  16. Split backspace is being used, enables the right LED of the split backspace (the top-right corner)
  17. RGB_BACKLIGHT_USE_SPLIT_LEFT_SHIFT
  18. Split left shift is being used (i.e. ISO layout), enables the right LED of the split left shift (the ISO key)
  19. RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT
  20. Split right shift is being used (i.e. HHKB style layouts), enables the right LED of the split right shift (the Fn key)
  21. RGB_BACKLIGHT_USE_7U_SPACEBAR
  22. A 7U spacebar is being used, controls the LEDs under the right stabilizer (of 7U spacebar) and right Alt (if 6.25U spacebar).
  23. RGB_BACKLIGHT_USE_ISO_ENTER
  24. An ISO Enter is being used. Only used to tweak the location of the LED being used under ANSI Enter/backslash
  25. RGB_BACKLIGHT_DISABLE_HHKB_BLOCKER_LEDS
  26. Disables the LEDs under HHKB corner blockers, useful for transparent cases.