You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.3 KiB

  1. # Kimiko
  2. ## Rev2
  3. A split keyboard with 4x6 vertically staggered keys and a Kyria style thumb thumb cluster.
  4. ![Kimiko Rev2](https://i.imgur.com/TBP8Bcrh.jpg)
  5. - Keyboard Maintainer: [BenRoe](https://github.com/BenRoe/) [@keycapsss](https://twitter.com/keycapsss)
  6. - Hardware Supported: Pro Micro 5V/16Mhz and compatible
  7. - Hardware Availability: [Keycapsss.com](https://keycapsss.com)
  8. ### Features (Rev2)
  9. - 62 Per key RGB led's (SK6812 Mini-E)
  10. - RGB Matrix is enabled as default in rules.mk
  11. - The effects can be configured in config.h
  12. - Support for 1 rotary encoder per side (two possible positions)
  13. - Support for 1 OLED display per side
  14. - 128x32 (SSD1306) or Nice!View are supported
  15. - With 1 OLED on each side, they have to be the same
  16. - Default configuration for 128x32 OLED
  17. Make firmware .hex for this keyboard (after setting up your build environment):
  18. ```bash
  19. qmk compile -kb keycapsss/kimiko/rev2 -km default
  20. ```
  21. Use [QMK Toolbox](https://github.com/qmk/qmk_toolbox) to flash the firmware hex file to the keyboard controller.
  22. 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).
  23. ## Rev1
  24. A split keyboard with 4x6 vertically staggered keys and thumb keys.
  25. ![Kimiko Rev1](https://i.imgur.com/md6V6Eoh.jpg)
  26. - Keyboard Maintainer: [BenRoe](https://github.com/BenRoe/) [@keycapsss](https://twitter.com/keycapsss)
  27. - Hardware Supported: Pro Micro 5V/16Mhz and compatible
  28. - Hardware Availability: [Keycapsss.com](https://keycapsss.com)
  29. ### Features (Rev1)
  30. - Per key RGB led's (SK6812 Mini-E)
  31. - 6 underglow RGB led's per side (SK6812 Mini)
  32. - Support for 1 rotary encoder per side (two possible positions)
  33. Make firmware .hex for this keyboard (after setting up your build environment):
  34. ```bash
  35. qmk compile -kb keycapsss/kimiko/rev1 -km default
  36. ```
  37. Use [QMK Toolbox](https://github.com/qmk/qmk_toolbox) to flash the firmware hex file to the keyboard controller.
  38. 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).