]> git.armaanb.net Git - atreides.git/blob - changelog.md
Merge pull request #30 from bergie/vcarve
[atreides.git] / changelog.md
1 # Change log
2
3 ## Mark 3.6: 2016-3-14
4
5 * TMK is the default firmware.
6 * New layout with arrows on the fn layer.
7 * PCB is now label-side up by default.
8
9 ## Mark 3.5: 2015-6-23
10
11 * Change to Matias switches.
12
13 ## NX-03: 2015-05-08
14
15 * Matias Clicky switches.
16 * Alps-compatible switch plate.
17
18 ## Mark 3.1: 2014-11-25
19
20 * [Second revision of circuit board](http://gerblook.org/pcb/jweM8BcTbgKCL4zsj8tEYj).
21 * Arrows on L2 shifted over one column.
22 * Circuit board license changed to match the rest of the Atreus project.
23
24 The second revision of the circuit board exposes the reset pin,
25 removing the need for hookup wire described below. It also removes
26 [the need to cut a notch in the circuit board](https://www.flickr.com/photos/technomancy/15862732742)
27 to allow the USB connector more clearance.
28
29 The layout changed slightly by shifting the arrow keys on L2 over one
30 column so they can be hit from the normal position without the pinky key.
31
32 ## Mark 3: 2014-10-30
33
34 * Initial [board design](http://gerblook.org/pcb/zqMY66AEsKz3xehSrdoDV6) in KiCAD + Racket.
35 * Assembly guide updated to include wood finishing.
36 * Cable hole in case spacer has rounded edges.
37 * New layout: multidvorak.
38 * Switch to Pololu A-Star Micro controller. (also USB mini->micro)
39
40 A
41 [circuit board was designed in KiCAD with the switch placement logic written in Racket](http://technomancy.us/176). The
42 first revision of the circuit board does not expose the reset pin, so
43 hookup wire is needed to provide a backup reset mechanism once the board
44 is fully assembled. The firmware contains a reset mechanism, but if
45 bugs in the firmware prevent it from being activated, the back case
46 can be removed and the hookup wires can be connected twice in a second
47 to initiate a reset.
48
49 The new design replaced the Teensy 2 microcontroller with the smaller
50 [A-Star Micro](http://www.pololu.com/product/3101) which uses a USB
51 Micro connector instead of USB Mini.
52
53 The new multidvorak layout allows the firmware to support hardware
54 dvorak and software dvorak simultaneously. The edges of the cable hole
55 are rounded off to reduce strain on the cable.
56
57 ## NX-02: 2014-08-05
58
59 * Matias Quiet Click switches.
60 * Teensy 3: ARM-based microcontroller.
61 * Orestes: firmware written in Forth.
62
63 An
64 [experimental prototype](https://www.flickr.com/photos/technomancy/14654421878)
65 using Matias Quiet Click switches and the ARM-based Teensy 3
66 controller. The Matias switch shape was supported by cutting the
67 notches out of each switch hole individually with a knife.
68
69 Porting the firmware to the ARM platform was accompanied by porting
70 [an implementation of Forth](https://github.com/technomancy/orestes/tree/teensy3)
71 and porting the firmware logic to that.
72
73 ## Mark 2: 2014-04-22
74
75 * New OpenSCAD [case design](https://www.flickr.com/photos/technomancy/14719013574) by Constantine.
76 * New layouts: hardware dvorak, hardware colemak.
77 * Assembly guide.
78
79 The case was
80 [redesigned in OpenSCAD](https://github.com/technomancy/atreus/blob/master/case/openscad/atreus_case.scad)
81 to be easier to produce from mail-order laser cutting services. This
82 revision can be recognized by its use of eight screws instead of the
83 original seven. The cuts in the top plate around the switches are also
84 much closer to the switches themselves.
85 [A second independent build](http://geekhack.org/index.php?topic=57007.msg1292144)
86 was documented.
87
88 The assembly process is documented properly.
89
90 ## Mark 1: 2014-04-01
91
92 * Custom Atreus firmware in C.
93 * Layout changes; new layer.
94
95 A
96 [custom Atreus-specific firmware codebase](https://github.com/technomancy/atreus-firmware)
97 was started. Digits were moved to a numpad arrangement and the L2
98 layer (function and arrow keys) was added. The first
99 [third-party build](http://blog.tarn-vedra.de/2014/04/reproducing-keyboard-science_1707.html)
100 was documented.
101
102 ## NX-01: 2014-02-22
103
104 * [Initial prototype](https://www.flickr.com/photos/technomancy/12805226463)!
105 * Case hand-drawn in Inkscape.
106 * Teensy 2 microcontroller, hand-wired matrix.
107 * Uses TMK firmware.
108
109 This was the first Atreus,
110 [created solely for personal use](http://technomancy.us/173) and
111 meticulously hand-wired with a number of errors. Support for the
112 Atreus was
113 [added to the TMK firmware codebase](https://github.com/technomancy/tmk_keyboard/tree/atreus),
114 but power-saving bugs in TMK meant that it occasionally dropped key
115 presses on low-voltage laptops.