Can I get the hole spacing for the Atomic short space top plate? I have been working on an openscad model for a simple 3-part 3D print case, but my iffy ruler measuring seems to be slightly inaccurate and some of the holes don't line up perfectly. 
Currently I had: 
hole_locations_y = [22, 26.5, 98.5, 173.5, 249.5, 268.5];
hole_locations_x = [22, 79.5, 41,   59.5,  22,    78.5];
where the measurements are from the upper left hand corner of the plate (near where Esc key would be). Y is along the long length of the keyboard, x is down along the short edge. 
I have also made a modified version of the tmk firmware for the short-space atomic, so I can share some of the files for that soon if people are interested.