qmk_userspace/keyboards/klor
Victor 11146d8f05
Bug Fixing
- Had to add more rules.mk because my memory optimizations allowed the kb
defintion to take precedence over my settings
- Adding a mouse layer toggle. Debating if I take out the enter key combo
2024-06-27 21:29:53 -05:00
..
2040 Added Dynamic Layout selection 2024-05-15 07:52:23 -05:00
keymaps Bug Fixing 2024-06-27 21:29:53 -05:00
lib Adding klor files and trying to build 2024-05-13 21:33:46 -05:00
config.h Klor Fix, Userspace Adds, Keymap tweaks 2024-05-24 00:13:24 -05:00
info.json Updated klor.json due to recent PR 2024-06-19 08:33:12 -05:00
klor.c Got everything working 2024-05-15 23:07:32 -05:00
klor.h Added my keymap to klor 2024-05-15 23:24:49 -05:00
post_rules.mk Fixed bugs 2024-05-15 23:44:17 -05:00
readme.md Got everything working 2024-05-15 23:07:32 -05:00
rules.mk Added Dynamic Layout selection 2024-05-15 07:52:23 -05:00

█         █    █            ▄▄▄▀▀▀▀▀▀▄▄▄        █▀▀▀▀▀▀▀▀▀▀█
█        █     █          ▄▀            ▀▄      █          █
█       █      █        ▄▀                ▀▄    █          █
█      █       █        █                  █    █          █
█     █        █       █                    █   █          █
█    █         █       █                    █   █▄▄▄▄▄▄▄▄▄▄█
█   █ █        █       █                    █   █      █
█  █   █       █        █                  █    █       █
█ █     █      █        ▀▄                ▄▀    █        █
██       █     █          ▀▄            ▄▀      █         █
█         █    █▄▄▄▄▄▄▄▄    ▀▀▀▄▄▄▄▄▄▀▀▀        █          █

KLOR split keyboard

KLOR is 42 keys column-staggered split keyboard made by @geigeigeist. It supports a per key RGB matrix, encoders, OLED displays, haptic feedback, audio, a Pixart Paw3204 trackball and four different layouts, through brake off parts. It's schematics are based on the Sofle, while the layout is based on the Yacc46.

You can use this command to compile the firmware qmk compile -kb klor -km default

and this command if you want to compile the firmware for a RP2040 based MCU qmk compile -kb klor/2040 -km default

t4corun modernization

this is my attempt at modernizing @geigeigeist's repo. It has not been updated in a few years and firmware cannot be built as-is as QMK has introduced breaking changes. @geigeigeist's repo can be found here. Should work for all KLOR variations, but I tested against Saegwerk as that is the one I have

Features

  • Can choose layout based on keymap rules.mk configuration. Before keyboard configuration would need to be changed
  • Converted as much as possible to data driven configuration: info.json
  • the build will automatically turn off audio, haptics, and rgb matrix for AVR MCU. A user can configure all rules in the keymap rules.mk for RP2040 and not have to edit code just for AVR firmware

What I did not test

  • RGBLight
  • Other variations (e.g.Polydactyl)
  • Swap Hands