summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-20Re-download firmware from previous version to get new changesKarl Hallsby
2022-05-21Add Insert key to layer 0Karl Hallsby
2022-02-21Move P key to left half on LoL layerKarl Hallsby
2022-02-13Add keyboard backlights for all layersKarl Hallsby
Layer 0 (Base): White Layer 1 (Symbols): Lilac Spring (Light purple) Layer 2 (Media): Green Layer 3 (LoL): Red
2022-02-13Add white-light and toggle light keys to layer 1Karl Hallsby
2022-01-17Add equal key when tapped to right-shift buttonKarl Hallsby
2022-01-10Page Up/Down are double-tap on Up/Down arrowsKarl Hallsby
2022-01-07Put Delete key on keyboardKarl Hallsby
The Delete key is on the left-side, bottom-row, 3rd in from the left, to the left of the "left" arrow key.
2021-12-26Update keyboard to have space work as left-control tooKarl Hallsby
This happens when I hold the space bar down for a little while. Once the space bar is being used as a left-control key, then I can make use of the normal back-space button to delete whole words, rather than just single letters.
2021-12-26Update firmware revision on keyboardKarl Hallsby
Note that this is auto-generated by Oryx right now, rather than me manually assigning a revision string.
2021-12-26Update keyboard with slightly new layoutKarl Hallsby
2021-12-26Allow for using "tap dance" on keyboardKarl Hallsby
This is used to allow me to assign keys to assign a function to the case when I press the same key quickly, twice in a row. For example, when the dash/minus key is tapped once, it sends the minus character. When tapped twice quickly, it sends an equals-sign. In addition, this works with the shift modifier, so if I double-tap the dash key while shift is held, it will produce an addition symbol.
2021-12-25Add first version of keyboard createdKarl Hallsby
This first revision of the original flashed image is one that more slightly suits my needs, with more of the Emacs modifier keys being placed on the thumb-clusters, rather than scattered around. Currently, only Layer 0 is customized. None of the others have been changed.
2021-12-25Create shell.nix file for creating a dev/flashing shellKarl Hallsby
2021-12-25Start with ZSA configurator README.mdKarl Hallsby