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