diff --git a/layout-gen/test-js/main.js b/layout-gen/test-js/main.js index a2d7618..18976f7 100644 --- a/layout-gen/test-js/main.js +++ b/layout-gen/test-js/main.js @@ -264,6 +264,7 @@ keyboards['ErgoDox'] = { // TODO: // - need to actually plan the organization of the key data... // - how shall we handle switching between different layers? +// - we should probably do all the styling in css... var drawKey = function(key) { var size = key.size || 1;