├── LICENSE ├── README.md ├── footprints.pretty ├── 10x5_7x2.5mm.kicad_mod ├── 5.5_5x2.5mm.kicad_mod ├── free_pin.kicad_mod └── oshw.kicad_mod ├── fp-info-cache ├── fp-lib-table ├── plain60-c-cache.lib ├── plain60-c.kicad_pcb ├── plain60-c.kicad_prl ├── plain60-c.kicad_pro ├── plain60-c.kicad_sch └── sym-lib-table /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public 411 | licenses. Notwithstanding, Creative Commons may elect to apply one of 412 | its public licenses to material it publishes and in those instances 413 | will be considered the “Licensor.” The text of the Creative Commons 414 | public licenses is dedicated to the public domain under the CC0 Public 415 | Domain Dedication. Except for the limited purpose of indicating that 416 | material is shared under a Creative Commons public license or as 417 | otherwise permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the 425 | public licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | 429 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Plain60-C rev2.2 2 | 3 | ![Plain60-C PCB](https://i.imgur.com/RV89nCT.png) 4 | This universal 60% PCB is designed to support as little layouts as possible without limiting usability for most users. The reason I did this is because other PCBs made for this form factor usually have so many supported layouts that it could almost qualify as swiss cheese. 5 | 6 | It also features a fuse and an ESD protection chip to protect the MCU and other parts of the PCB. 7 | 8 | ## Features 9 | - Compatible with QMK Firmware and VIA Configurator (if you flash a VIA compatible .hex file) 10 | - Compatible with most universal 60% cases and HHKB/WKL Tofu by KBDfans 11 | - USB type-C 12 | - Optional JST header for connection with daughterboard 13 | - Footprint for optional speaker (AST1109MLTRQ) 14 | - ESD protection and fuse 15 | - No LEDs and no underglow 16 | - Minimal layout support 17 | - ISP header 18 | 19 | ## Supported layouts 20 | ![Supported layouts of the Plain60-C](https://i.imgur.com/dq04Csv.png) 21 | 22 | ## Building 23 | If you feel like building a few of these PCBs yourself, go to the 'Releases' tab and download the latest gerber files. Order those at your favourite PCB manufacturer, get the components needed (see below) and solder them on! A hot air station is not required but a soldering iron is. Flux is recommended. 24 | 25 | ## Opening the project 26 | To open the files you will need the latest KiCAD nightly version. 27 | 28 | ## Bill of materials (BOM) 29 | Amount is per PCB, multiply as needed. 30 | 31 | | LCSC part # | Description | Value | Package | Amount | 32 | | ----------- | ------------- | ----- | -------- | ------:| 33 | | C128353 | Capacitor | 0.1uF | 0805 | 4 | 34 | | C131056 | Capacitor | 4.7uF | 0805 | 1 | 35 | | C215803 | Capacitor | 1uF | 0805 | 1 | 36 | | C109001 | Diode | | 0805 | 65 | 37 | | C261942 | Fuse | | 0805 | 1 | 38 | | C165948 | Connector | | SMD/THT | 1 | 39 | | C103904 | Resistor | 10K | 0805 | 2 | 40 | | C212411 | Resistor | 5.1K | 0805 | 2 | 41 | | C325772 | Resistor | 22 | 0805 | 2 | 42 | | C44854 | MCU | 32U4 | QFP-44 | 1 | 43 | | C7519 | ESD chip | | SOT23-6 | 1 | 44 | | C341521 | Resonator | 16MHz | SMD | 1 | 45 | | C92584 | Switch | | SMD | 1 | 46 | | C160404 | Optional JST | | SMD | 1 | 47 | -------------------------------------------------------------------------------- /footprints.pretty/10x5_7x2.5mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module 10x5_7x2.5mm (layer F.Cu) (tedit 5C28AE6A) 2 | (fp_text reference REF** (at 0 0.5) (layer F.SilkS) hide 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value 10x5_7x2.5mm (at 0 -0.5) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (pad 1 thru_hole oval (at 0 0) (size 10 5) (drill oval 7 2.5) (layers *.Cu *.Mask)) 9 | ) 10 | -------------------------------------------------------------------------------- /footprints.pretty/5.5_5x2.5mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module 5.5_5x2.5mm (layer F.Cu) (tedit 5C28B03F) 2 | (fp_text reference REF** (at 0 0.5) (layer F.SilkS) hide 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value 5.5_5x2.5mm (at 0 -0.5) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (pad 1 thru_hole circle (at 0 0) (size 5.5 5.5) (drill oval 5 2.5) (layers *.Cu *.Mask)) 9 | ) 10 | -------------------------------------------------------------------------------- /footprints.pretty/free_pin.kicad_mod: -------------------------------------------------------------------------------- 1 | (module free_pin (layer F.Cu) (tedit 5C290DA4) 2 | (fp_text reference REF** (at 0 0.5) (layer F.SilkS) hide 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value B0 (at -1.19063 0) (layer F.SilkS) 6 | (effects (font (size 1.2 1.2) (thickness 0.2)) (justify right)) 7 | ) 8 | (pad 1 thru_hole circle (at 0 0) (size 2 2) (drill 1) (layers *.Cu *.Mask)) 9 | ) 10 | -------------------------------------------------------------------------------- /footprints.pretty/oshw.kicad_mod: -------------------------------------------------------------------------------- 1 | (module LOGO (layer F.Cu) 2 | (at 0 0) 3 | (fp_text reference "G***" (at 0 0) (layer F.SilkS) hide 4 | (effects (font (thickness 0.3))) 5 | ) 6 | (fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide 7 | (effects (font (thickness 0.3))) 8 | ) 9 | (fp_poly (pts (xy -1.592105 2.704220) (xy -1.524663 2.717122) (xy -1.469628 2.741203) (xy -1.427171 2.776393) (xy -1.401237 2.814713) (xy -1.380067 2.856592) (xy -1.380067 3.378200) (xy -1.515534 3.378200) 10 | (xy -1.515534 3.325895) (xy -1.541196 3.347489) (xy -1.579129 3.369556) (xy -1.627407 3.382778) (xy -1.681681 3.386725) (xy -1.737601 3.380965) (xy -1.775903 3.370751) (xy -1.830275 3.344377) 11 | (xy -1.871282 3.307659) (xy -1.898607 3.261038) (xy -1.911934 3.204956) (xy -1.913281 3.178911) (xy -1.912783 3.175000) (xy -1.786467 3.175000) (xy -1.778655 3.207553) (xy -1.756646 3.233299) 12 | (xy -1.722584 3.249880) (xy -1.717170 3.251290) (xy -1.675498 3.257316) (xy -1.629095 3.258183) (xy -1.586679 3.253918) (xy -1.572933 3.250824) (xy -1.545563 3.239389) (xy -1.528032 3.221264) 13 | (xy -1.518607 3.193337) (xy -1.515555 3.152494) (xy -1.515534 3.147716) (xy -1.515534 3.090334) (xy -1.593850 3.090702) (xy -1.659488 3.093012) (xy -1.709935 3.099635) (xy -1.746517 3.111151) 14 | (xy -1.770558 3.128139) (xy -1.783386 3.151182) (xy -1.786467 3.175000) (xy -1.912783 3.175000) (xy -1.905970 3.121559) (xy -1.884283 3.072519) (xy -1.849250 3.033078) (xy -1.801903 3.004527) 15 | (xy -1.763823 2.992136) (xy -1.734727 2.987361) (xy -1.694570 2.983514) (xy -1.649219 2.981055) (xy -1.614630 2.980399) (xy -1.514760 2.980267) (xy -1.517263 2.923987) (xy -1.521320 2.886792) 16 | (xy -1.531334 2.860879) (xy -1.549883 2.844137) (xy -1.579543 2.834453) (xy -1.622891 2.829718) (xy -1.632948 2.829201) (xy -1.683748 2.829899) (xy -1.724041 2.838097) (xy -1.759071 2.855080) 17 | (xy -1.770352 2.862818) (xy -1.780048 2.866337) (xy -1.793232 2.862572) (xy -1.813379 2.850036) (xy -1.831735 2.836571) (xy -1.855342 2.817979) (xy -1.872441 2.803049) (xy -1.879565 2.794821) 18 | (xy -1.879600 2.794567) (xy -1.872745 2.782296) (xy -1.854891 2.765467) (xy -1.830102 2.747254) (xy -1.802443 2.730834) (xy -1.790700 2.725124) (xy -1.756182 2.713147) (xy -1.714362 2.705798) 19 | (xy -1.671785 2.702570) (xy -1.592105 2.704220) )(layer F.SilkS) (width 0.010000) 20 | ) 21 | (fp_poly (pts (xy -0.237067 3.378200) (xy -0.372533 3.378200) (xy -0.372533 3.309669) (xy -0.405230 3.335944) (xy -0.456825 3.366955) (xy -0.514322 3.382651) (xy -0.575708 3.382690) (xy -0.621114 3.372850) 22 | (xy -0.660225 3.354090) (xy -0.698247 3.324301) (xy -0.730434 3.288136) (xy -0.752034 3.250247) (xy -0.755055 3.241615) (xy -0.759807 3.216549) (xy -0.763357 3.179050) (xy -0.765725 3.132466) 23 | (xy -0.766935 3.080147) (xy -0.766983 3.043767) (xy -0.630767 3.043767) (xy -0.630491 3.092459) (xy -0.629402 3.127572) (xy -0.627112 3.152455) (xy -0.623232 3.170455) (xy -0.617372 3.184923) 24 | (xy -0.613545 3.191933) (xy -0.586131 3.223117) (xy -0.548317 3.243648) (xy -0.504466 3.251172) (xy -0.503767 3.251174) (xy -0.472916 3.247195) (xy -0.443167 3.237502) (xy -0.440848 3.236370) 25 | (xy -0.417477 3.221238) (xy -0.400280 3.201402) (xy -0.388438 3.174338) (xy -0.381128 3.137523) (xy -0.377528 3.088432) (xy -0.376767 3.039534) (xy -0.377649 2.982908) (xy -0.380885 2.940285) 26 | (xy -0.387359 2.908798) (xy -0.397956 2.885580) (xy -0.413559 2.867764) (xy -0.434328 2.852924) (xy -0.473563 2.837869) (xy -0.515879 2.836149) (xy -0.556844 2.846678) (xy -0.592030 2.868369) 27 | (xy -0.615539 2.897342) (xy -0.621874 2.911750) (xy -0.626228 2.929882) (xy -0.628937 2.954968) (xy -0.630338 2.990242) (xy -0.630765 3.038933) (xy -0.630767 3.043767) (xy -0.766983 3.043767) 28 | (xy -0.767008 3.025439) (xy -0.765965 2.971692) (xy -0.763828 2.922255) (xy -0.760618 2.880475) (xy -0.756359 2.849700) (xy -0.752425 2.835718) (xy -0.720625 2.784212) (xy -0.678855 2.744580) 29 | (xy -0.629751 2.717420) (xy -0.575946 2.703332) (xy -0.520074 2.702917) (xy -0.464771 2.716774) (xy -0.412670 2.745503) (xy -0.399987 2.755472) (xy -0.372533 2.778572) (xy -0.372533 2.438400) 30 | (xy -0.237067 2.438400) (xy -0.237067 3.378200) )(layer F.SilkS) (width 0.010000) 31 | ) 32 | (fp_poly (pts (xy 1.114516 2.703878) (xy 1.168515 2.711646) (xy 1.212984 2.724284) (xy 1.217451 2.726139) (xy 1.262163 2.752990) (xy 1.298908 2.789592) (xy 1.323739 2.831749) (xy 1.327907 2.843602) 33 | (xy 1.331341 2.864694) (xy 1.334046 2.902503) (xy 1.336017 2.956826) (xy 1.337246 3.027462) (xy 1.337726 3.114210) (xy 1.337733 3.127299) (xy 1.337733 3.378200) (xy 1.202267 3.378200) 34 | (xy 1.202267 3.320606) (xy 1.177114 3.344103) (xy 1.142254 3.366390) (xy 1.096611 3.380573) (xy 1.044530 3.386152) (xy 0.990356 3.382629) (xy 0.942615 3.370994) (xy 0.886614 3.344421) 35 | (xy 0.844548 3.308322) (xy 0.816564 3.262896) (xy 0.802812 3.208346) (xy 0.801307 3.179631) (xy 0.801887 3.175258) (xy 0.927664 3.175258) (xy 0.933549 3.200955) (xy 0.935323 3.205356) 36 | (xy 0.943774 3.224145) (xy 0.949368 3.233980) (xy 0.949951 3.234394) (xy 0.958687 3.237164) (xy 0.977600 3.243969) (xy 0.986367 3.247231) (xy 1.015105 3.253908) (xy 1.052183 3.257006) 37 | (xy 1.091995 3.256680) (xy 1.128933 3.253085) (xy 1.157389 3.246377) (xy 1.166132 3.242260) (xy 1.186258 3.220551) (xy 1.198207 3.185419) (xy 1.202264 3.136020) (xy 1.202267 3.134494) 38 | (xy 1.202267 3.088047) (xy 1.098550 3.092073) (xy 1.042103 3.095399) (xy 1.000132 3.100930) (xy 0.970234 3.109505) (xy 0.950007 3.121962) (xy 0.937050 3.139140) (xy 0.932440 3.150066) 39 | (xy 0.927664 3.175258) (xy 0.801887 3.175258) (xy 0.808928 3.122184) (xy 0.831562 3.072470) (xy 0.860708 3.037866) (xy 0.883042 3.019190) (xy 0.907129 3.005309) (xy 0.936048 2.995433) 40 | (xy 0.972874 2.988768) (xy 1.020685 2.984521) (xy 1.077383 2.982057) (xy 1.202267 2.978171) (xy 1.202267 2.932096) (xy 1.200619 2.902721) (xy 1.196408 2.878171) (xy 1.193118 2.868927) 41 | (xy 1.174244 2.850103) (xy 1.143500 2.836882) (xy 1.105022 2.829342) (xy 1.062945 2.827555) (xy 1.021404 2.831598) (xy 0.984535 2.841545) (xy 0.956473 2.857472) (xy 0.949473 2.864502) 42 | (xy 0.942344 2.870622) (xy 0.933325 2.870410) (xy 0.919024 2.862466) (xy 0.896053 2.845392) (xy 0.888090 2.839165) (xy 0.864080 2.819487) (xy 0.846397 2.803442) (xy 0.838367 2.794079) 43 | (xy 0.838200 2.793411) (xy 0.845219 2.780965) (xy 0.863567 2.764242) (xy 0.889183 2.746022) (xy 0.918004 2.729086) (xy 0.945968 2.716215) (xy 0.955861 2.712869) (xy 1.002137 2.704183) 44 | (xy 1.057040 2.701288) (xy 1.114516 2.703878) )(layer F.SilkS) (width 0.010000) 45 | ) 46 | (fp_poly (pts (xy 2.266496 2.705500) (xy 2.326193 2.722222) (xy 2.381206 2.751736) (xy 2.416893 2.781524) (xy 2.452799 2.826912) (xy 2.477840 2.881191) (xy 2.492599 2.946133) (xy 2.497658 3.023510) 47 | (xy 2.497667 3.027250) (xy 2.497667 3.090334) (xy 2.082800 3.090334) (xy 2.082800 3.120931) (xy 2.089834 3.157802) (xy 2.108350 3.194914) (xy 2.134465 3.225389) (xy 2.146995 3.234696) 48 | (xy 2.192134 3.253067) (xy 2.242511 3.257328) (xy 2.294404 3.247737) (xy 2.344088 3.224551) (xy 2.350063 3.220638) (xy 2.368564 3.209256) (xy 2.383659 3.204980) (xy 2.399153 3.208904) 49 | (xy 2.418851 3.222124) (xy 2.446557 3.245731) (xy 2.450981 3.249652) (xy 2.482617 3.277737) (xy 2.463140 3.298470) (xy 2.421637 3.331896) (xy 2.368800 3.358320) (xy 2.309214 3.376516) 50 | (xy 2.247461 3.385260) (xy 2.188126 3.383328) (xy 2.163233 3.378599) (xy 2.099840 3.355107) (xy 2.045134 3.317837) (xy 2.040788 3.313984) (xy 2.002704 3.271235) (xy 1.975092 3.220386) 51 | (xy 1.957290 3.159518) (xy 1.948638 3.086713) (xy 1.947534 3.043767) (xy 1.951970 2.962815) (xy 1.953031 2.957540) (xy 2.082800 2.957540) (xy 2.082800 2.980267) (xy 2.364317 2.980267) 52 | (xy 2.358849 2.952928) (xy 2.345567 2.912102) (xy 2.324483 2.875374) (xy 2.300587 2.850239) (xy 2.267436 2.834698) (xy 2.226716 2.828849) (xy 2.184891 2.832904) (xy 2.151320 2.845376) 53 | (xy 2.120721 2.870503) (xy 2.097081 2.904898) (xy 2.084143 2.942435) (xy 2.082800 2.957540) (xy 1.953031 2.957540) (xy 1.965741 2.894385) (xy 1.989546 2.836431) (xy 2.024083 2.786912) 54 | (xy 2.041458 2.768619) (xy 2.089595 2.733130) (xy 2.145167 2.710850) (xy 2.205144 2.701675) (xy 2.266496 2.705500) )(layer F.SilkS) (width 0.010000) 55 | ) 56 | (fp_poly (pts (xy -2.177818 1.648944) (xy -2.124806 1.670151) (xy -2.080177 1.703297) (xy -2.046293 1.746583) (xy -2.025513 1.798210) (xy -2.024313 1.803453) (xy -2.020458 1.831697) (xy -2.017677 1.872705) 57 | (xy -2.015972 1.922340) (xy -2.015342 1.976466) (xy -2.015787 2.030949) (xy -2.017307 2.081652) (xy -2.019903 2.124439) (xy -2.023573 2.155175) (xy -2.024313 2.158947) (xy -2.043347 2.210580) 58 | (xy -2.074798 2.253602) (xy -2.115972 2.287046) (xy -2.164175 2.309943) (xy -2.216713 2.321325) (xy -2.270893 2.320223) (xy -2.324020 2.305669) (xy -2.366434 2.281930) (xy -2.386233 2.268026) 59 | (xy -2.401192 2.258125) (xy -2.402417 2.257384) (xy -2.405476 2.258827) (xy -2.407922 2.268101) (xy -2.409812 2.286623) (xy -2.411204 2.315809) (xy -2.412157 2.357078) (xy -2.412729 2.411847) 60 | (xy -2.412978 2.481533) (xy -2.413000 2.515685) (xy -2.413000 2.780235) (xy -2.389717 2.757983) (xy -2.343608 2.724691) (xy -2.292142 2.705699) (xy -2.238056 2.700433) (xy -2.184089 2.708323) 61 | (xy -2.132980 2.728794) (xy -2.087466 2.761275) (xy -2.050287 2.805192) (xy -2.035279 2.832100) (xy -2.029554 2.844651) (xy -2.025037 2.856772) (xy -2.021584 2.870566) (xy -2.019051 2.888135) 62 | (xy -2.017295 2.911582) (xy -2.016171 2.943010) (xy -2.015536 2.984520) (xy -2.015246 3.038216) (xy -2.015157 3.106201) (xy -2.015150 3.126317) (xy -2.015067 3.378200) (xy -2.150533 3.378200) 63 | (xy -2.150547 3.155950) (xy -2.150667 3.087319) (xy -2.151103 3.033468) (xy -2.151981 2.992248) (xy -2.153428 2.961506) (xy -2.155571 2.939092) (xy -2.158536 2.922854) (xy -2.162449 2.910641) 64 | (xy -2.165363 2.904236) (xy -2.191119 2.869666) (xy -2.225282 2.847069) (xy -2.264319 2.836453) (xy -2.304697 2.837825) (xy -2.342884 2.851192) (xy -2.375347 2.876562) (xy -2.393950 2.903744) 65 | (xy -2.399762 2.915964) (xy -2.404254 2.928254) (xy -2.407597 2.942890) (xy -2.409959 2.962151) (xy -2.411511 2.988314) (xy -2.412420 3.023657) (xy -2.412858 3.070457) (xy -2.412993 3.130993) 66 | (xy -2.413000 3.159861) (xy -2.413000 3.378200) (xy -2.548467 3.378200) (xy -2.548467 1.961053) (xy -2.411545 1.961053) (xy -2.410702 2.033134) (xy -2.401894 2.090737) (xy -2.384871 2.134457) 67 | (xy -2.359387 2.164889) (xy -2.325192 2.182627) (xy -2.318303 2.184468) (xy -2.274161 2.187593) (xy -2.228218 2.178735) (xy -2.207018 2.170007) (xy -2.185570 2.154377) (xy -2.169868 2.130926) 68 | (xy -2.159284 2.097535) (xy -2.153187 2.052085) (xy -2.150948 1.992458) (xy -2.150905 1.981200) (xy -2.153086 1.915083) (xy -2.160303 1.863864) (xy -2.173568 1.825994) (xy -2.193893 1.799924) 69 | (xy -2.222291 1.784105) (xy -2.259771 1.776985) (xy -2.284769 1.776218) (xy -2.326400 1.781335) (xy -2.358726 1.796683) (xy -2.382606 1.823517) (xy -2.398900 1.863089) (xy -2.408468 1.916653) 70 | (xy -2.411545 1.961053) (xy -2.548467 1.961053) (xy -2.548467 1.642534) (xy -2.413000 1.642534) (xy -2.413000 1.711129) (xy -2.385028 1.689793) (xy -2.336563 1.660474) (xy -2.284251 1.645002) 71 | (xy -2.236853 1.641475) (xy -2.177818 1.648944) )(layer F.SilkS) (width 0.010000) 72 | ) 73 | (fp_poly (pts (xy -0.857744 2.709691) (xy -0.804127 2.731774) (xy -0.788084 2.741884) (xy -0.784030 2.748447) (xy -0.787430 2.759719) (xy -0.799635 2.778305) (xy -0.821312 2.805969) (xy -0.842944 2.831356) 74 | (xy -0.861327 2.850615) (xy -0.873439 2.860664) (xy -0.875662 2.861433) (xy -0.889194 2.857301) (xy -0.905933 2.849034) (xy -0.939397 2.838185) (xy -0.978698 2.837476) (xy -1.016401 2.846528) 75 | (xy -1.033798 2.855552) (xy -1.050253 2.867310) (xy -1.063292 2.879497) (xy -1.073311 2.894151) (xy -1.080706 2.913311) (xy -1.085873 2.939014) (xy -1.089209 2.973298) (xy -1.091108 3.018202) 76 | (xy -1.091969 3.075762) (xy -1.092185 3.148017) (xy -1.092187 3.155950) (xy -1.092200 3.378200) (xy -1.227667 3.378200) (xy -1.227667 2.709334) (xy -1.092200 2.709334) (xy -1.092200 2.780235) 77 | (xy -1.068917 2.757983) (xy -1.023581 2.725815) (xy -0.970953 2.706911) (xy -0.914514 2.701470) (xy -0.857744 2.709691) )(layer F.SilkS) (width 0.010000) 78 | ) 79 | (fp_poly (pts (xy 0.042645 2.937934) (xy 0.058900 2.997181) (xy 0.073909 3.050721) (xy 0.087064 3.096481) (xy 0.097759 3.132391) (xy 0.105387 3.156377) (xy 0.109343 3.166369) (xy 0.109572 3.166533) 80 | (xy 0.113328 3.158807) (xy 0.121543 3.136981) (xy 0.133514 3.103082) (xy 0.148542 3.059138) (xy 0.165924 3.007176) (xy 0.184959 2.949226) (xy 0.188631 2.937934) (xy 0.262840 2.709334) 81 | (xy 0.362311 2.709334) (xy 0.427161 2.910417) (xy 0.445670 2.967787) (xy 0.463040 3.021584) (xy 0.478406 3.069136) (xy 0.490905 3.107771) (xy 0.499673 3.134817) (xy 0.503111 3.145367) 82 | (xy 0.514210 3.179233) (xy 0.527770 3.132667) (xy 0.534011 3.110714) (xy 0.543825 3.075558) (xy 0.556343 3.030337) (xy 0.570700 2.978187) (xy 0.586025 2.922247) (xy 0.591786 2.901151) 83 | (xy 0.606442 2.847857) (xy 0.619760 2.800239) (xy 0.631060 2.760664) (xy 0.639662 2.731495) (xy 0.644886 2.715097) (xy 0.646036 2.712408) (xy 0.655688 2.710928) (xy 0.677960 2.710362) 84 | (xy 0.708562 2.710788) (xy 0.717916 2.711091) (xy 0.786002 2.713567) (xy 0.693551 3.001434) (xy 0.671523 3.070107) (xy 0.650615 3.135452) (xy 0.631526 3.195273) (xy 0.614955 3.247374) 85 | (xy 0.601599 3.289558) (xy 0.592158 3.319629) (xy 0.587816 3.333750) (xy 0.574532 3.378200) (xy 0.452966 3.378120) (xy 0.390119 3.164377) (xy 0.372881 3.105954) (xy 0.356843 3.051989) 86 | (xy 0.342732 3.004894) (xy 0.331272 2.967077) (xy 0.323190 2.940951) (xy 0.319419 2.929467) (xy 0.316471 2.925402) (xy 0.312402 2.927982) (xy 0.306684 2.938641) (xy 0.298791 2.958814) 87 | (xy 0.288194 2.989934) (xy 0.274367 3.033437) (xy 0.256780 3.090755) (xy 0.241571 3.141133) (xy 0.171576 3.373967) (xy 0.111666 3.376445) (xy 0.051757 3.378923) (xy -0.008680 3.190178) 88 | (xy -0.044422 3.078530) (xy -0.075354 2.981855) (xy -0.101415 2.900340) (xy -0.122546 2.834173) (xy -0.138687 2.783542) (xy -0.149778 2.748634) (xy -0.155758 2.729637) (xy -0.156146 2.728384) 89 | (xy -0.158278 2.719129) (xy -0.155625 2.713494) (xy -0.145102 2.710582) (xy -0.123627 2.709494) (xy -0.090720 2.709334) (xy -0.019432 2.709334) (xy 0.042645 2.937934) )(layer F.SilkS) (width 0.010000) 90 | ) 91 | (fp_poly (pts (xy 1.874334 2.714531) (xy 1.928201 2.741152) (xy 1.929741 2.742174) (xy 1.933737 2.748689) (xy 1.929951 2.759982) (xy 1.917004 2.778593) (xy 1.896237 2.803868) (xy 1.875020 2.828919) 92 | (xy 1.858389 2.848680) (xy 1.849091 2.859881) (xy 1.848106 2.861134) (xy 1.839657 2.860192) (xy 1.821816 2.853363) (xy 1.815706 2.850551) (xy 1.770910 2.837453) (xy 1.726391 2.839235) 93 | (xy 1.685715 2.854925) (xy 1.652451 2.883556) (xy 1.642487 2.897639) (xy 1.637422 2.906938) (xy 1.633485 2.917633) (xy 1.630535 2.931858) (xy 1.628431 2.951744) (xy 1.627031 2.979425) 94 | (xy 1.626193 3.017032) (xy 1.625776 3.066698) (xy 1.625639 3.130554) (xy 1.625631 3.151717) (xy 1.625600 3.378200) (xy 1.490133 3.378200) (xy 1.490133 2.709334) (xy 1.625600 2.709334) 95 | (xy 1.625600 2.778386) (xy 1.659821 2.749094) (xy 1.706881 2.719462) (xy 1.760462 2.703769) (xy 1.817350 2.702098) (xy 1.874334 2.714531) )(layer F.SilkS) (width 0.010000) 96 | ) 97 | (fp_poly (pts (xy -2.904412 1.640961) (xy -2.841835 1.656090) (xy -2.785342 1.684892) (xy -2.737013 1.726495) (xy -2.698926 1.780025) (xy -2.687652 1.803126) (xy -2.681365 1.819822) (xy -2.676884 1.838425) 98 | (xy -2.673921 1.862072) (xy -2.672185 1.893898) (xy -2.671389 1.937038) (xy -2.671233 1.981200) (xy -2.671492 2.035501) (xy -2.672462 2.076009) (xy -2.674431 2.105860) (xy -2.677688 2.128189) 99 | (xy -2.682524 2.146133) (xy -2.687652 2.159274) (xy -2.720671 2.217524) (xy -2.763822 2.262603) (xy -2.813272 2.293361) (xy -2.868798 2.314262) (xy -2.924275 2.322521) (xy -2.986149 2.319146) 100 | (xy -3.046299 2.303257) (xy -3.100975 2.273473) (xy -3.147276 2.232200) (xy -3.182301 2.181843) (xy -3.198327 2.143219) (xy -3.206473 2.104606) (xy -3.211649 2.054367) (xy -3.213866 1.997542) 101 | (xy -3.213372 1.958116) (xy -3.081233 1.958116) (xy -3.081085 2.007577) (xy -3.077972 2.053588) (xy -3.072276 2.087991) (xy -3.053949 2.129663) (xy -3.024342 2.161059) (xy -2.986452 2.181009) 102 | (xy -2.943273 2.188347) (xy -2.897800 2.181903) (xy -2.865967 2.168435) (xy -2.846724 2.152256) (xy -2.827862 2.127870) (xy -2.821517 2.116796) (xy -2.813010 2.097856) (xy -2.807463 2.078397) 103 | (xy -2.804285 2.054179) (xy -2.802885 2.020962) (xy -2.802653 1.981523) (xy -2.803381 1.934126) (xy -2.805686 1.899575) (xy -2.810063 1.873816) (xy -2.817004 1.852796) (xy -2.818877 1.848510) 104 | (xy -2.843254 1.812544) (xy -2.876066 1.788579) (xy -2.914155 1.776278) (xy -2.954359 1.775303) (xy -2.993519 1.785315) (xy -3.028475 1.805976) (xy -3.056066 1.836949) (xy -3.072591 1.875663) 105 | (xy -3.078405 1.911909) (xy -3.081233 1.958116) (xy -3.213372 1.958116) (xy -3.213134 1.939173) (xy -3.209462 1.884304) (xy -3.202862 1.837975) (xy -3.197672 1.816928) (xy -3.174973 1.768434) 106 | (xy -3.139693 1.722954) (xy -3.096097 1.684849) (xy -3.048451 1.658478) (xy -3.039503 1.655223) (xy -2.970995 1.640381) (xy -2.904412 1.640961) )(layer F.SilkS) (width 0.010000) 107 | ) 108 | (fp_poly (pts (xy -1.598170 1.643600) (xy -1.595147 1.644061) (xy -1.536979 1.659210) (xy -1.486887 1.686339) (xy -1.443034 1.724889) (xy -1.413225 1.761855) (xy -1.391632 1.803419) (xy -1.377035 1.853050) 109 | (xy -1.368212 1.914218) (xy -1.365961 1.943737) (xy -1.360560 2.032000) (xy -1.788351 2.032000) (xy -1.782625 2.063750) (xy -1.766273 2.114176) (xy -1.738719 2.153311) (xy -1.702011 2.180406) 110 | (xy -1.658196 2.194714) (xy -1.609324 2.195484) (xy -1.557442 2.181970) (xy -1.516263 2.161069) (xy -1.475453 2.135700) (xy -1.428350 2.175895) (xy -1.381247 2.216089) (xy -1.408174 2.241248) 111 | (xy -1.464798 2.282879) (xy -1.529371 2.310414) (xy -1.599507 2.323171) (xy -1.672819 2.320468) (xy -1.680919 2.319207) (xy -1.747124 2.300446) (xy -1.803310 2.268535) (xy -1.848991 2.224318) 112 | (xy -1.883678 2.168641) (xy -1.906887 2.102348) (xy -1.918130 2.026283) (xy -1.916921 1.941293) (xy -1.914879 1.921934) (xy -1.788351 1.921934) (xy -1.500874 1.921934) (xy -1.506775 1.890184) 113 | (xy -1.522237 1.840003) (xy -1.547844 1.803104) (xy -1.584245 1.778747) (xy -1.612709 1.769577) (xy -1.659556 1.766889) (xy -1.702424 1.779312) (xy -1.738842 1.805092) (xy -1.766340 1.842474) 114 | (xy -1.782448 1.889703) (xy -1.782536 1.890184) (xy -1.788351 1.921934) (xy -1.914879 1.921934) (xy -1.914077 1.914332) (xy -1.897931 1.837728) (xy -1.870657 1.772524) (xy -1.833136 1.719466) 115 | (xy -1.786246 1.679298) (xy -1.730869 1.652768) (xy -1.667884 1.640620) (xy -1.598170 1.643600) )(layer F.SilkS) (width 0.010000) 116 | ) 117 | (fp_poly (pts (xy -0.016958 1.642848) (xy 0.030395 1.647420) (xy 0.066397 1.654467) (xy 0.093323 1.663798) (xy 0.123873 1.677354) (xy 0.154085 1.692960) (xy 0.179997 1.708441) (xy 0.197648 1.721622) 118 | (xy 0.203200 1.729554) (xy 0.198033 1.739142) (xy 0.184458 1.757460) (xy 0.165363 1.780622) (xy 0.164479 1.781648) (xy 0.125757 1.826499) (xy 0.081770 1.802674) (xy 0.034858 1.782324) 119 | (xy -0.012415 1.770721) (xy -0.057558 1.767445) (xy -0.098084 1.772077) (xy -0.131503 1.784198) (xy -0.155327 1.803391) (xy -0.167066 1.829236) (xy -0.167618 1.844628) (xy -0.163066 1.866689) 120 | (xy -0.152253 1.883196) (xy -0.132894 1.895233) (xy -0.102702 1.903888) (xy -0.059392 1.910245) (xy -0.022138 1.913740) (xy 0.038615 1.920278) (xy 0.085694 1.929417) (xy 0.122286 1.942234) 121 | (xy 0.151582 1.959806) (xy 0.173629 1.979813) (xy 0.197860 2.011955) (xy 0.212394 2.048784) (xy 0.218839 2.095036) (xy 0.219489 2.114971) (xy 0.215714 2.164095) (xy 0.201558 2.204379) 122 | (xy 0.174784 2.241827) (xy 0.170483 2.246559) (xy 0.130939 2.277969) (xy 0.079334 2.301868) (xy 0.019205 2.317336) (xy -0.045912 2.323451) (xy -0.110067 2.319634) (xy -0.182197 2.302937) 123 | (xy -0.250928 2.274459) (xy -0.310642 2.236625) (xy -0.319898 2.229094) (xy -0.347696 2.205544) (xy -0.301855 2.160272) (xy -0.256014 2.115001) (xy -0.211892 2.145351) (xy -0.160510 2.174352) 124 | (xy -0.107321 2.190286) (xy -0.050772 2.195114) (xy 0.003096 2.191077) (xy 0.043791 2.178031) (xy 0.070781 2.156301) (xy 0.083534 2.126212) (xy 0.084537 2.112666) (xy 0.082480 2.090929) 125 | (xy 0.075051 2.074622) (xy 0.059987 2.062615) (xy 0.035026 2.053780) (xy -0.002095 2.046989) (xy -0.053639 2.041111) (xy -0.060157 2.040484) (xy -0.134353 2.029684) (xy -0.193653 2.012354) 126 | (xy -0.239080 1.987734) (xy -0.271658 1.955063) (xy -0.292412 1.913580) (xy -0.302365 1.862526) (xy -0.302540 1.860445) (xy -0.299717 1.801596) (xy -0.281918 1.749830) (xy -0.250072 1.706414) 127 | (xy -0.205104 1.672614) (xy -0.148297 1.649793) (xy -0.112614 1.643898) (xy -0.066731 1.641629) (xy -0.016958 1.642848) )(layer F.SilkS) (width 0.010000) 128 | ) 129 | (fp_poly (pts (xy 0.633668 1.644323) (xy 0.686372 1.658702) (xy 0.732876 1.684954) (xy 0.770811 1.717973) (xy 0.799182 1.749407) (xy 0.820212 1.780809) (xy 0.834900 1.815456) (xy 0.844243 1.856625) 130 | (xy 0.849237 1.907596) (xy 0.850880 1.971644) (xy 0.850900 1.981200) (xy 0.849622 2.047210) (xy 0.845125 2.099710) (xy 0.836411 2.141980) (xy 0.822482 2.177296) (xy 0.802341 2.208937) 131 | (xy 0.774991 2.240181) (xy 0.770811 2.244428) (xy 0.719781 2.285499) (xy 0.662934 2.311395) (xy 0.599059 2.322489) (xy 0.527988 2.319296) (xy 0.468659 2.303148) (xy 0.414395 2.272549) 132 | (xy 0.368188 2.229856) (xy 0.333023 2.177424) (xy 0.324602 2.159000) (xy 0.318544 2.141456) (xy 0.314240 2.121127) (xy 0.311415 2.094890) (xy 0.309797 2.059623) (xy 0.309112 2.012202) 133 | (xy 0.309033 1.981200) (xy 0.440266 1.981200) (xy 0.440713 2.028675) (xy 0.442329 2.062803) (xy 0.445528 2.087151) (xy 0.450723 2.105289) (xy 0.455942 2.116526) (xy 0.484709 2.153979) 134 | (xy 0.522468 2.177943) (xy 0.567164 2.187761) (xy 0.616746 2.182780) (xy 0.640521 2.175380) (xy 0.672352 2.155476) (xy 0.695830 2.122541) (xy 0.711205 2.075957) (xy 0.718726 2.015105) 135 | (xy 0.719619 1.979568) (xy 0.717617 1.924544) (xy 0.711019 1.882248) (xy 0.698817 1.848854) (xy 0.680000 1.820541) (xy 0.676533 1.816482) (xy 0.643898 1.791304) (xy 0.603313 1.777686) 136 | (xy 0.559566 1.776032) (xy 0.517444 1.786745) (xy 0.492581 1.800994) (xy 0.472174 1.819244) (xy 0.457649 1.840734) (xy 0.448114 1.868530) (xy 0.442681 1.905698) (xy 0.440457 1.955304) 137 | (xy 0.440266 1.981200) (xy 0.309033 1.981200) (xy 0.309336 1.926102) (xy 0.310428 1.884807) (xy 0.312582 1.854192) (xy 0.316071 1.831132) (xy 0.321168 1.812507) (xy 0.324602 1.803400) 138 | (xy 0.356641 1.746275) (xy 0.400618 1.700046) (xy 0.454475 1.666078) (xy 0.516154 1.645739) (xy 0.570578 1.640191) (xy 0.633668 1.644323) )(layer F.SilkS) (width 0.010000) 139 | ) 140 | (fp_poly (pts (xy 1.104900 1.646767) (xy 1.109133 1.875367) (xy 1.110514 1.944586) (xy 1.111904 1.998967) (xy 1.113467 2.040604) (xy 1.115371 2.071593) (xy 1.117782 2.094028) (xy 1.120864 2.110004) 141 | (xy 1.124784 2.121614) (xy 1.129331 2.130336) (xy 1.157879 2.162878) (xy 1.196107 2.181784) (xy 1.243142 2.187339) (xy 1.284471 2.182003) (xy 1.316019 2.165690) (xy 1.341494 2.135998) 142 | (xy 1.352550 2.116494) (xy 1.358361 2.104433) (xy 1.362853 2.092283) (xy 1.366195 2.077770) (xy 1.368558 2.058622) (xy 1.370109 2.032566) (xy 1.371019 1.997329) (xy 1.371457 1.950638) 143 | (xy 1.371592 1.890222) (xy 1.371600 1.860873) (xy 1.371600 1.642534) (xy 1.507067 1.642534) (xy 1.507067 2.319867) (xy 1.371600 2.319867) (xy 1.371600 2.241696) (xy 1.338840 2.271293) 144 | (xy 1.292048 2.302525) (xy 1.237655 2.319995) (xy 1.179039 2.322833) (xy 1.152709 2.319208) (xy 1.105876 2.303795) (xy 1.061146 2.278128) (xy 1.025217 2.246229) (xy 1.019528 2.239262) 145 | (xy 1.007302 2.222452) (xy 0.997504 2.206130) (xy 0.989861 2.188238) (xy 0.984104 2.166722) (xy 0.979962 2.139524) (xy 0.977163 2.104590) (xy 0.975436 2.059863) (xy 0.974512 2.003286) 146 | (xy 0.974117 1.932805) (xy 0.974038 1.894061) (xy 0.973666 1.641821) (xy 1.104900 1.646767) )(layer F.SilkS) (width 0.010000) 147 | ) 148 | (fp_poly (pts (xy 2.483647 1.652008) (xy 2.543491 1.676702) (xy 2.561167 1.687524) (xy 2.585257 1.705195) (xy 2.607867 1.724322) (xy 2.625083 1.741316) (xy 2.632991 1.752587) (xy 2.633133 1.753530) 149 | (xy 2.627150 1.761709) (xy 2.611403 1.777386) (xy 2.589197 1.797288) (xy 2.587338 1.798882) (xy 2.541543 1.838006) (xy 2.504211 1.811692) (xy 2.455650 1.785949) (xy 2.405934 1.774778) 150 | (xy 2.357731 1.777683) (xy 2.313712 1.794167) (xy 2.276547 1.823734) (xy 2.252502 1.858466) (xy 2.242003 1.881163) (xy 2.235547 1.902930) (xy 2.232200 1.929075) (xy 2.231033 1.964908) 151 | (xy 2.230967 1.981200) (xy 2.231578 2.021820) (xy 2.234032 2.050841) (xy 2.239262 2.073572) (xy 2.248199 2.095322) (xy 2.252502 2.103934) (xy 2.282074 2.144791) (xy 2.320534 2.172620) 152 | (xy 2.365380 2.186918) (xy 2.414107 2.187186) (xy 2.464213 2.172922) (xy 2.499708 2.153393) (xy 2.542096 2.124868) (xy 2.587615 2.163755) (xy 2.610102 2.183785) (xy 2.626370 2.199836) 153 | (xy 2.633104 2.208624) (xy 2.633133 2.208871) (xy 2.627464 2.218141) (xy 2.613466 2.233090) (xy 2.609850 2.236487) (xy 2.549696 2.281108) (xy 2.484007 2.310065) (xy 2.414075 2.322965) 154 | (xy 2.341191 2.319415) (xy 2.338715 2.319007) (xy 2.272888 2.299725) (xy 2.215277 2.266069) (xy 2.167407 2.219221) (xy 2.130807 2.160366) (xy 2.129081 2.156650) (xy 2.106401 2.090341) 155 | (xy 2.095355 2.019120) (xy 2.095520 1.946389) (xy 2.106475 1.875552) (xy 2.127797 1.810014) (xy 2.159063 1.753178) (xy 2.182726 1.724352) (xy 2.232053 1.684853) (xy 2.290134 1.657546) 156 | (xy 2.353644 1.642754) (xy 2.419257 1.640800) (xy 2.483647 1.652008) )(layer F.SilkS) (width 0.010000) 157 | ) 158 | (fp_poly (pts (xy 3.038699 1.654380) (xy 3.096612 1.681334) (xy 3.132323 1.707044) (xy 3.173251 1.752524) (xy 3.202478 1.810231) (xy 3.219997 1.880145) (xy 3.225800 1.961812) (xy 3.225800 2.032000) 159 | (xy 2.808731 2.032000) (xy 2.813134 2.071067) (xy 2.825637 2.115281) (xy 2.850494 2.150784) (xy 2.885061 2.176718) (xy 2.926689 2.192225) (xy 2.972732 2.196447) (xy 3.020543 2.188525) 160 | (xy 3.067476 2.167601) (xy 3.081712 2.158139) (xy 3.116281 2.133097) (xy 3.162574 2.173063) (xy 3.185214 2.193345) (xy 3.201708 2.209523) (xy 3.208800 2.218384) (xy 3.208867 2.218749) 161 | (xy 3.202712 2.226609) (xy 3.186764 2.241109) (xy 3.169595 2.255064) (xy 3.108067 2.292470) (xy 3.039185 2.315162) (xy 2.964684 2.322713) (xy 2.910760 2.318850) (xy 2.844786 2.302245) 162 | (xy 2.789347 2.272512) (xy 2.744646 2.229934) (xy 2.710882 2.174795) (xy 2.688254 2.107380) (xy 2.676965 2.027971) (xy 2.675632 1.985434) (xy 2.678380 1.917532) (xy 2.681395 1.898327) 163 | (xy 2.810933 1.898327) (xy 2.810933 1.921934) (xy 2.950633 1.921934) (xy 3.002174 1.921845) (xy 3.039184 1.921381) (xy 3.064064 1.920248) (xy 3.079216 1.918148) (xy 3.087042 1.914786) 164 | (xy 3.089944 1.909866) (xy 3.090333 1.904728) (xy 3.085823 1.880509) (xy 3.074497 1.850503) (xy 3.059656 1.822498) (xy 3.049814 1.809193) (xy 3.017541 1.785127) (xy 2.976650 1.771203) 165 | (xy 2.932642 1.768219) (xy 2.891017 1.776968) (xy 2.876039 1.784063) (xy 2.852692 1.804640) (xy 2.831502 1.835321) (xy 2.816310 1.869364) (xy 2.810933 1.898327) (xy 2.681395 1.898327) 166 | (xy 2.687298 1.860731) (xy 2.703490 1.809972) (xy 2.722770 1.769681) (xy 2.759086 1.719410) (xy 2.805293 1.681047) (xy 2.858875 1.654977) (xy 2.917314 1.641587) (xy 2.978094 1.641259) 167 | (xy 3.038699 1.654380) )(layer F.SilkS) (width 0.010000) 168 | ) 169 | (fp_poly (pts (xy -0.882604 1.648352) (xy -0.827538 1.670390) (xy -0.780986 1.705699) (xy -0.745124 1.752915) (xy -0.735685 1.771589) (xy -0.729952 1.784858) (xy -0.725434 1.797631) (xy -0.721984 1.812041) 170 | (xy -0.719458 1.830220) (xy -0.717710 1.854300) (xy -0.716593 1.886413) (xy -0.715962 1.928693) (xy -0.715670 1.983272) (xy -0.715573 2.052282) (xy -0.715566 2.065867) (xy -0.715433 2.315634) 171 | (xy -0.780424 2.318095) (xy -0.845414 2.320557) (xy -0.848157 2.097962) (xy -0.849074 2.030157) (xy -0.850070 1.977069) (xy -0.851325 1.936480) (xy -0.853014 1.906173) (xy -0.855315 1.883930) 172 | (xy -0.858405 1.867536) (xy -0.862462 1.854772) (xy -0.867663 1.843422) (xy -0.868659 1.841500) (xy -0.895105 1.807352) (xy -0.929967 1.785228) (xy -0.969674 1.775191) (xy -1.010657 1.777302) 173 | (xy -1.049348 1.791622) (xy -1.082177 1.818214) (xy -1.096134 1.837566) (xy -1.101340 1.847461) (xy -1.105428 1.858759) (xy -1.108563 1.873607) (xy -1.110912 1.894155) (xy -1.112643 1.922551) 174 | (xy -1.113921 1.960942) (xy -1.114914 2.011479) (xy -1.115788 2.076308) (xy -1.115988 2.093384) (xy -1.118610 2.319867) (xy -1.253067 2.319867) (xy -1.253067 1.642534) (xy -1.117600 1.642534) 175 | (xy -1.117600 1.720488) (xy -1.086466 1.693151) (xy -1.045230 1.663530) (xy -1.001494 1.646861) (xy -0.949455 1.641017) (xy -0.944010 1.640949) (xy -0.882604 1.648352) )(layer F.SilkS) (width 0.010000) 176 | ) 177 | (fp_poly (pts (xy 2.009940 1.644799) (xy 2.051102 1.658413) (xy 2.062091 1.663553) (xy 2.108514 1.686266) (xy 2.083580 1.717317) (xy 2.061513 1.744413) (xy 2.038393 1.772256) (xy 2.033840 1.777654) 178 | (xy 2.009033 1.806942) (xy 1.984533 1.790862) (xy 1.947891 1.776241) (xy 1.907271 1.775149) (xy 1.867100 1.786414) (xy 1.831806 1.808866) (xy 1.807933 1.837566) (xy 1.802724 1.847474) 179 | (xy 1.798631 1.858808) (xy 1.795486 1.873715) (xy 1.793120 1.894343) (xy 1.791364 1.922842) (xy 1.790050 1.961359) (xy 1.789009 2.012042) (xy 1.788074 2.077040) (xy 1.787866 2.093384) 180 | (xy 1.785033 2.319867) (xy 1.721984 2.319867) (xy 1.683628 2.318491) (xy 1.661366 2.314299) (xy 1.654865 2.309260) (xy 1.654013 2.298675) (xy 1.653336 2.273065) (xy 1.652843 2.234335) 181 | (xy 1.652545 2.184394) (xy 1.652452 2.125148) (xy 1.652575 2.058503) (xy 1.652925 1.986367) (xy 1.653014 1.972710) (xy 1.655233 1.646767) (xy 1.786467 1.641821) (xy 1.786467 1.676044) 182 | (xy 1.788392 1.700507) (xy 1.794913 1.709094) (xy 1.807140 1.702500) (xy 1.815391 1.694116) (xy 1.841793 1.674092) (xy 1.879326 1.657178) (xy 1.922222 1.645415) (xy 1.964710 1.640845) 183 | (xy 1.965988 1.640840) (xy 2.009940 1.644799) )(layer F.SilkS) (width 0.010000) 184 | ) 185 | (fp_poly (pts (xy 0.088125 -3.386597) (xy 0.156681 -3.386348) (xy 0.211497 -3.385856) (xy 0.254170 -3.385058) (xy 0.286297 -3.383892) (xy 0.309475 -3.382294) (xy 0.325301 -3.380201) (xy 0.335370 -3.377552) 186 | (xy 0.341281 -3.374283) (xy 0.342295 -3.373362) (xy 0.352930 -3.360262) (xy 0.355600 -3.353909) (xy 0.357102 -3.344477) (xy 0.361381 -3.320255) (xy 0.368098 -3.283095) (xy 0.376916 -3.234851) 187 | (xy 0.387493 -3.177377) (xy 0.399493 -3.112525) (xy 0.412575 -3.042149) (xy 0.414627 -3.031138) (xy 0.431097 -2.943731) (xy 0.445055 -2.871829) (xy 0.456769 -2.814235) (xy 0.466509 -2.769748) 188 | (xy 0.474541 -2.737172) (xy 0.481134 -2.715307) (xy 0.486557 -2.702956) (xy 0.488711 -2.700159) (xy 0.500278 -2.693322) (xy 0.525413 -2.681188) (xy 0.561947 -2.664714) (xy 0.607711 -2.644855) 189 | (xy 0.660536 -2.622566) (xy 0.718254 -2.598803) (xy 0.725344 -2.595922) (xy 0.792895 -2.568715) (xy 0.846561 -2.547599) (xy 0.888024 -2.532003) (xy 0.918965 -2.521354) (xy 0.941067 -2.515079) 190 | (xy 0.956011 -2.512606) (xy 0.965479 -2.513362) (xy 0.966644 -2.513762) (xy 0.977898 -2.520186) (xy 1.001412 -2.535141) (xy 1.035529 -2.557521) (xy 1.078586 -2.586217) (xy 1.128923 -2.620123) 191 | (xy 1.184881 -2.658131) (xy 1.244798 -2.699133) (xy 1.252330 -2.704308) (xy 1.312244 -2.745266) (xy 1.368115 -2.783025) (xy 1.418340 -2.816534) (xy 1.461313 -2.844740) (xy 1.495431 -2.866592) 192 | (xy 1.519088 -2.881039) (xy 1.530680 -2.887029) (xy 1.531271 -2.887133) (xy 1.539966 -2.881331) (xy 1.559197 -2.864789) (xy 1.587592 -2.838807) (xy 1.623778 -2.804681) (xy 1.666380 -2.763710) 193 | (xy 1.714027 -2.717192) (xy 1.765344 -2.666426) (xy 1.776587 -2.655219) (xy 1.836687 -2.595071) (xy 1.885697 -2.545607) (xy 1.924647 -2.505690) (xy 1.954570 -2.474182) (xy 1.976497 -2.449944) 194 | (xy 1.991461 -2.431838) (xy 2.000493 -2.418727) (xy 2.004625 -2.409473) (xy 2.004977 -2.403335) (xy 1.999401 -2.392011) (xy 1.985242 -2.368461) (xy 1.963591 -2.334356) (xy 1.935539 -2.291367) 195 | (xy 1.902178 -2.241166) (xy 1.864600 -2.185424) (xy 1.823895 -2.125811) (xy 1.820551 -2.120946) (xy 1.766206 -2.041364) (xy 1.721820 -1.975125) (xy 1.687240 -1.921987) (xy 1.662312 -1.881709) 196 | (xy 1.646885 -1.854052) (xy 1.640806 -1.838773) (xy 1.640693 -1.837313) (xy 1.644206 -1.823496) (xy 1.653655 -1.796758) (xy 1.667979 -1.759588) (xy 1.686114 -1.714471) (xy 1.706998 -1.663893) 197 | (xy 1.729569 -1.610341) (xy 1.752763 -1.556302) (xy 1.775518 -1.504262) (xy 1.796772 -1.456706) (xy 1.815462 -1.416123) (xy 1.830525 -1.384997) (xy 1.840899 -1.365816) (xy 1.844076 -1.361400) 198 | (xy 1.853814 -1.356241) (xy 1.874718 -1.349605) (xy 1.907724 -1.341285) (xy 1.953765 -1.331071) (xy 2.013776 -1.318756) (xy 2.088692 -1.304132) (xy 2.173291 -1.288141) (xy 2.244299 -1.274775) 199 | (xy 2.310179 -1.262183) (xy 2.369048 -1.250740) (xy 2.419024 -1.240820) (xy 2.458223 -1.232796) (xy 2.484764 -1.227044) (xy 2.496763 -1.223938) (xy 2.497141 -1.223758) (xy 2.499753 -1.214341) 200 | (xy 2.501907 -1.189427) (xy 2.503612 -1.148754) (xy 2.504873 -1.092058) (xy 2.505698 -1.019075) (xy 2.506093 -0.929543) (xy 2.506133 -0.885304) (xy 2.506044 -0.799133) (xy 2.505744 -0.728417) 201 | (xy 2.505180 -0.671677) (xy 2.504301 -0.627436) (xy 2.503058 -0.594215) (xy 2.501397 -0.570536) (xy 2.499268 -0.554921) (xy 2.496620 -0.545893) (xy 2.494248 -0.542543) (xy 2.483443 -0.538776) 202 | (xy 2.457915 -0.532391) (xy 2.419600 -0.523798) (xy 2.370437 -0.513406) (xy 2.312363 -0.501625) (xy 2.247315 -0.488863) (xy 2.177230 -0.475532) (xy 2.176569 -0.475408) (xy 2.093099 -0.459501) 203 | (xy 2.020602 -0.445123) (xy 1.960141 -0.432507) (xy 1.912775 -0.421885) (xy 1.879567 -0.413488) (xy 1.861577 -0.407550) (xy 1.858884 -0.405918) (xy 1.851951 -0.394117) (xy 1.840099 -0.368871) 204 | (xy 1.824285 -0.332613) (xy 1.805471 -0.287776) (xy 1.784616 -0.236796) (xy 1.762681 -0.182105) (xy 1.740623 -0.126137) (xy 1.719405 -0.071327) (xy 1.699985 -0.020108) (xy 1.683323 0.025085) 205 | (xy 1.670380 0.061821) (xy 1.662114 0.087663) (xy 1.659467 0.099738) (xy 1.663056 0.111867) (xy 1.674128 0.133617) (xy 1.693136 0.165712) (xy 1.720534 0.208875) (xy 1.756776 0.263829) 206 | (xy 1.802316 0.331297) (xy 1.833033 0.376252) (xy 1.872887 0.434734) (xy 1.909518 0.489187) (xy 1.941847 0.537957) (xy 1.968797 0.579385) (xy 1.989290 0.611817) (xy 2.002249 0.633595) 207 | (xy 2.006600 0.642964) (xy 2.000783 0.651770) (xy 1.984193 0.671093) (xy 1.958123 0.699570) (xy 1.923866 0.735837) (xy 1.882713 0.778530) (xy 1.835956 0.826286) (xy 1.784889 0.877739) 208 | (xy 1.771002 0.891617) (xy 1.709564 0.952724) (xy 1.658891 1.002653) (xy 1.617937 1.042357) (xy 1.585654 1.072792) (xy 1.560993 1.094909) (xy 1.542908 1.109663) (xy 1.530350 1.118007) 209 | (xy 1.522273 1.120895) (xy 1.519486 1.120554) (xy 1.508963 1.114453) (xy 1.486227 1.099866) (xy 1.452993 1.077939) (xy 1.410975 1.049818) (xy 1.361887 1.016649) (xy 1.307445 0.979579) 210 | (xy 1.259448 0.946690) (xy 1.201859 0.907453) (xy 1.148107 0.871474) (xy 1.099913 0.839856) (xy 1.058999 0.813703) (xy 1.027086 0.794119) (xy 1.005897 0.782205) (xy 0.997667 0.778933) 211 | (xy 0.984192 0.782762) (xy 0.958987 0.793297) (xy 0.925177 0.809112) (xy 0.885885 0.828781) (xy 0.867833 0.838200) (xy 0.827589 0.859029) (xy 0.791967 0.876656) (xy 0.763940 0.889669) 212 | (xy 0.746481 0.896661) (xy 0.742850 0.897467) (xy 0.734698 0.889966) (xy 0.721543 0.867301) (xy 0.703263 0.829226) (xy 0.679739 0.775495) (xy 0.664328 0.738717) (xy 0.647302 0.697593) 213 | (xy 0.624800 0.643261) (xy 0.597832 0.578153) (xy 0.567405 0.504705) (xy 0.534527 0.425350) (xy 0.500208 0.342522) (xy 0.465456 0.258656) (xy 0.439009 0.194836) (xy 0.407419 0.118318) 214 | (xy 0.377906 0.046263) (xy 0.351094 -0.019764) (xy 0.327610 -0.078194) (xy 0.308078 -0.127461) (xy 0.293124 -0.165999) (xy 0.283373 -0.192240) (xy 0.279449 -0.204618) (xy 0.279400 -0.205107) 215 | (xy 0.286114 -0.218028) (xy 0.303231 -0.234155) (xy 0.314807 -0.242272) (xy 0.414130 -0.311894) (xy 0.497660 -0.385818) (xy 0.566248 -0.465220) (xy 0.620742 -0.551276) (xy 0.661993 -0.645165) 216 | (xy 0.690851 -0.748062) (xy 0.695007 -0.768749) (xy 0.700544 -0.818016) (xy 0.701434 -0.877514) (xy 0.698029 -0.941294) (xy 0.690680 -1.003409) (xy 0.679739 -1.057910) (xy 0.677410 -1.066472) 217 | (xy 0.640029 -1.167711) (xy 0.589007 -1.260093) (xy 0.525689 -1.342607) (xy 0.451417 -1.414236) (xy 0.367534 -1.473966) (xy 0.275386 -1.520784) (xy 0.176314 -1.553673) (xy 0.071662 -1.571621) 218 | (xy 0.004233 -1.574800) (xy -0.103215 -1.566675) (xy -0.205922 -1.542975) (xy -0.302541 -1.504716) (xy -0.391732 -1.452912) (xy -0.472149 -1.388577) (xy -0.542450 -1.312726) (xy -0.601291 -1.226373) 219 | (xy -0.647328 -1.130533) (xy -0.668943 -1.066472) (xy -0.680495 -1.013979) (xy -0.688518 -0.952798) (xy -0.692661 -0.888879) (xy -0.692572 -0.828168) (xy -0.687899 -0.776615) (xy -0.686540 -0.768749) 220 | (xy -0.659944 -0.664005) (xy -0.621115 -0.568494) (xy -0.569205 -0.481038) (xy -0.503363 -0.400461) (xy -0.422740 -0.325586) (xy -0.326486 -0.255237) (xy -0.306340 -0.242272) (xy -0.285589 -0.226363) 221 | (xy -0.272868 -0.211172) (xy -0.270933 -0.205107) (xy -0.274095 -0.194548) (xy -0.283161 -0.169932) (xy -0.297507 -0.132826) (xy -0.316508 -0.084798) (xy -0.339539 -0.027413) (xy -0.365974 0.037761) 222 | (xy -0.395188 0.109158) (xy -0.426555 0.185210) (xy -0.430542 0.194836) (xy -0.464940 0.277842) (xy -0.499683 0.361686) (xy -0.533760 0.443933) (xy -0.566165 0.522149) (xy -0.595888 0.593900) 223 | (xy -0.621922 0.656753) (xy -0.643258 0.708273) (xy -0.655862 0.738717) (xy -0.682359 0.801268) (xy -0.703543 0.848026) (xy -0.719535 0.879238) (xy -0.730456 0.895149) (xy -0.734384 0.897467) 224 | (xy -0.746078 0.893667) (xy -0.769687 0.883206) (xy -0.802237 0.867494) (xy -0.840756 0.847941) (xy -0.859367 0.838200) (xy -0.900072 0.817296) (xy -0.936656 0.799626) (xy -0.965996 0.786614) 225 | (xy -0.984969 0.779687) (xy -0.989201 0.778933) (xy -1.000119 0.783598) (xy -1.023198 0.796854) (xy -1.056716 0.817600) (xy -1.098951 0.844731) (xy -1.148182 0.877145) (xy -1.202687 0.913739) 226 | (xy -1.250982 0.946690) (xy -1.308566 0.986126) (xy -1.362216 1.022612) (xy -1.410220 1.055001) (xy -1.450861 1.082147) (xy -1.482427 1.102904) (xy -1.503202 1.116125) (xy -1.511020 1.120554) 227 | (xy -1.517176 1.120135) (xy -1.527265 1.114757) (xy -1.542335 1.103467) (xy -1.563433 1.085311) (xy -1.591608 1.059336) (xy -1.627907 1.024588) (xy -1.673377 0.980114) (xy -1.729066 0.924959) 228 | (xy -1.762536 0.891617) (xy -1.814517 0.839422) (xy -1.862523 0.790569) (xy -1.905265 0.746422) (xy -1.941448 0.708345) (xy -1.969781 0.677702) (xy -1.988971 0.655857) (xy -1.997726 0.644173) 229 | (xy -1.998133 0.642964) (xy -1.993486 0.633062) (xy -1.980261 0.610905) (xy -1.959537 0.578150) (xy -1.932392 0.536452) (xy -1.899903 0.487469) (xy -1.863149 0.432855) (xy -1.824567 0.376252) 230 | (xy -1.773450 0.301226) (xy -1.731893 0.239131) (xy -1.699442 0.189246) (xy -1.675644 0.150846) (xy -1.660043 0.123209) (xy -1.652187 0.105612) (xy -1.651000 0.099738) (xy -1.654102 0.086097) 231 | (xy -1.662766 0.059318) (xy -1.676034 0.021837) (xy -1.692945 -0.023914) (xy -1.712540 -0.075500) (xy -1.733858 -0.130488) (xy -1.755940 -0.186443) (xy -1.777826 -0.240933) (xy -1.798557 -0.291522) 232 | (xy -1.817171 -0.335777) (xy -1.832710 -0.371265) (xy -1.844214 -0.395551) (xy -1.850417 -0.405918) (xy -1.862037 -0.410811) (xy -1.889299 -0.418254) (xy -1.931142 -0.428016) (xy -1.986504 -0.439864) 233 | (xy -2.054325 -0.453566) (xy -2.133543 -0.468891) (xy -2.168102 -0.475408) (xy -2.238224 -0.488743) (xy -2.303328 -0.501511) (xy -2.361475 -0.513303) (xy -2.410728 -0.523710) (xy -2.449151 -0.532321) 234 | (xy -2.474806 -0.538728) (xy -2.485755 -0.542521) (xy -2.485782 -0.542543) (xy -2.488856 -0.547583) (xy -2.491371 -0.558094) (xy -2.493380 -0.575555) (xy -2.494934 -0.601444) (xy -2.496083 -0.637238) 235 | (xy -2.496879 -0.684416) (xy -2.497374 -0.744456) (xy -2.497618 -0.818836) (xy -2.497667 -0.885304) (xy -2.497456 -0.982127) (xy -2.496819 -1.062286) (xy -2.495749 -1.126044) (xy -2.494238 -1.173664) 236 | (xy -2.492281 -1.205409) (xy -2.489869 -1.221544) (xy -2.488675 -1.223758) (xy -2.478578 -1.226516) (xy -2.453711 -1.231965) (xy -2.415956 -1.239731) (xy -2.367194 -1.249440) (xy -2.309310 -1.260718) 237 | (xy -2.244184 -1.273190) (xy -2.173701 -1.286481) (xy -2.164825 -1.288141) (xy -2.075088 -1.305118) (xy -2.001131 -1.319591) (xy -1.942021 -1.331769) (xy -1.896822 -1.341858) (xy -1.864600 -1.350067) 238 | (xy -1.844421 -1.356605) (xy -1.835610 -1.361400) (xy -1.828078 -1.373426) (xy -1.815308 -1.398683) (xy -1.798362 -1.434684) (xy -1.778302 -1.478943) (xy -1.756190 -1.528973) (xy -1.733091 -1.582289) 239 | (xy -1.710065 -1.636403) (xy -1.688176 -1.688830) (xy -1.668486 -1.737083) (xy -1.652058 -1.778675) (xy -1.639954 -1.811120) (xy -1.633237 -1.831931) (xy -1.632227 -1.837313) (xy -1.636641 -1.850401) 240 | (xy -1.650391 -1.875857) (xy -1.673627 -1.913917) (xy -1.706496 -1.964814) (xy -1.749149 -2.028786) (xy -1.801734 -2.106067) (xy -1.811948 -2.120946) (xy -1.852785 -2.180621) (xy -1.890603 -2.236362) 241 | (xy -1.924312 -2.286530) (xy -1.952824 -2.329484) (xy -1.975052 -2.363585) (xy -1.989906 -2.387191) (xy -1.996300 -2.398662) (xy -1.996421 -2.399034) (xy -1.991636 -2.408738) (xy -1.976146 -2.428526) 242 | (xy -1.951521 -2.456816) (xy -1.919333 -2.492029) (xy -1.881152 -2.532584) (xy -1.838549 -2.576899) (xy -1.793094 -2.623395) (xy -1.746358 -2.670491) (xy -1.699912 -2.716607) (xy -1.655327 -2.760161) 243 | (xy -1.614172 -2.799574) (xy -1.578019 -2.833264) (xy -1.548438 -2.859651) (xy -1.527001 -2.877156) (xy -1.515277 -2.884196) (xy -1.514273 -2.884219) (xy -1.504341 -2.878777) (xy -1.482088 -2.864797) 244 | (xy -1.449135 -2.843352) (xy -1.407101 -2.815516) (xy -1.357608 -2.782363) (xy -1.302273 -2.744967) (xy -1.242719 -2.704401) (xy -1.234873 -2.699034) (xy -1.174803 -2.658051) (xy -1.118679 -2.620006) 245 | (xy -1.068134 -2.585988) (xy -1.024802 -2.557085) (xy -0.990316 -2.534388) (xy -0.966310 -2.518984) (xy -0.954419 -2.511962) (xy -0.953877 -2.511732) (xy -0.942258 -2.513380) (xy -0.917531 -2.520756) 246 | (xy -0.882138 -2.532887) (xy -0.838523 -2.548802) (xy -0.789130 -2.567527) (xy -0.736400 -2.588092) (xy -0.682777 -2.609523) (xy -0.630705 -2.630849) (xy -0.582626 -2.651098) (xy -0.540983 -2.669298) 247 | (xy -0.508220 -2.684475) (xy -0.486780 -2.695659) (xy -0.480189 -2.700215) (xy -0.475210 -2.708583) (xy -0.469205 -2.725803) (xy -0.461904 -2.753086) (xy -0.453034 -2.791645) (xy -0.442325 -2.842691) 248 | (xy -0.429505 -2.907437) (xy -0.414301 -2.987094) (xy -0.406106 -3.030829) (xy -0.392892 -3.101848) (xy -0.380710 -3.167639) (xy -0.369900 -3.226343) (xy -0.360801 -3.276103) (xy -0.353753 -3.315063) 249 | (xy -0.349095 -3.341365) (xy -0.347166 -3.353150) (xy -0.347133 -3.353545) (xy -0.341785 -3.364104) (xy -0.333829 -3.373362) (xy -0.328708 -3.376796) (xy -0.319827 -3.379594) (xy -0.305589 -3.381820) 250 | (xy -0.284397 -3.383535) (xy -0.254655 -3.384804) (xy -0.214766 -3.385688) (xy -0.163133 -3.386250) (xy -0.098159 -3.386554) (xy -0.018248 -3.386663) (xy 0.004233 -3.386666) (xy 0.088125 -3.386597) )(layer F.SilkS) (width 0.010000) 251 | ) 252 | ) 253 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/footprints.pretty")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /plain60-c-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # Connector_Generic_Conn_01x01 5 | # 6 | DEF Connector_Generic_Conn_01x01 J 0 40 Y N 1 F N 7 | F0 "J" 0 100 50 H V C CNN 8 | F1 "Connector_Generic_Conn_01x01" 0 -100 50 H V C CNN 9 | F2 "" 0 0 50 H I C CNN 10 | F3 "~" 0 0 50 H I C CNN 11 | $FPLIST 12 | Connector*:*_1x??_* 13 | $ENDFPLIST 14 | DRAW 15 | S -50 5 0 -5 1 1 6 N 16 | S -50 50 50 -50 1 1 10 f 17 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 18 | ENDDRAW 19 | ENDDEF 20 | # 21 | # Connector_Generic_Conn_01x04 22 | # 23 | DEF Connector_Generic_Conn_01x04 J 0 40 Y N 1 F N 24 | F0 "J" 0 200 50 H V C CNN 25 | F1 "Connector_Generic_Conn_01x04" 0 -300 50 H V C CNN 26 | F2 "" 0 0 50 H I C CNN 27 | F3 "~" 0 0 50 H I C CNN 28 | $FPLIST 29 | Connector*:*_1x??_* 30 | $ENDFPLIST 31 | DRAW 32 | S -50 -195 0 -205 1 1 6 N 33 | S -50 -95 0 -105 1 1 6 N 34 | S -50 5 0 -5 1 1 6 N 35 | S -50 105 0 95 1 1 6 N 36 | S -50 150 50 -250 1 1 10 f 37 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 38 | X Pin_2 2 -200 0 150 R 50 50 1 1 P 39 | X Pin_3 3 -200 -100 150 R 50 50 1 1 P 40 | X Pin_4 4 -200 -200 150 R 50 50 1 1 P 41 | ENDDRAW 42 | ENDDEF 43 | # 44 | # Connector_Generic_Conn_02x03_Odd_Even 45 | # 46 | DEF Connector_Generic_Conn_02x03_Odd_Even J 0 40 Y N 1 F N 47 | F0 "J" 50 200 50 H V C CNN 48 | F1 "Connector_Generic_Conn_02x03_Odd_Even" 50 -200 50 H V C CNN 49 | F2 "" 0 0 50 H I C CNN 50 | F3 "~" 0 0 50 H I C CNN 51 | $FPLIST 52 | Connector*:*_2x??_* 53 | $ENDFPLIST 54 | DRAW 55 | S -50 -95 0 -105 1 1 6 N 56 | S -50 5 0 -5 1 1 6 N 57 | S -50 105 0 95 1 1 6 N 58 | S -50 150 150 -150 1 1 10 f 59 | S 150 -95 100 -105 1 1 6 N 60 | S 150 5 100 -5 1 1 6 N 61 | S 150 105 100 95 1 1 6 N 62 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 63 | X Pin_2 2 300 100 150 L 50 50 1 1 P 64 | X Pin_3 3 -200 0 150 R 50 50 1 1 P 65 | X Pin_4 4 300 0 150 L 50 50 1 1 P 66 | X Pin_5 5 -200 -100 150 R 50 50 1 1 P 67 | X Pin_6 6 300 -100 150 L 50 50 1 1 P 68 | ENDDRAW 69 | ENDDEF 70 | # 71 | # Connector_Screw_Terminal_01x01 72 | # 73 | DEF Connector_Screw_Terminal_01x01 J 0 40 Y N 1 F N 74 | F0 "J" 0 100 50 H V C CNN 75 | F1 "Connector_Screw_Terminal_01x01" 0 -100 50 H V C CNN 76 | F2 "" 0 0 50 H I C CNN 77 | F3 "~" 0 0 50 H I C CNN 78 | $FPLIST 79 | TerminalBlock*:* 80 | $ENDFPLIST 81 | DRAW 82 | C 0 0 25 1 1 6 N 83 | S -50 50 50 -50 1 1 10 f 84 | P 2 1 1 6 -21 13 13 -20 N 85 | P 2 1 1 6 -14 20 20 -13 N 86 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 87 | ENDDRAW 88 | ENDDEF 89 | # 90 | # Device_C 91 | # 92 | DEF Device_C C 0 10 N Y 1 F N 93 | F0 "C" 25 100 50 H V L CNN 94 | F1 "Device_C" 25 -100 50 H V L CNN 95 | F2 "" 38 -150 50 H I C CNN 96 | F3 "~" 0 0 50 H I C CNN 97 | $FPLIST 98 | C_* 99 | $ENDFPLIST 100 | DRAW 101 | P 2 0 1 20 -80 -30 80 -30 N 102 | P 2 0 1 20 -80 30 80 30 N 103 | X ~ 1 0 150 110 D 50 50 1 1 P 104 | X ~ 2 0 -150 110 U 50 50 1 1 P 105 | ENDDRAW 106 | ENDDEF 107 | # 108 | # Device_D 109 | # 110 | DEF Device_D D 0 40 N N 1 F N 111 | F0 "D" 0 100 50 H V C CNN 112 | F1 "Device_D" 0 -100 50 H V C CNN 113 | F2 "" 0 0 50 H I C CNN 114 | F3 "~" 0 0 50 H I C CNN 115 | $FPLIST 116 | TO-???* 117 | *_Diode_* 118 | *SingleDiode* 119 | D_* 120 | $ENDFPLIST 121 | DRAW 122 | P 2 0 1 10 -50 50 -50 -50 N 123 | P 2 0 1 0 50 0 -50 0 N 124 | P 4 0 1 10 50 50 50 -50 -50 0 50 50 N 125 | X K 1 -150 0 100 R 50 50 1 1 P 126 | X A 2 150 0 100 L 50 50 1 1 P 127 | ENDDRAW 128 | ENDDEF 129 | # 130 | # Device_Polyfuse 131 | # 132 | DEF Device_Polyfuse F 0 0 N Y 1 F N 133 | F0 "F" -100 0 50 V V C CNN 134 | F1 "Device_Polyfuse" 100 0 50 V V C CNN 135 | F2 "" 50 -200 50 H I L CNN 136 | F3 "~" 0 0 50 H I C CNN 137 | $FPLIST 138 | *polyfuse* 139 | *PTC* 140 | $ENDFPLIST 141 | DRAW 142 | S -30 100 30 -100 0 1 10 N 143 | P 2 0 1 0 0 100 0 -100 N 144 | P 4 0 1 0 -60 100 -60 60 60 -60 60 -100 N 145 | X ~ 1 0 150 50 D 50 50 1 1 P 146 | X ~ 2 0 -150 50 U 50 50 1 1 P 147 | ENDDRAW 148 | ENDDEF 149 | # 150 | # Device_R 151 | # 152 | DEF Device_R R 0 0 N Y 1 F N 153 | F0 "R" 80 0 50 V V C CNN 154 | F1 "Device_R" 0 0 50 V V C CNN 155 | F2 "" -70 0 50 V I C CNN 156 | F3 "~" 0 0 50 H I C CNN 157 | $FPLIST 158 | R_* 159 | $ENDFPLIST 160 | DRAW 161 | S -40 -100 40 100 0 1 10 N 162 | X ~ 1 0 150 50 D 50 50 1 1 P 163 | X ~ 2 0 -150 50 U 50 50 1 1 P 164 | ENDDRAW 165 | ENDDEF 166 | # 167 | # Device_Speaker 168 | # 169 | DEF Device_Speaker LS 0 0 Y N 1 F N 170 | F0 "LS" 50 225 50 H V R CNN 171 | F1 "Device_Speaker" 50 150 50 H V R CNN 172 | F2 "" 0 -200 50 H I C CNN 173 | F3 "~" -10 -50 50 H I C CNN 174 | DRAW 175 | S -100 50 40 -150 0 0 10 N 176 | P 4 0 0 10 40 50 140 150 140 -250 40 -150 N 177 | X 1 1 -200 0 100 R 50 50 1 1 I 178 | X 2 2 -200 -100 100 R 50 50 1 1 I 179 | ENDDRAW 180 | ENDDEF 181 | # 182 | # Power_GND 183 | # 184 | DEF Power_GND #PWR 0 0 Y Y 1 F P 185 | F0 "#PWR" 0 -250 50 H I C CNN 186 | F1 "Power_GND" 0 -150 50 H V C CNN 187 | F2 "" 0 0 50 H I C CNN 188 | F3 "" 0 0 50 H I C CNN 189 | DRAW 190 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 191 | X GND 1 0 0 0 D 50 50 1 1 W N 192 | ENDDRAW 193 | ENDDEF 194 | # 195 | # Power_VBUS 196 | # 197 | DEF Power_VBUS #PWR 0 0 Y Y 1 F P 198 | F0 "#PWR" 0 -150 50 H I C CNN 199 | F1 "Power_VBUS" 0 150 50 H V C CNN 200 | F2 "" 0 0 50 H I C CNN 201 | F3 "" 0 0 50 H I C CNN 202 | DRAW 203 | P 2 0 1 0 -30 50 0 100 N 204 | P 2 0 1 0 0 0 0 100 N 205 | P 2 0 1 0 0 100 30 50 N 206 | X VBUS 1 0 0 0 U 50 50 1 1 W N 207 | ENDDRAW 208 | ENDDEF 209 | # 210 | # Power_VCC 211 | # 212 | DEF Power_VCC #PWR 0 0 Y Y 1 F P 213 | F0 "#PWR" 0 -150 50 H I C CNN 214 | F1 "Power_VCC" 0 150 50 H V C CNN 215 | F2 "" 0 0 50 H I C CNN 216 | F3 "" 0 0 50 H I C CNN 217 | DRAW 218 | P 2 0 1 0 -30 50 0 100 N 219 | P 2 0 1 0 0 0 0 100 N 220 | P 2 0 1 0 0 100 30 50 N 221 | X VCC 1 0 0 0 U 50 50 1 1 W N 222 | ENDDRAW 223 | ENDDEF 224 | # 225 | # Type-C_HRO-TYPE-C-31-M-12 226 | # 227 | DEF Type-C_HRO-TYPE-C-31-M-12 USB 0 40 Y Y 1 F N 228 | F0 "USB" -200 650 60 H V C CNN 229 | F1 "Type-C_HRO-TYPE-C-31-M-12" -400 -50 60 V V C CNN 230 | F2 "" 0 0 60 H I C CNN 231 | F3 "" 0 0 60 H I C CNN 232 | DRAW 233 | S -450 600 -350 -700 0 1 0 f 234 | S 0 -700 -350 600 0 1 0 f 235 | X GND 1 100 550 100 L 50 50 1 1 I 236 | X CC2 10 100 -350 100 L 50 50 1 1 I 237 | X VBUS 11 100 -450 100 L 50 50 1 1 I 238 | X GND 12 100 -550 100 L 50 50 1 1 I 239 | X SHIELD 13 100 -650 100 L 50 50 1 1 I 240 | X VBUS 2 100 450 100 L 50 50 1 1 I 241 | X SBU2 3 100 350 100 L 50 50 1 1 I 242 | X CC1 4 100 250 100 L 50 50 1 1 I 243 | X DN2 5 100 150 100 L 50 50 1 1 I 244 | X DP1 6 100 50 100 L 50 50 1 1 I 245 | X DN1 7 100 -50 100 L 50 50 1 1 I 246 | X DP2 8 100 -150 100 L 50 50 1 1 I 247 | X SBU1 9 100 -250 100 L 50 50 1 1 I 248 | ENDDRAW 249 | ENDDEF 250 | # 251 | # atmel_ATmega32U4 252 | # 253 | DEF atmel_ATmega32U4 U 0 40 Y Y 1 F N 254 | F0 "U" -900 1700 50 H V C CNN 255 | F1 "atmel_ATmega32U4" -650 -1550 50 H V C CNN 256 | F2 "" 1200 1100 50 H I C CNN 257 | F3 "" 1200 1100 50 H I C CNN 258 | $FPLIST 259 | TQFP44 260 | QFN 261 | $ENDFPLIST 262 | DRAW 263 | S -950 1650 900 -1450 0 1 0 N 264 | X (INT6/AIN0)PE6 1 1200 -650 300 L 50 50 1 1 I 265 | X (PDI/MOSI/PCINT2)PB2 10 1200 1350 300 L 50 50 1 1 I 266 | X (PDO/MISO/PCINT3)PB3 11 1200 1250 300 L 50 50 1 1 I 267 | X (OC0A/OC1C/~RTS~/PCINT7)PB7 12 1200 850 300 L 50 50 1 1 I 268 | X RESET 13 -1250 150 300 R 50 50 1 1 I 269 | X VCC 14 -1250 1450 300 R 50 50 1 1 W 270 | X GND 15 -1250 -1350 300 R 50 50 1 1 W 271 | X XTAL2 16 -1250 -550 300 R 50 50 1 1 I 272 | X XTAL1 17 -1250 -450 300 R 50 50 1 1 I 273 | X (OC0B/SCL/INT0)PD0 18 1200 350 300 L 50 50 1 1 I 274 | X (SDA/INT1)PD1 19 1200 250 300 L 50 50 1 1 I 275 | X UVCC 2 -1250 1550 300 R 50 50 1 1 I 276 | X (RXD/INT2)PD2 20 1200 150 300 L 50 50 1 1 I 277 | X (TXD/INT3)PD3 21 1200 50 300 L 50 50 1 1 I 278 | X (XCK1/~CTS~)PD5 22 1200 -150 300 L 50 50 1 1 I 279 | X GND 23 -1250 -1250 300 R 50 50 1 1 W 280 | X AVCC 24 -1250 1050 300 R 50 50 1 1 W 281 | X (ICP2/ADC8)PD4 25 1200 -50 300 L 50 50 1 1 I 282 | X (T1/~OC4D~/ADC9)PD6 26 1200 -250 300 L 50 50 1 1 I 283 | X (T0/OC4D/ADC10)PD7 27 1200 -350 300 L 50 50 1 1 I 284 | X (ADC11/PCINT4)PB4 28 1200 1150 300 L 50 50 1 1 I 285 | X (ADC12/OC1A/~OC4B~/PCINT12)PB5 29 1200 1050 300 L 50 50 1 1 I 286 | X D- 3 -1250 650 300 R 50 50 1 1 I 287 | X (ADC13/OC1B/OC4B/PCINT13)PB6 30 1200 950 300 L 50 50 1 1 I 288 | X (OC3A/~OC4A~)PC6 31 1200 650 300 L 50 50 1 1 I 289 | X (ICP3/CLK0/OC4A)PC7 32 1200 550 300 L 50 50 1 1 I 290 | X (~HWB~)PE2 33 1200 -550 300 L 50 50 1 1 I 291 | X VCC 34 -1250 1350 300 R 50 50 1 1 W 292 | X GND 35 -1250 -1050 300 R 50 50 1 1 W 293 | X (ADC7/TDI)PF7 36 1200 -1350 300 L 50 50 1 1 I 294 | X (ADC6/TDO)PF6 37 1200 -1250 300 L 50 50 1 1 I 295 | X (ADC5/TMS)PF5 38 1200 -1150 300 L 50 50 1 1 I 296 | X (ADC4/TCK)PF4 39 1200 -1050 300 L 50 50 1 1 I 297 | X D+ 4 -1250 750 300 R 50 50 1 1 I 298 | X (ADC1)PF1 40 1200 -950 300 L 50 50 1 1 I 299 | X (ADC0)PF0 41 1200 -850 300 L 50 50 1 1 I 300 | X AREF 42 -1250 1150 300 R 50 50 1 1 I 301 | X GND 43 -1250 -1150 300 R 50 50 1 1 W 302 | X AVCC 44 -1250 1250 300 R 50 50 1 1 W 303 | X UGND 5 -1250 450 300 R 50 50 1 1 I 304 | X UCAP 6 -1250 550 300 R 50 50 1 1 I 305 | X VBUS 7 -1250 850 300 R 50 50 1 1 I 306 | X (SS/PCINT0)PB0 8 1200 1550 300 L 50 50 1 1 I 307 | X (SCLK/PCINT1)PB1 9 1200 1450 300 L 50 50 1 1 I 308 | ENDDRAW 309 | ENDDEF 310 | # 311 | # keyboard_parts_KEYSW 312 | # 313 | DEF keyboard_parts_KEYSW K? 0 40 Y Y 1 F N 314 | F0 "K?" -50 0 60 H V C CNN 315 | F1 "keyboard_parts_KEYSW" 0 -100 60 H I C CNN 316 | F2 "" 0 0 60 H V C CNN 317 | F3 "" 0 0 60 H V C CNN 318 | DRAW 319 | C -200 0 50 0 1 0 N 320 | C 200 0 50 0 1 0 N 321 | P 2 0 1 10 -200 50 150 150 N 322 | X ~ 1 300 0 50 L 60 60 1 1 P 323 | X ~ 2 -300 0 50 R 60 60 1 1 P 324 | ENDDRAW 325 | ENDDEF 326 | # 327 | # keyboard_parts_SW_PUSH 328 | # 329 | DEF keyboard_parts_SW_PUSH SW 0 40 N N 1 F N 330 | F0 "SW" 150 110 50 H V C CNN 331 | F1 "keyboard_parts_SW_PUSH" 0 -80 50 H V C CNN 332 | F2 "" 0 0 60 H V C CNN 333 | F3 "" 0 0 60 H V C CNN 334 | DRAW 335 | S -170 50 170 60 0 1 0 N 336 | P 4 0 1 0 -40 60 -30 90 30 90 40 60 N 337 | X 1 1 -300 0 200 R 60 60 0 1 P I 338 | X 2 2 300 0 200 L 60 60 0 1 P I 339 | ENDDRAW 340 | ENDDEF 341 | # 342 | # keyboard_parts_USBLC6-2SC6 343 | # 344 | DEF keyboard_parts_USBLC6-2SC6 D 0 40 Y Y 1 F N 345 | F0 "D" -300 200 50 H V L CNN 346 | F1 "keyboard_parts_USBLC6-2SC6" -300 -200 50 H V L CNN 347 | F2 "" -300 -300 50 H I L CNN 348 | F3 "" -300 -400 50 H I L CNN 349 | DRAW 350 | S -300 150 300 -150 0 1 0 f 351 | X I/O1 1 -400 100 100 R 50 50 0 0 P 352 | X GND 2 -400 0 100 R 50 50 0 0 W 353 | X I/O2 3 -400 -100 100 R 50 50 0 0 P 354 | X I/O2 4 400 -100 100 L 50 50 0 0 P 355 | X VBUS 5 400 0 100 L 50 50 0 0 W 356 | X I/O1 6 400 100 100 L 50 50 0 0 P 357 | ENDDRAW 358 | ENDDEF 359 | # 360 | # keyboard_parts_XTAL_GND 361 | # 362 | DEF keyboard_parts_XTAL_GND X 0 40 N N 1 F N 363 | F0 "X" 0 150 60 H V C CNN 364 | F1 "keyboard_parts_XTAL_GND" 0 -150 60 H V C CNN 365 | F2 "" 0 0 60 H V C CNN 366 | F3 "" 0 0 60 H V C CNN 367 | DRAW 368 | P 2 0 1 16 -100 100 -100 -100 N 369 | P 2 0 1 16 100 100 100 -100 N 370 | P 5 0 1 12 -50 50 50 50 50 -50 -50 -50 -50 50 f 371 | X 1 1 -300 0 200 R 40 40 1 1 P 372 | X 2 2 300 0 200 L 40 40 1 1 P 373 | X ~ 3 0 -200 50 U 50 50 1 1 P 374 | ENDDRAW 375 | ENDDEF 376 | # 377 | #End Library 378 | -------------------------------------------------------------------------------- /plain60-c.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "", 5 | "hidden_nets": [], 6 | "high_contrast_mode": 0, 7 | "net_color_mode": 1, 8 | "opacity": { 9 | "pads": 1.0, 10 | "tracks": 1.0, 11 | "vias": 1.0, 12 | "zones": 1.0 13 | }, 14 | "ratsnest_display_mode": 0, 15 | "selection_filter": { 16 | "dimensions": true, 17 | "footprints": true, 18 | "graphics": true, 19 | "keepouts": true, 20 | "lockedItems": true, 21 | "otherItems": true, 22 | "pads": true, 23 | "text": true, 24 | "tracks": true, 25 | "vias": true, 26 | "zones": true 27 | }, 28 | "visible_items": [ 29 | 0, 30 | 1, 31 | 2, 32 | 3, 33 | 4, 34 | 5, 35 | 6, 36 | 7, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 14, 44 | 15, 45 | 16, 46 | 17, 47 | 18, 48 | 19, 49 | 20, 50 | 21, 51 | 22, 52 | 23, 53 | 24, 54 | 25, 55 | 26, 56 | 27, 57 | 28, 58 | 29, 59 | 30, 60 | 36, 61 | 37 62 | ], 63 | "visible_layers": "7ffff_ffffffff" 64 | }, 65 | "meta": { 66 | "filename": "plain60-c.kicad_prl", 67 | "version": 2 68 | }, 69 | "project": { 70 | "files": [] 71 | } 72 | } 73 | -------------------------------------------------------------------------------- /plain60-c.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.19999999999999998, 6 | "copper_line_width": 0.19999999999999998, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": true, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 1, 14 | "dimension_units": 0, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": true, 29 | "other_line_width": 0.09999999999999999, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": true, 35 | "pads": { 36 | "drill": 0.762, 37 | "height": 1.524, 38 | "width": 1.524 39 | }, 40 | "silk_line_width": 0.12, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 1.0, 43 | "silk_text_size_v": 1.0, 44 | "silk_text_thickness": 0.15, 45 | "silk_text_upright": true, 46 | "zones": { 47 | "45_degree_only": false, 48 | "min_clearance": 0.508 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.25, 54 | "via_gap": 0.25, 55 | "width": 0.2 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 1 61 | }, 62 | "rule_severities": { 63 | "annulus": "error", 64 | "clearance": "error", 65 | "copper_edge_clearance": "error", 66 | "courtyards_overlap": "error", 67 | "drill_too_small": "error", 68 | "duplicate_footprints": "warning", 69 | "extra_footprint": "warning", 70 | "hole_clearance": "error", 71 | "hole_near_hole": "error", 72 | "invalid_outline": "error", 73 | "item_on_disabled_layer": "error", 74 | "items_not_allowed": "error", 75 | "keepout": "error", 76 | "malformed_courtyard": "error", 77 | "microvia_drill_too_small": "error", 78 | "missing_courtyard": "ignore", 79 | "missing_footprint": "warning", 80 | "net_conflict": "warning", 81 | "npth_inside_courtyard": "ignore", 82 | "padstack": "error", 83 | "pth_inside_courtyard": "ignore", 84 | "shorting_items": "error", 85 | "track_dangling": "warning", 86 | "track_width": "error", 87 | "tracks_crossing": "error", 88 | "unconnected_items": "error", 89 | "unresolved_variable": "error", 90 | "via_dangling": "warning", 91 | "via_hole_larger_than_pad": "error", 92 | "zone_has_empty_net": "error", 93 | "zones_intersect": "error" 94 | }, 95 | "rules": { 96 | "allow_blind_buried_vias": false, 97 | "allow_microvias": false, 98 | "max_error": 0.005, 99 | "min_clearance": 0.0, 100 | "min_copper_edge_clearance": 0.01, 101 | "min_hole_to_hole": 0.25, 102 | "min_microvia_diameter": 0.19999999999999998, 103 | "min_microvia_drill": 0.09999999999999999, 104 | "min_through_hole_diameter": 0.3, 105 | "min_track_width": 0.19999999999999998, 106 | "min_via_annulus": 0.049999999999999996, 107 | "min_via_diameter": 0.39999999999999997, 108 | "solder_mask_clearance": 0.051, 109 | "solder_mask_min_width": 0.25, 110 | "solder_paste_clearance": 0.0, 111 | "solder_paste_margin_ratio": 0.0 112 | }, 113 | "track_widths": [ 114 | 0.25 115 | ], 116 | "via_dimensions": [ 117 | { 118 | "diameter": 0.6, 119 | "drill": 0.4 120 | } 121 | ], 122 | "zones_allow_external_fillets": false, 123 | "zones_use_no_outline": true 124 | }, 125 | "layer_presets": [] 126 | }, 127 | "boards": [], 128 | "cvpcb": { 129 | "equivalence_files": [] 130 | }, 131 | "libraries": { 132 | "pinned_footprint_libs": [], 133 | "pinned_symbol_libs": [] 134 | }, 135 | "meta": { 136 | "filename": "plain60-c.kicad_pro", 137 | "version": 1 138 | }, 139 | "net_settings": { 140 | "classes": [ 141 | { 142 | "bus_width": 12.0, 143 | "clearance": 0.2, 144 | "diff_pair_gap": 0.25, 145 | "diff_pair_via_gap": 0.25, 146 | "diff_pair_width": 0.2, 147 | "line_style": 0, 148 | "microvia_diameter": 0.3, 149 | "microvia_drill": 0.1, 150 | "name": "Default", 151 | "pcb_color": "rgba(0, 0, 0, 0.000)", 152 | "schematic_color": "rgba(0, 0, 0, 0.000)", 153 | "track_width": 0.25, 154 | "via_diameter": 0.6, 155 | "via_drill": 0.4, 156 | "wire_width": 6.0 157 | }, 158 | { 159 | "bus_width": 12.0, 160 | "clearance": 0.2, 161 | "diff_pair_gap": 0.25, 162 | "diff_pair_via_gap": 0.25, 163 | "diff_pair_width": 0.2, 164 | "line_style": 0, 165 | "microvia_diameter": 0.3, 166 | "microvia_drill": 0.1, 167 | "name": "VCC", 168 | "nets": [ 169 | "VCC" 170 | ], 171 | "pcb_color": "rgba(0, 0, 0, 0.000)", 172 | "schematic_color": "rgba(0, 0, 0, 0.000)", 173 | "track_width": 0.5, 174 | "via_diameter": 0.6, 175 | "via_drill": 0.4, 176 | "wire_width": 6.0 177 | } 178 | ], 179 | "meta": { 180 | "version": 0 181 | }, 182 | "net_colors": null 183 | }, 184 | "pcbnew": { 185 | "last_paths": { 186 | "gencad": "", 187 | "idf": "", 188 | "netlist": "plain60-c.net", 189 | "specctra_dsn": "", 190 | "step": "plain60-c.step", 191 | "vmrl": "" 192 | }, 193 | "page_layout_descr_file": "" 194 | }, 195 | "schematic": { 196 | "legacy_lib_dir": "", 197 | "legacy_lib_list": [] 198 | }, 199 | "sheets": [ 200 | [ 201 | "00000000-0000-0000-0000-00005e98aecf", 202 | "" 203 | ] 204 | ], 205 | "text_variables": {} 206 | } 207 | -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name plain60-cache)(type Legacy)(uri ${KIPRJMOD}/plain60-cache.lib)(options "")(descr "")) 3 | ) 4 | --------------------------------------------------------------------------------