qmk_firmware/keyboards/keycapsss/kimiko
Ben 33a3cd26ab
[Keyboard] Add Kimiko Rev2 (#21719)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Ex3c4Def <Joe_No@gmx.net>
Co-authored-by: Ben Roe <ben@MacBookzPro-M2.lan>
Co-authored-by: Ben Roe <ben@MacBook-Pro-von-Ben.local>
2024-01-31 18:21:59 -08:00
..
keymaps/default [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00
rev1 kimiko: mirror encoder pins between halves (#21728) 2023-09-21 06:23:18 +01:00
rev2 [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00
glcdfont.c [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00
info.json [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00
kimiko.c [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00
post_config.h [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00
readme.md [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00
rules.mk [Keyboard] Add Kimiko Rev2 (#21719) 2024-01-31 18:21:59 -08:00

Kimiko

Rev2

A split keyboard with 4x6 vertically staggered keys and a Kyria style thumb thumb cluster.

Kimiko Rev2

Features (Rev2)

  • 62 Per key RGB led's (SK6812 Mini-E)
    • RGB Matrix is enabled as default in rules.mk
    • The effects can be configured in config.h
  • Support for 1 rotary encoder per side (two possible positions)
  • Support for 1 OLED display per side
    • 128x32 (SSD1306) or Nice!View are supported
    • With 1 OLED on each side, they have to be the same
    • Default configuration for 128x32 OLED

Make firmware .hex for this keyboard (after setting up your build environment):

qmk compile -kb keycapsss/kimiko/rev2 -km default

Use QMK Toolbox to flash the firmware hex file to the keyboard controller.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Rev1

A split keyboard with 4x6 vertically staggered keys and thumb keys.

Kimiko Rev1

Features (Rev1)

  • Per key RGB led's (SK6812 Mini-E)
  • 6 underglow RGB led's per side (SK6812 Mini)
  • Support for 1 rotary encoder per side (two possible positions)

Make firmware .hex for this keyboard (after setting up your build environment):

qmk compile -kb keycapsss/kimiko/rev1 -km default

Use QMK Toolbox to flash the firmware hex file to the keyboard controller.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.