Skip to content

Commit

Permalink
Rename Ergo87 to Bloomer and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pcewing committed Sep 12, 2018
1 parent b119e13 commit 9299ba3
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
38 changes: 32 additions & 6 deletions README.md
@@ -1,11 +1,37 @@
# Ergo87
# CozyKeys Bloomer

This repository contains the design files for the Ergo87, an 87 key ergonomic
mechanical keyboard.
This repository contains the design files for the CozyKeys Bloomer, an 87-key
ergonomic mechanical keyboard.

The image below shows a preview of the layout of the board.
This keyboard has undergone several revisions and name changes. Previous names
were *Atreus87* and *Ergo87* and artifacts of these may still be present in the
repository.

![Ergo87 Layout Preview][preview]
![Bloomer](http://assets.cozykeys.xyz/images/keyboards/bloomer/bloomer-angle-2_800x800.jpg)

[preview]: https://github.com/ergo87/ergo87.github.io/blob/master/resources/images/Ergo87.png?raw=true "Ergo87 Layout Preview"
## Project Status

### rev0

The first revision of the board was hand-wired and built as a proof of concept
to ensure that the layout is comfortable.

### rev1

The second revision added a PCB and a complete redesign of the case so that the
PCB would fit accurately.

This initial PCB was functional but lacked any RGB support. It also had a few
issues:
- When placing the ItsyBitsy upside down to reduce the height needed between
the switch plate and bottom plate, there is no easy way to access RST
- Switch footprints were "flippable" which was misleading as the controller
pinout only supported a single orientation

### rev2

The second revision added several features and fixes:
- Dedicated reset button with the case updated to make this accessible
- Single orientation switch footprints
- RGB underglow support

2 changes: 1 addition & 1 deletion Ergo87.xml → bloomer.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Keyboard Name="Ergo87" Version="1.0.0">
<Keyboard Name="bloomer" Version="1.0.0">
<Constants>
<Constant Name="AlphaFillColor" Value="#ffffff" />
<Constant Name="AlphaLegendColor" Value="#000000" />
Expand Down
4 changes: 2 additions & 2 deletions pcb/ergo87.kicad_pcb → pcb/bloomer.kicad_pcb
Expand Up @@ -5326,10 +5326,10 @@
(pad 4 smd rect (at 1.65 -2.4 90) (size 1.4 1.8) (layers Back B.Paste B.Mask))
)

(gr_text "By: Paul Ewing" (at 212.09 31.75) (layer B.SilkS)
(gr_text "By: CozyKeys" (at 212.09 31.75) (layer B.SilkS)
(effects (font (size 1.27 1.524) (thickness 0.3048)) (justify mirror))
)
(gr_text Ergo87 (at 212.725 27.305) (layer B.SilkS)
(gr_text Bloomer (at 212.725 27.305) (layer B.SilkS)
(effects (font (size 4.064 3.048) (thickness 0.3048)) (justify mirror))
)
(gr_text RST (at 173 19.25) (layer B.SilkS)
Expand Down
File renamed without changes.

0 comments on commit 9299ba3

Please sign in to comment.