KeyV2/src/key_profiles.scad

9 lines
316 B
OpenSCAD
Raw Normal View History

2018-02-05 07:43:17 +11:00
// key profile definitions
// unlike the other files with their own dedicated folders, this one doesn't need a selector. it just collects all the functions
include <key_profiles/dcs.scad>
include <key_profiles/oem.scad>
include <key_profiles/dsa.scad>
include <key_profiles/sa.scad>
include <key_profiles/g20.scad>