├── .gitignore ├── LICENSE ├── README.md ├── fc660c.kicad_pcb ├── fc660c.kicad_prl ├── fc660c.kicad_pro ├── fc660c.kicad_sch ├── fc660c.xml ├── footprints.pretty ├── DF14-20P-1.25H.kicad_mod ├── DF14-20P-1.25H.stp └── screw.kicad_mod ├── fp-info-cache ├── fp-lib-table ├── manufacturing ├── FC660C BOM.xls ├── fc660c-bottom-pos.csv ├── fc660c-gerber.zip └── fc660c-top-pos.csv └── outline.dxf /.gitignore: -------------------------------------------------------------------------------- 1 | *-backups/ 2 | gerber/ -------------------------------------------------------------------------------- /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 | # FC660C Controller with USB-C 2 | 3 | ![FC660C Controller with USB-C](https://i.imgur.com/KKluQSl.png) 4 | 5 | ## Features 6 | - Fully compatible with keymaps for Hasu's FC660C controller 7 | - USB-C port (required small case modification) 8 | - ESD protection circuit 9 | 10 | ## Bill of materials (BOM) 11 | Please have a look at the production files! -------------------------------------------------------------------------------- /fc660c.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "", 5 | "auto_track_width": false, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 0, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 1.0, 11 | "tracks": 1.0, 12 | "vias": 1.0, 13 | "zones": 0.6 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 6, 37 | 7, 38 | 8, 39 | 9, 40 | 10, 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 | 32, 56 | 33, 57 | 34, 58 | 35, 59 | 36, 60 | 37, 61 | 38 62 | ], 63 | "visible_layers": "003ffff_80000001", 64 | "zone_display_mode": 1 65 | }, 66 | "meta": { 67 | "filename": "fc660c.kicad_prl", 68 | "version": 3 69 | }, 70 | "project": { 71 | "files": [] 72 | } 73 | } 74 | -------------------------------------------------------------------------------- /fc660c.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 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": false, 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": false, 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": false, 35 | "pads": { 36 | "drill": 0.762, 37 | "height": 1.524, 38 | "width": 1.524 39 | }, 40 | "silk_line_width": 0.15, 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": false, 46 | "zones": { 47 | "45_degree_only": false, 48 | "min_clearance": 0.508 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 2 61 | }, 62 | "rule_severities": { 63 | "annular_width": "error", 64 | "clearance": "error", 65 | "copper_edge_clearance": "error", 66 | "courtyards_overlap": "error", 67 | "diff_pair_gap_out_of_range": "error", 68 | "diff_pair_uncoupled_length_too_long": "error", 69 | "drill_out_of_range": "error", 70 | "duplicate_footprints": "warning", 71 | "extra_footprint": "warning", 72 | "footprint_type_mismatch": "error", 73 | "hole_clearance": "error", 74 | "hole_near_hole": "error", 75 | "invalid_outline": "error", 76 | "item_on_disabled_layer": "error", 77 | "items_not_allowed": "error", 78 | "length_out_of_range": "error", 79 | "malformed_courtyard": "error", 80 | "microvia_drill_out_of_range": "error", 81 | "missing_courtyard": "ignore", 82 | "missing_footprint": "warning", 83 | "net_conflict": "warning", 84 | "npth_inside_courtyard": "ignore", 85 | "padstack": "error", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_over_copper": "error", 89 | "silk_overlap": "error", 90 | "skew_out_of_range": "error", 91 | "through_hole_pad_without_hole": "error", 92 | "too_many_vias": "error", 93 | "track_dangling": "warning", 94 | "track_width": "error", 95 | "tracks_crossing": "error", 96 | "unconnected_items": "error", 97 | "unresolved_variable": "error", 98 | "via_dangling": "warning", 99 | "zone_has_empty_net": "error", 100 | "zones_intersect": "error" 101 | }, 102 | "rules": { 103 | "allow_blind_buried_vias": false, 104 | "allow_microvias": false, 105 | "max_error": 0.005, 106 | "min_clearance": 0.19999999999999998, 107 | "min_copper_edge_clearance": 0.19999999999999998, 108 | "min_hole_clearance": 0.19999999999999998, 109 | "min_hole_to_hole": 0.25, 110 | "min_microvia_diameter": 0.19999999999999998, 111 | "min_microvia_drill": 0.09999999999999999, 112 | "min_silk_clearance": 0.0, 113 | "min_through_hole_diameter": 0.3, 114 | "min_track_width": 0.09999999999999999, 115 | "min_via_annular_width": 0.049999999999999996, 116 | "min_via_annulus": 0.05, 117 | "min_via_diameter": 0.39999999999999997, 118 | "use_height_for_length_calcs": true 119 | }, 120 | "track_widths": [ 121 | 0.0, 122 | 0.2, 123 | 0.25, 124 | 0.4, 125 | 0.5 126 | ], 127 | "via_dimensions": [ 128 | { 129 | "diameter": 0.0, 130 | "drill": 0.0 131 | } 132 | ], 133 | "zones_allow_external_fillets": false, 134 | "zones_use_no_outline": true 135 | }, 136 | "layer_presets": [] 137 | }, 138 | "boards": [], 139 | "cvpcb": { 140 | "equivalence_files": [] 141 | }, 142 | "erc": { 143 | "erc_exclusions": [], 144 | "meta": { 145 | "version": 0 146 | }, 147 | "pin_map": [ 148 | [ 149 | 0, 150 | 0, 151 | 0, 152 | 0, 153 | 0, 154 | 0, 155 | 1, 156 | 0, 157 | 0, 158 | 0, 159 | 0, 160 | 2 161 | ], 162 | [ 163 | 0, 164 | 2, 165 | 0, 166 | 1, 167 | 0, 168 | 0, 169 | 1, 170 | 0, 171 | 2, 172 | 2, 173 | 2, 174 | 2 175 | ], 176 | [ 177 | 0, 178 | 0, 179 | 0, 180 | 0, 181 | 0, 182 | 0, 183 | 1, 184 | 0, 185 | 1, 186 | 0, 187 | 1, 188 | 2 189 | ], 190 | [ 191 | 0, 192 | 1, 193 | 0, 194 | 0, 195 | 0, 196 | 0, 197 | 1, 198 | 1, 199 | 2, 200 | 1, 201 | 1, 202 | 2 203 | ], 204 | [ 205 | 0, 206 | 0, 207 | 0, 208 | 0, 209 | 0, 210 | 0, 211 | 1, 212 | 0, 213 | 0, 214 | 0, 215 | 0, 216 | 2 217 | ], 218 | [ 219 | 0, 220 | 0, 221 | 0, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 0, 228 | 0, 229 | 0, 230 | 2 231 | ], 232 | [ 233 | 1, 234 | 1, 235 | 1, 236 | 1, 237 | 1, 238 | 0, 239 | 1, 240 | 1, 241 | 1, 242 | 1, 243 | 1, 244 | 2 245 | ], 246 | [ 247 | 0, 248 | 0, 249 | 0, 250 | 1, 251 | 0, 252 | 0, 253 | 1, 254 | 0, 255 | 0, 256 | 0, 257 | 0, 258 | 2 259 | ], 260 | [ 261 | 0, 262 | 2, 263 | 1, 264 | 2, 265 | 0, 266 | 0, 267 | 1, 268 | 0, 269 | 2, 270 | 2, 271 | 2, 272 | 2 273 | ], 274 | [ 275 | 0, 276 | 2, 277 | 0, 278 | 1, 279 | 0, 280 | 0, 281 | 1, 282 | 0, 283 | 2, 284 | 0, 285 | 0, 286 | 2 287 | ], 288 | [ 289 | 0, 290 | 2, 291 | 1, 292 | 1, 293 | 0, 294 | 0, 295 | 1, 296 | 0, 297 | 2, 298 | 0, 299 | 0, 300 | 2 301 | ], 302 | [ 303 | 2, 304 | 2, 305 | 2, 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2, 312 | 2, 313 | 2, 314 | 2 315 | ] 316 | ], 317 | "rule_severities": { 318 | "bus_definition_conflict": "error", 319 | "bus_entry_needed": "error", 320 | "bus_label_syntax": "error", 321 | "bus_to_bus_conflict": "error", 322 | "bus_to_net_conflict": "error", 323 | "different_unit_footprint": "error", 324 | "different_unit_net": "error", 325 | "duplicate_reference": "error", 326 | "duplicate_sheet_names": "error", 327 | "extra_units": "error", 328 | "global_label_dangling": "warning", 329 | "hier_label_mismatch": "error", 330 | "label_dangling": "error", 331 | "lib_symbol_issues": "warning", 332 | "multiple_net_names": "warning", 333 | "net_not_bus_member": "warning", 334 | "no_connect_connected": "error", 335 | "no_connect_dangling": "error", 336 | "pin_not_connected": "error", 337 | "pin_not_driven": "error", 338 | "pin_to_pin": "warning", 339 | "power_pin_not_driven": "error", 340 | "similar_labels": "warning", 341 | "unannotated": "error", 342 | "unit_value_mismatch": "error", 343 | "unresolved_variable": "error", 344 | "wire_dangling": "error" 345 | } 346 | }, 347 | "libraries": { 348 | "pinned_footprint_libs": [], 349 | "pinned_symbol_libs": [] 350 | }, 351 | "meta": { 352 | "filename": "fc660c.kicad_pro", 353 | "version": 1 354 | }, 355 | "net_settings": { 356 | "classes": [ 357 | { 358 | "bus_width": 12.0, 359 | "clearance": 0.2, 360 | "diff_pair_gap": 0.25, 361 | "diff_pair_via_gap": 0.25, 362 | "diff_pair_width": 0.2, 363 | "line_style": 0, 364 | "microvia_diameter": 0.3, 365 | "microvia_drill": 0.1, 366 | "name": "Default", 367 | "pcb_color": "rgb(0, 0, 0)", 368 | "schematic_color": "rgb(0, 0, 0)", 369 | "track_width": 0.25, 370 | "via_diameter": 0.6, 371 | "via_drill": 0.4, 372 | "wire_width": 6.0 373 | }, 374 | { 375 | "bus_width": 12.0, 376 | "clearance": 0.2, 377 | "diff_pair_gap": 0.25, 378 | "diff_pair_via_gap": 0.25, 379 | "diff_pair_width": 0.2, 380 | "line_style": 0, 381 | "microvia_diameter": 0.3, 382 | "microvia_drill": 0.1, 383 | "name": "Power", 384 | "nets": [ 385 | "+3V3", 386 | "Earth", 387 | "GND", 388 | "VBUS", 389 | "VCC" 390 | ], 391 | "pcb_color": "rgb(0, 0, 0)", 392 | "schematic_color": "rgb(0, 0, 0)", 393 | "track_width": 0.4, 394 | "via_diameter": 0.6, 395 | "via_drill": 0.4, 396 | "wire_width": 6.0 397 | } 398 | ], 399 | "meta": { 400 | "version": 2 401 | }, 402 | "net_colors": null 403 | }, 404 | "pcbnew": { 405 | "last_paths": { 406 | "gencad": "", 407 | "idf": "", 408 | "netlist": "atom47.net", 409 | "specctra_dsn": "", 410 | "step": "atom47.step", 411 | "vmrl": "", 412 | "vrml": "" 413 | }, 414 | "page_layout_descr_file": "" 415 | }, 416 | "schematic": { 417 | "annotate_start_num": 0, 418 | "drawing": { 419 | "default_bus_thickness": 12.0, 420 | "default_junction_size": 40.0, 421 | "default_line_thickness": 6.0, 422 | "default_text_size": 60.0, 423 | "default_wire_thickness": 6.0, 424 | "field_names": [], 425 | "intersheets_ref_own_page": false, 426 | "intersheets_ref_prefix": "", 427 | "intersheets_ref_short": false, 428 | "intersheets_ref_show": false, 429 | "intersheets_ref_suffix": "", 430 | "junction_size_choice": 3, 431 | "label_size_ratio": 0.3, 432 | "pin_symbol_size": 25.0, 433 | "text_offset_ratio": 0.3 434 | }, 435 | "legacy_lib_dir": "", 436 | "legacy_lib_list": [], 437 | "meta": { 438 | "version": 1 439 | }, 440 | "net_format_name": "Pcbnew", 441 | "ngspice": { 442 | "fix_include_paths": true, 443 | "fix_passive_vals": false, 444 | "meta": { 445 | "version": 0 446 | }, 447 | "model_mode": 0, 448 | "workbook_filename": "" 449 | }, 450 | "page_layout_descr_file": "", 451 | "plot_directory": "", 452 | "spice_adjust_passive_values": false, 453 | "spice_external_command": "spice \"%I\"", 454 | "subpart_first_id": 65, 455 | "subpart_id_separator": 0 456 | }, 457 | "sheets": [ 458 | [ 459 | "98fb6363-71a1-4d42-baab-aea127d880a1", 460 | "" 461 | ] 462 | ], 463 | "text_variables": {} 464 | } 465 | -------------------------------------------------------------------------------- /fc660c.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | G:\Eigen designs\Others\Atom47\rev5\atom47-rev5.kicad_sch 5 | Thu Apr 29 15:07:15 2021 6 | Eeschema (5.99.0-10437-g78b555afa2) 7 | 8 | 9 | 10 | <company/> 11 | <rev/> 12 | <date/> 13 | <source>atom47-rev5.kicad_sch</source> 14 | <comment number="1" value=""/> 15 | <comment number="2" value=""/> 16 | <comment number="3" value=""/> 17 | <comment number="4" value=""/> 18 | <comment number="5" value=""/> 19 | <comment number="6" value=""/> 20 | <comment number="7" value=""/> 21 | <comment number="8" value=""/> 22 | <comment number="9" value=""/> 23 | </title_block> 24 | </sheet> 25 | </design> 26 | <components> 27 | <comp ref="C1"> 28 | <value>0.1u</value> 29 | <footprint>Keeb_components:C_0603</footprint> 30 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 31 | <property name="Sheetname" value=""/> 32 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 33 | <sheetpath names="/" tstamps="/"/> 34 | <tstamps>00000000-0000-0000-0000-0000596fc4b5</tstamps> 35 | </comp> 36 | <comp ref="C2"> 37 | <value>0.1u</value> 38 | <footprint>Keeb_components:C_0603</footprint> 39 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 40 | <property name="Sheetname" value=""/> 41 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 42 | <sheetpath names="/" tstamps="/"/> 43 | <tstamps>00000000-0000-0000-0000-0000596fc53b</tstamps> 44 | </comp> 45 | <comp ref="C3"> 46 | <value>0.1u</value> 47 | <footprint>Keeb_components:C_0603</footprint> 48 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 49 | <property name="Sheetname" value=""/> 50 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 51 | <sheetpath names="/" tstamps="/"/> 52 | <tstamps>d0334dcb-6d11-4928-bece-bd6d3622c809</tstamps> 53 | </comp> 54 | <comp ref="C4"> 55 | <value>4.7u</value> 56 | <footprint>Keeb_components:C_0603</footprint> 57 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 58 | <property name="Sheetname" value=""/> 59 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 60 | <sheetpath names="/" tstamps="/"/> 61 | <tstamps>00000000-0000-0000-0000-0000596fc5a0</tstamps> 62 | </comp> 63 | <comp ref="C5"> 64 | <value>1u</value> 65 | <footprint>Keeb_components:C_0603</footprint> 66 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 67 | <property name="Sheetname" value=""/> 68 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 69 | <sheetpath names="/" tstamps="/"/> 70 | <tstamps>00000000-0000-0000-0000-0000596fea19</tstamps> 71 | </comp> 72 | <comp ref="C6"> 73 | <value>0.47u</value> 74 | <footprint>Keeb_components:C_0603</footprint> 75 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 76 | <property name="Sheetname" value=""/> 77 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 78 | <sheetpath names="/" tstamps="/"/> 79 | <tstamps>8cb978b1-6948-4fb2-9397-996da93b7453</tstamps> 80 | </comp> 81 | <comp ref="C7"> 82 | <value>0.1u</value> 83 | <footprint>Keeb_components:C_0603</footprint> 84 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 85 | <property name="Sheetname" value=""/> 86 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 87 | <sheetpath names="/" tstamps="/"/> 88 | <tstamps>aa0f2387-1a41-44cc-a555-c9e23c44ac7e</tstamps> 89 | </comp> 90 | <comp ref="C8"> 91 | <value>22u</value> 92 | <footprint>Capacitor_Tantalum_SMD:CP_EIA-3216-10_Kemet-I</footprint> 93 | <datasheet>~</datasheet> 94 | <libsource lib="Device" part="C_Polarized" description="Polarized capacitor"/> 95 | <property name="Sheetname" value=""/> 96 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 97 | <sheetpath names="/" tstamps="/"/> 98 | <tstamps>6bcb38fc-1ae2-4c91-a77d-e82c1c4d1e5f</tstamps> 99 | </comp> 100 | <comp ref="C9"> 101 | <value>0.47u</value> 102 | <footprint>Keeb_components:C_0603</footprint> 103 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 104 | <property name="Sheetname" value=""/> 105 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 106 | <sheetpath names="/" tstamps="/"/> 107 | <tstamps>ef078903-2929-4c69-964c-20f8b10a1dc8</tstamps> 108 | </comp> 109 | <comp ref="C10"> 110 | <value>0.1u</value> 111 | <footprint>Keeb_components:C_0603</footprint> 112 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 113 | <property name="Sheetname" value=""/> 114 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 115 | <sheetpath names="/" tstamps="/"/> 116 | <tstamps>a2a5a359-d9e5-4ff5-a6b8-49bae5e4441d</tstamps> 117 | </comp> 118 | <comp ref="C11"> 119 | <value>0.47u</value> 120 | <footprint>Keeb_components:C_0603</footprint> 121 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 122 | <property name="Sheetname" value=""/> 123 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 124 | <sheetpath names="/" tstamps="/"/> 125 | <tstamps>a907cbf5-eeb5-4415-832d-280e88c7d53d</tstamps> 126 | </comp> 127 | <comp ref="C12"> 128 | <value>0.1u</value> 129 | <footprint>Keeb_components:C_0603</footprint> 130 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 131 | <property name="Sheetname" value=""/> 132 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 133 | <sheetpath names="/" tstamps="/"/> 134 | <tstamps>4f24f767-ba75-4b23-b011-cfebd91d6c33</tstamps> 135 | </comp> 136 | <comp ref="C13"> 137 | <value>0.47u</value> 138 | <footprint>Keeb_components:C_0603</footprint> 139 | <libsource lib="Device" part="C" description="Unpolarized capacitor"/> 140 | <property name="Sheetname" value=""/> 141 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 142 | <sheetpath names="/" tstamps="/"/> 143 | <tstamps>68d1fb47-0fb7-4bbb-9a3b-0c69dacce7b9</tstamps> 144 | </comp> 145 | <comp ref="D1"> 146 | <value>D</value> 147 | <footprint>Keeb_components:D_SOD-323</footprint> 148 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 149 | <property name="Sheetname" value=""/> 150 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 151 | <sheetpath names="/" tstamps="/"/> 152 | <tstamps>00000000-0000-0000-0000-0000597003d9</tstamps> 153 | </comp> 154 | <comp ref="D2"> 155 | <value>D</value> 156 | <footprint>Keeb_components:D_SOD-323</footprint> 157 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 158 | <property name="Sheetname" value=""/> 159 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 160 | <sheetpath names="/" tstamps="/"/> 161 | <tstamps>00000000-0000-0000-0000-00005970123e</tstamps> 162 | </comp> 163 | <comp ref="D3"> 164 | <value>D</value> 165 | <footprint>Keeb_components:D_SOD-323</footprint> 166 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 167 | <property name="Sheetname" value=""/> 168 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 169 | <sheetpath names="/" tstamps="/"/> 170 | <tstamps>00000000-0000-0000-0000-000059701684</tstamps> 171 | </comp> 172 | <comp ref="D4"> 173 | <value>D</value> 174 | <footprint>Keeb_components:D_SOD-323</footprint> 175 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 176 | <property name="Sheetname" value=""/> 177 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 178 | <sheetpath names="/" tstamps="/"/> 179 | <tstamps>00000000-0000-0000-0000-000059701dda</tstamps> 180 | </comp> 181 | <comp ref="D5"> 182 | <value>D</value> 183 | <footprint>Keeb_components:D_SOD-323</footprint> 184 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 185 | <property name="Sheetname" value=""/> 186 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 187 | <sheetpath names="/" tstamps="/"/> 188 | <tstamps>00000000-0000-0000-0000-0000597020ac</tstamps> 189 | </comp> 190 | <comp ref="D6"> 191 | <value>D</value> 192 | <footprint>Keeb_components:D_SOD-323</footprint> 193 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 194 | <property name="Sheetname" value=""/> 195 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 196 | <sheetpath names="/" tstamps="/"/> 197 | <tstamps>00000000-0000-0000-0000-00005970395e</tstamps> 198 | </comp> 199 | <comp ref="D7"> 200 | <value>D</value> 201 | <footprint>Keeb_components:D_SOD-323</footprint> 202 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 203 | <property name="Sheetname" value=""/> 204 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 205 | <sheetpath names="/" tstamps="/"/> 206 | <tstamps>00000000-0000-0000-0000-000059706cbc</tstamps> 207 | </comp> 208 | <comp ref="D8"> 209 | <value>D</value> 210 | <footprint>Keeb_components:D_SOD-323</footprint> 211 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 212 | <property name="Sheetname" value=""/> 213 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 214 | <sheetpath names="/" tstamps="/"/> 215 | <tstamps>00000000-0000-0000-0000-000059708c84</tstamps> 216 | </comp> 217 | <comp ref="D9"> 218 | <value>D</value> 219 | <footprint>Keeb_components:D_SOD-323</footprint> 220 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 221 | <property name="Sheetname" value=""/> 222 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 223 | <sheetpath names="/" tstamps="/"/> 224 | <tstamps>00000000-0000-0000-0000-00005970bae0</tstamps> 225 | </comp> 226 | <comp ref="D10"> 227 | <value>D</value> 228 | <footprint>Keeb_components:D_SOD-323</footprint> 229 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 230 | <property name="Sheetname" value=""/> 231 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 232 | <sheetpath names="/" tstamps="/"/> 233 | <tstamps>00000000-0000-0000-0000-00005970bb1c</tstamps> 234 | </comp> 235 | <comp ref="D11"> 236 | <value>D</value> 237 | <footprint>Keeb_components:D_SOD-323</footprint> 238 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 239 | <property name="Sheetname" value=""/> 240 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 241 | <sheetpath names="/" tstamps="/"/> 242 | <tstamps>00000000-0000-0000-0000-00005970bb58</tstamps> 243 | </comp> 244 | <comp ref="D12"> 245 | <value>D</value> 246 | <footprint>Keeb_components:D_SOD-323</footprint> 247 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 248 | <property name="Sheetname" value=""/> 249 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 250 | <sheetpath names="/" tstamps="/"/> 251 | <tstamps>00000000-0000-0000-0000-00005970bb94</tstamps> 252 | </comp> 253 | <comp ref="D13"> 254 | <value>D</value> 255 | <footprint>Keeb_components:D_SOD-323</footprint> 256 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 257 | <property name="Sheetname" value=""/> 258 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 259 | <sheetpath names="/" tstamps="/"/> 260 | <tstamps>00000000-0000-0000-0000-00005970bbd0</tstamps> 261 | </comp> 262 | <comp ref="D14"> 263 | <value>D</value> 264 | <footprint>Keeb_components:D_SOD-323</footprint> 265 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 266 | <property name="Sheetname" value=""/> 267 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 268 | <sheetpath names="/" tstamps="/"/> 269 | <tstamps>00000000-0000-0000-0000-0000597004b0</tstamps> 270 | </comp> 271 | <comp ref="D15"> 272 | <value>D</value> 273 | <footprint>Keeb_components:D_SOD-323</footprint> 274 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 275 | <property name="Sheetname" value=""/> 276 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 277 | <sheetpath names="/" tstamps="/"/> 278 | <tstamps>00000000-0000-0000-0000-000059701244</tstamps> 279 | </comp> 280 | <comp ref="D16"> 281 | <value>D</value> 282 | <footprint>Keeb_components:D_SOD-323</footprint> 283 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 284 | <property name="Sheetname" value=""/> 285 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 286 | <sheetpath names="/" tstamps="/"/> 287 | <tstamps>00000000-0000-0000-0000-00005970168a</tstamps> 288 | </comp> 289 | <comp ref="D17"> 290 | <value>D</value> 291 | <footprint>Keeb_components:D_SOD-323</footprint> 292 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 293 | <property name="Sheetname" value=""/> 294 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 295 | <sheetpath names="/" tstamps="/"/> 296 | <tstamps>00000000-0000-0000-0000-000059701de0</tstamps> 297 | </comp> 298 | <comp ref="D18"> 299 | <value>D</value> 300 | <footprint>Keeb_components:D_SOD-323</footprint> 301 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 302 | <property name="Sheetname" value=""/> 303 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 304 | <sheetpath names="/" tstamps="/"/> 305 | <tstamps>00000000-0000-0000-0000-0000597020b2</tstamps> 306 | </comp> 307 | <comp ref="D19"> 308 | <value>D</value> 309 | <footprint>Keeb_components:D_SOD-323</footprint> 310 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 311 | <property name="Sheetname" value=""/> 312 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 313 | <sheetpath names="/" tstamps="/"/> 314 | <tstamps>00000000-0000-0000-0000-000059703964</tstamps> 315 | </comp> 316 | <comp ref="D20"> 317 | <value>D</value> 318 | <footprint>Keeb_components:D_SOD-323</footprint> 319 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 320 | <property name="Sheetname" value=""/> 321 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 322 | <sheetpath names="/" tstamps="/"/> 323 | <tstamps>00000000-0000-0000-0000-000059706cc2</tstamps> 324 | </comp> 325 | <comp ref="D21"> 326 | <value>D</value> 327 | <footprint>Keeb_components:D_SOD-323</footprint> 328 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 329 | <property name="Sheetname" value=""/> 330 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 331 | <sheetpath names="/" tstamps="/"/> 332 | <tstamps>00000000-0000-0000-0000-000059708c8a</tstamps> 333 | </comp> 334 | <comp ref="D22"> 335 | <value>D</value> 336 | <footprint>Keeb_components:D_SOD-323</footprint> 337 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 338 | <property name="Sheetname" value=""/> 339 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 340 | <sheetpath names="/" tstamps="/"/> 341 | <tstamps>00000000-0000-0000-0000-00005970bae6</tstamps> 342 | </comp> 343 | <comp ref="D23"> 344 | <value>D</value> 345 | <footprint>Keeb_components:D_SOD-323</footprint> 346 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 347 | <property name="Sheetname" value=""/> 348 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 349 | <sheetpath names="/" tstamps="/"/> 350 | <tstamps>00000000-0000-0000-0000-00005970bb22</tstamps> 351 | </comp> 352 | <comp ref="D24"> 353 | <value>D</value> 354 | <footprint>Keeb_components:D_SOD-323</footprint> 355 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 356 | <property name="Sheetname" value=""/> 357 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 358 | <sheetpath names="/" tstamps="/"/> 359 | <tstamps>00000000-0000-0000-0000-00005970bb5e</tstamps> 360 | </comp> 361 | <comp ref="D26"> 362 | <value>D</value> 363 | <footprint>Keeb_components:D_SOD-323</footprint> 364 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 365 | <property name="Sheetname" value=""/> 366 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 367 | <sheetpath names="/" tstamps="/"/> 368 | <tstamps>00000000-0000-0000-0000-00005970bbd6</tstamps> 369 | </comp> 370 | <comp ref="D27"> 371 | <value>D</value> 372 | <footprint>Keeb_components:D_SOD-323</footprint> 373 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 374 | <property name="Sheetname" value=""/> 375 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 376 | <sheetpath names="/" tstamps="/"/> 377 | <tstamps>00000000-0000-0000-0000-000059700531</tstamps> 378 | </comp> 379 | <comp ref="D29"> 380 | <value>D</value> 381 | <footprint>Keeb_components:D_SOD-323</footprint> 382 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 383 | <property name="Sheetname" value=""/> 384 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 385 | <sheetpath names="/" tstamps="/"/> 386 | <tstamps>00000000-0000-0000-0000-000059701690</tstamps> 387 | </comp> 388 | <comp ref="D30"> 389 | <value>D</value> 390 | <footprint>Keeb_components:D_SOD-323</footprint> 391 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 392 | <property name="Sheetname" value=""/> 393 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 394 | <sheetpath names="/" tstamps="/"/> 395 | <tstamps>00000000-0000-0000-0000-000059701de6</tstamps> 396 | </comp> 397 | <comp ref="D31"> 398 | <value>D</value> 399 | <footprint>Keeb_components:D_SOD-323</footprint> 400 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 401 | <property name="Sheetname" value=""/> 402 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 403 | <sheetpath names="/" tstamps="/"/> 404 | <tstamps>00000000-0000-0000-0000-0000597020b8</tstamps> 405 | </comp> 406 | <comp ref="D32"> 407 | <value>D</value> 408 | <footprint>Keeb_components:D_SOD-323</footprint> 409 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 410 | <property name="Sheetname" value=""/> 411 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 412 | <sheetpath names="/" tstamps="/"/> 413 | <tstamps>00000000-0000-0000-0000-00005970396a</tstamps> 414 | </comp> 415 | <comp ref="D33"> 416 | <value>D</value> 417 | <footprint>Keeb_components:D_SOD-323</footprint> 418 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 419 | <property name="Sheetname" value=""/> 420 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 421 | <sheetpath names="/" tstamps="/"/> 422 | <tstamps>00000000-0000-0000-0000-000059706cc8</tstamps> 423 | </comp> 424 | <comp ref="D34"> 425 | <value>D</value> 426 | <footprint>Keeb_components:D_SOD-323</footprint> 427 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 428 | <property name="Sheetname" value=""/> 429 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 430 | <sheetpath names="/" tstamps="/"/> 431 | <tstamps>00000000-0000-0000-0000-000059708c90</tstamps> 432 | </comp> 433 | <comp ref="D35"> 434 | <value>D</value> 435 | <footprint>Keeb_components:D_SOD-323</footprint> 436 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 437 | <property name="Sheetname" value=""/> 438 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 439 | <sheetpath names="/" tstamps="/"/> 440 | <tstamps>00000000-0000-0000-0000-00005970baec</tstamps> 441 | </comp> 442 | <comp ref="D36"> 443 | <value>D</value> 444 | <footprint>Keeb_components:D_SOD-323</footprint> 445 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 446 | <property name="Sheetname" value=""/> 447 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 448 | <sheetpath names="/" tstamps="/"/> 449 | <tstamps>00000000-0000-0000-0000-00005970bb28</tstamps> 450 | </comp> 451 | <comp ref="D37"> 452 | <value>D</value> 453 | <footprint>Keeb_components:D_SOD-323</footprint> 454 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 455 | <property name="Sheetname" value=""/> 456 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 457 | <sheetpath names="/" tstamps="/"/> 458 | <tstamps>00000000-0000-0000-0000-00005970124a</tstamps> 459 | </comp> 460 | <comp ref="D38"> 461 | <value>D</value> 462 | <footprint>Keeb_components:D_SOD-323</footprint> 463 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 464 | <property name="Sheetname" value=""/> 465 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 466 | <sheetpath names="/" tstamps="/"/> 467 | <tstamps>00000000-0000-0000-0000-00005a360c78</tstamps> 468 | </comp> 469 | <comp ref="D39"> 470 | <value>D</value> 471 | <footprint>Keeb_components:D_SOD-323</footprint> 472 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 473 | <property name="Sheetname" value=""/> 474 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 475 | <sheetpath names="/" tstamps="/"/> 476 | <tstamps>00000000-0000-0000-0000-00005970bbdc</tstamps> 477 | </comp> 478 | <comp ref="D40"> 479 | <value>D</value> 480 | <footprint>Keeb_components:D_SOD-323</footprint> 481 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 482 | <property name="Sheetname" value=""/> 483 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 484 | <sheetpath names="/" tstamps="/"/> 485 | <tstamps>00000000-0000-0000-0000-00005970059d</tstamps> 486 | </comp> 487 | <comp ref="D41"> 488 | <value>D</value> 489 | <footprint>Keeb_components:D_SOD-323</footprint> 490 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 491 | <property name="Sheetname" value=""/> 492 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 493 | <sheetpath names="/" tstamps="/"/> 494 | <tstamps>00000000-0000-0000-0000-000059701250</tstamps> 495 | </comp> 496 | <comp ref="D42"> 497 | <value>D</value> 498 | <footprint>Keeb_components:D_SOD-323</footprint> 499 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 500 | <property name="Sheetname" value=""/> 501 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 502 | <sheetpath names="/" tstamps="/"/> 503 | <tstamps>00000000-0000-0000-0000-000059701696</tstamps> 504 | </comp> 505 | <comp ref="D43"> 506 | <value>D</value> 507 | <footprint>Keeb_components:D_SOD-323</footprint> 508 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 509 | <property name="Sheetname" value=""/> 510 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 511 | <sheetpath names="/" tstamps="/"/> 512 | <tstamps>00000000-0000-0000-0000-000059701dec</tstamps> 513 | </comp> 514 | <comp ref="D45"> 515 | <value>D</value> 516 | <footprint>Keeb_components:D_SOD-323</footprint> 517 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 518 | <property name="Sheetname" value=""/> 519 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 520 | <sheetpath names="/" tstamps="/"/> 521 | <tstamps>00000000-0000-0000-0000-0000597020be</tstamps> 522 | </comp> 523 | <comp ref="D47"> 524 | <value>D</value> 525 | <footprint>Keeb_components:D_SOD-323</footprint> 526 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 527 | <property name="Sheetname" value=""/> 528 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 529 | <sheetpath names="/" tstamps="/"/> 530 | <tstamps>00000000-0000-0000-0000-000059706cce</tstamps> 531 | </comp> 532 | <comp ref="D49"> 533 | <value>D</value> 534 | <footprint>Keeb_components:D_SOD-323</footprint> 535 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 536 | <property name="Sheetname" value=""/> 537 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 538 | <sheetpath names="/" tstamps="/"/> 539 | <tstamps>00000000-0000-0000-0000-00005970baf2</tstamps> 540 | </comp> 541 | <comp ref="D50"> 542 | <value>D</value> 543 | <footprint>Keeb_components:D_SOD-323</footprint> 544 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 545 | <property name="Sheetname" value=""/> 546 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 547 | <sheetpath names="/" tstamps="/"/> 548 | <tstamps>00000000-0000-0000-0000-00005970bb2e</tstamps> 549 | </comp> 550 | <comp ref="D51"> 551 | <value>D</value> 552 | <footprint>Keeb_components:D_SOD-323</footprint> 553 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 554 | <property name="Sheetname" value=""/> 555 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 556 | <sheetpath names="/" tstamps="/"/> 557 | <tstamps>00000000-0000-0000-0000-00005970bb6a</tstamps> 558 | </comp> 559 | <comp ref="D52"> 560 | <value>D</value> 561 | <footprint>Keeb_components:D_SOD-323</footprint> 562 | <libsource lib="Device" part="D_ALT" description="Diode, filled shape"/> 563 | <property name="Sheetname" value=""/> 564 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 565 | <sheetpath names="/" tstamps="/"/> 566 | <tstamps>00000000-0000-0000-0000-00005970bbe2</tstamps> 567 | </comp> 568 | <comp ref="F1"> 569 | <value>Polyfuse_Small</value> 570 | <footprint>Keeb_components:R_0603</footprint> 571 | <datasheet>~</datasheet> 572 | <libsource lib="Device" part="Polyfuse_Small" description="Resettable fuse, polymeric positive temperature coefficient, small symbol"/> 573 | <property name="Sheetname" value=""/> 574 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 575 | <sheetpath names="/" tstamps="/"/> 576 | <tstamps>00000000-0000-0000-0000-00005c85b6c1</tstamps> 577 | </comp> 578 | <comp ref="F2"> 579 | <value>Polyfuse_Small</value> 580 | <footprint>Keeb_components:R_0805</footprint> 581 | <datasheet>~</datasheet> 582 | <libsource lib="Device" part="Polyfuse_Small" description="Resettable fuse, polymeric positive temperature coefficient, small symbol"/> 583 | <property name="Sheetname" value=""/> 584 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 585 | <sheetpath names="/" tstamps="/"/> 586 | <tstamps>e0cd5df0-d750-4205-bdc8-99cfb37cd829</tstamps> 587 | </comp> 588 | <comp ref="J1"> 589 | <value>USB_mini_micro_B</value> 590 | <footprint>Keeb_components:U-F-M5DD-Y-L</footprint> 591 | <libsource lib="keyboard_parts" part="USB_mini_micro_B" description=""/> 592 | <property name="Sheetname" value=""/> 593 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 594 | <sheetpath names="/" tstamps="/"/> 595 | <tstamps>00000000-0000-0000-0000-0000596fe30f</tstamps> 596 | </comp> 597 | <comp ref="J2"> 598 | <value>ISP</value> 599 | <footprint>Keeb_components:isp_standard</footprint> 600 | <libsource lib="Connector_Generic" part="Conn_02x03_Odd_Even" description="Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"/> 601 | <property name="Sheetname" value=""/> 602 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 603 | <sheetpath names="/" tstamps="/"/> 604 | <tstamps>00000000-0000-0000-0000-00005a55f774</tstamps> 605 | </comp> 606 | <comp ref="JP1"> 607 | <value>Jumper</value> 608 | <footprint>footprints:reset</footprint> 609 | <datasheet>~</datasheet> 610 | <libsource lib="Device" part="Jumper" description="Jumper, normally closed"/> 611 | <property name="Sheetname" value=""/> 612 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 613 | <sheetpath names="/" tstamps="/"/> 614 | <tstamps>00000000-0000-0000-0000-00005e7a52e7</tstamps> 615 | </comp> 616 | <comp ref="K1"> 617 | <value>KEYSW</value> 618 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 619 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 620 | <property name="Sheetname" value=""/> 621 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 622 | <sheetpath names="/" tstamps="/"/> 623 | <tstamps>00000000-0000-0000-0000-0000596ffbfa</tstamps> 624 | </comp> 625 | <comp ref="K2"> 626 | <value>KEYSW</value> 627 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 628 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 629 | <property name="Sheetname" value=""/> 630 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 631 | <sheetpath names="/" tstamps="/"/> 632 | <tstamps>00000000-0000-0000-0000-000059701220</tstamps> 633 | </comp> 634 | <comp ref="K3"> 635 | <value>KEYSW</value> 636 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 637 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 638 | <property name="Sheetname" value=""/> 639 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 640 | <sheetpath names="/" tstamps="/"/> 641 | <tstamps>00000000-0000-0000-0000-000059701666</tstamps> 642 | </comp> 643 | <comp ref="K4"> 644 | <value>KEYSW</value> 645 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 646 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 647 | <property name="Sheetname" value=""/> 648 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 649 | <sheetpath names="/" tstamps="/"/> 650 | <tstamps>00000000-0000-0000-0000-000059701dbc</tstamps> 651 | </comp> 652 | <comp ref="K5"> 653 | <value>KEYSW</value> 654 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 655 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 656 | <property name="Sheetname" value=""/> 657 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 658 | <sheetpath names="/" tstamps="/"/> 659 | <tstamps>00000000-0000-0000-0000-00005970208e</tstamps> 660 | </comp> 661 | <comp ref="K6"> 662 | <value>KEYSW</value> 663 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 664 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 665 | <property name="Sheetname" value=""/> 666 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 667 | <sheetpath names="/" tstamps="/"/> 668 | <tstamps>00000000-0000-0000-0000-000059703940</tstamps> 669 | </comp> 670 | <comp ref="K7"> 671 | <value>KEYSW</value> 672 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 673 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 674 | <property name="Sheetname" value=""/> 675 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 676 | <sheetpath names="/" tstamps="/"/> 677 | <tstamps>00000000-0000-0000-0000-000059706c9e</tstamps> 678 | </comp> 679 | <comp ref="K8"> 680 | <value>KEYSW</value> 681 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 682 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 683 | <property name="Sheetname" value=""/> 684 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 685 | <sheetpath names="/" tstamps="/"/> 686 | <tstamps>00000000-0000-0000-0000-000059708c66</tstamps> 687 | </comp> 688 | <comp ref="K9"> 689 | <value>KEYSW</value> 690 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 691 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 692 | <property name="Sheetname" value=""/> 693 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 694 | <sheetpath names="/" tstamps="/"/> 695 | <tstamps>00000000-0000-0000-0000-00005970bac2</tstamps> 696 | </comp> 697 | <comp ref="K10"> 698 | <value>KEYSW</value> 699 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 700 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 701 | <property name="Sheetname" value=""/> 702 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 703 | <sheetpath names="/" tstamps="/"/> 704 | <tstamps>00000000-0000-0000-0000-00005970bafe</tstamps> 705 | </comp> 706 | <comp ref="K11"> 707 | <value>KEYSW</value> 708 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 709 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 710 | <property name="Sheetname" value=""/> 711 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 712 | <sheetpath names="/" tstamps="/"/> 713 | <tstamps>00000000-0000-0000-0000-00005970bb3a</tstamps> 714 | </comp> 715 | <comp ref="K12"> 716 | <value>KEYSW</value> 717 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 718 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 719 | <property name="Sheetname" value=""/> 720 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 721 | <sheetpath names="/" tstamps="/"/> 722 | <tstamps>00000000-0000-0000-0000-00005970bb76</tstamps> 723 | </comp> 724 | <comp ref="K13"> 725 | <value>KEYSW</value> 726 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 727 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 728 | <property name="Sheetname" value=""/> 729 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 730 | <sheetpath names="/" tstamps="/"/> 731 | <tstamps>00000000-0000-0000-0000-00005970bbb2</tstamps> 732 | </comp> 733 | <comp ref="K14"> 734 | <value>KEYSW</value> 735 | <footprint>Keeb_switches:CHERRY_PLATE_125H</footprint> 736 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 737 | <property name="Sheetname" value=""/> 738 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 739 | <sheetpath names="/" tstamps="/"/> 740 | <tstamps>00000000-0000-0000-0000-0000596fffc0</tstamps> 741 | </comp> 742 | <comp ref="K15"> 743 | <value>KEYSW</value> 744 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 745 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 746 | <property name="Sheetname" value=""/> 747 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 748 | <sheetpath names="/" tstamps="/"/> 749 | <tstamps>00000000-0000-0000-0000-000059701226</tstamps> 750 | </comp> 751 | <comp ref="K16"> 752 | <value>KEYSW</value> 753 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 754 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 755 | <property name="Sheetname" value=""/> 756 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 757 | <sheetpath names="/" tstamps="/"/> 758 | <tstamps>00000000-0000-0000-0000-00005970166c</tstamps> 759 | </comp> 760 | <comp ref="K17"> 761 | <value>KEYSW</value> 762 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 763 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 764 | <property name="Sheetname" value=""/> 765 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 766 | <sheetpath names="/" tstamps="/"/> 767 | <tstamps>00000000-0000-0000-0000-000059701dc2</tstamps> 768 | </comp> 769 | <comp ref="K18"> 770 | <value>KEYSW</value> 771 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 772 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 773 | <property name="Sheetname" value=""/> 774 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 775 | <sheetpath names="/" tstamps="/"/> 776 | <tstamps>00000000-0000-0000-0000-000059702094</tstamps> 777 | </comp> 778 | <comp ref="K19"> 779 | <value>KEYSW</value> 780 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 781 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 782 | <property name="Sheetname" value=""/> 783 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 784 | <sheetpath names="/" tstamps="/"/> 785 | <tstamps>00000000-0000-0000-0000-000059703946</tstamps> 786 | </comp> 787 | <comp ref="K20"> 788 | <value>KEYSW</value> 789 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 790 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 791 | <property name="Sheetname" value=""/> 792 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 793 | <sheetpath names="/" tstamps="/"/> 794 | <tstamps>00000000-0000-0000-0000-000059706ca4</tstamps> 795 | </comp> 796 | <comp ref="K21"> 797 | <value>KEYSW</value> 798 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 799 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 800 | <property name="Sheetname" value=""/> 801 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 802 | <sheetpath names="/" tstamps="/"/> 803 | <tstamps>00000000-0000-0000-0000-000059708c6c</tstamps> 804 | </comp> 805 | <comp ref="K22"> 806 | <value>KEYSW</value> 807 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 808 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 809 | <property name="Sheetname" value=""/> 810 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 811 | <sheetpath names="/" tstamps="/"/> 812 | <tstamps>00000000-0000-0000-0000-00005970bac8</tstamps> 813 | </comp> 814 | <comp ref="K23"> 815 | <value>KEYSW</value> 816 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 817 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 818 | <property name="Sheetname" value=""/> 819 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 820 | <sheetpath names="/" tstamps="/"/> 821 | <tstamps>00000000-0000-0000-0000-00005970bb04</tstamps> 822 | </comp> 823 | <comp ref="K24"> 824 | <value>KEYSW</value> 825 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 826 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 827 | <property name="Sheetname" value=""/> 828 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 829 | <sheetpath names="/" tstamps="/"/> 830 | <tstamps>00000000-0000-0000-0000-00005970bb40</tstamps> 831 | </comp> 832 | <comp ref="K26"> 833 | <value>KEYSW</value> 834 | <footprint>Keeb_switches:CHERRY_PLATE_175H</footprint> 835 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 836 | <property name="Sheetname" value=""/> 837 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 838 | <sheetpath names="/" tstamps="/"/> 839 | <tstamps>00000000-0000-0000-0000-00005970bbb8</tstamps> 840 | </comp> 841 | <comp ref="K27"> 842 | <value>KEYSW</value> 843 | <footprint>Keeb_switches:CHERRY_PLATE_175H</footprint> 844 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 845 | <property name="Sheetname" value=""/> 846 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 847 | <sheetpath names="/" tstamps="/"/> 848 | <tstamps>00000000-0000-0000-0000-0000597000fa</tstamps> 849 | </comp> 850 | <comp ref="K29"> 851 | <value>KEYSW</value> 852 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 853 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 854 | <property name="Sheetname" value=""/> 855 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 856 | <sheetpath names="/" tstamps="/"/> 857 | <tstamps>00000000-0000-0000-0000-000059701672</tstamps> 858 | </comp> 859 | <comp ref="K30"> 860 | <value>KEYSW</value> 861 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 862 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 863 | <property name="Sheetname" value=""/> 864 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 865 | <sheetpath names="/" tstamps="/"/> 866 | <tstamps>00000000-0000-0000-0000-000059701dc8</tstamps> 867 | </comp> 868 | <comp ref="K31"> 869 | <value>KEYSW</value> 870 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 871 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 872 | <property name="Sheetname" value=""/> 873 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 874 | <sheetpath names="/" tstamps="/"/> 875 | <tstamps>00000000-0000-0000-0000-00005970209a</tstamps> 876 | </comp> 877 | <comp ref="K32"> 878 | <value>KEYSW</value> 879 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 880 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 881 | <property name="Sheetname" value=""/> 882 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 883 | <sheetpath names="/" tstamps="/"/> 884 | <tstamps>00000000-0000-0000-0000-00005970394c</tstamps> 885 | </comp> 886 | <comp ref="K33"> 887 | <value>KEYSW</value> 888 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 889 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 890 | <property name="Sheetname" value=""/> 891 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 892 | <sheetpath names="/" tstamps="/"/> 893 | <tstamps>00000000-0000-0000-0000-000059706caa</tstamps> 894 | </comp> 895 | <comp ref="K34"> 896 | <value>KEYSW</value> 897 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 898 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 899 | <property name="Sheetname" value=""/> 900 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 901 | <sheetpath names="/" tstamps="/"/> 902 | <tstamps>00000000-0000-0000-0000-000059708c72</tstamps> 903 | </comp> 904 | <comp ref="K35"> 905 | <value>KEYSW</value> 906 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 907 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 908 | <property name="Sheetname" value=""/> 909 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 910 | <sheetpath names="/" tstamps="/"/> 911 | <tstamps>00000000-0000-0000-0000-00005970bace</tstamps> 912 | </comp> 913 | <comp ref="K36"> 914 | <value>KEYSW</value> 915 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 916 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 917 | <property name="Sheetname" value=""/> 918 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 919 | <sheetpath names="/" tstamps="/"/> 920 | <tstamps>00000000-0000-0000-0000-00005970bb0a</tstamps> 921 | </comp> 922 | <comp ref="K37"> 923 | <value>KEYSW</value> 924 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 925 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 926 | <property name="Sheetname" value=""/> 927 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 928 | <sheetpath names="/" tstamps="/"/> 929 | <tstamps>00000000-0000-0000-0000-00005970122c</tstamps> 930 | </comp> 931 | <comp ref="K38"> 932 | <value>KEYSW</value> 933 | <footprint>Keeb_switches:CHERRY_PLATE_125H</footprint> 934 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 935 | <property name="Sheetname" value=""/> 936 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 937 | <sheetpath names="/" tstamps="/"/> 938 | <tstamps>00000000-0000-0000-0000-00005970bb46</tstamps> 939 | </comp> 940 | <comp ref="K39"> 941 | <value>KEYSW</value> 942 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 943 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 944 | <property name="Sheetname" value=""/> 945 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 946 | <sheetpath names="/" tstamps="/"/> 947 | <tstamps>00000000-0000-0000-0000-00005970bbbe</tstamps> 948 | </comp> 949 | <comp ref="K40"> 950 | <value>KEYSW</value> 951 | <footprint>Keeb_switches:CHERRY_PLATE_125H</footprint> 952 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 953 | <property name="Sheetname" value=""/> 954 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 955 | <sheetpath names="/" tstamps="/"/> 956 | <tstamps>00000000-0000-0000-0000-000059700329</tstamps> 957 | </comp> 958 | <comp ref="K41"> 959 | <value>KEYSW</value> 960 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 961 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 962 | <property name="Sheetname" value=""/> 963 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 964 | <sheetpath names="/" tstamps="/"/> 965 | <tstamps>00000000-0000-0000-0000-000059701232</tstamps> 966 | </comp> 967 | <comp ref="K42"> 968 | <value>KEYSW</value> 969 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 970 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 971 | <property name="Sheetname" value=""/> 972 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 973 | <sheetpath names="/" tstamps="/"/> 974 | <tstamps>00000000-0000-0000-0000-000059701678</tstamps> 975 | </comp> 976 | <comp ref="K43"> 977 | <value>KEYSW</value> 978 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 979 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 980 | <property name="Sheetname" value=""/> 981 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 982 | <sheetpath names="/" tstamps="/"/> 983 | <tstamps>00000000-0000-0000-0000-000059701dce</tstamps> 984 | </comp> 985 | <comp ref="K45"> 986 | <value>KEYSW</value> 987 | <footprint>Keeb_switches:CHERRY_PLATE_175H</footprint> 988 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 989 | <property name="Sheetname" value=""/> 990 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 991 | <sheetpath names="/" tstamps="/"/> 992 | <tstamps>00000000-0000-0000-0000-0000597020a0</tstamps> 993 | </comp> 994 | <comp ref="K47"> 995 | <value>KEYSW</value> 996 | <footprint>Keeb_switches:CHERRY_PLATE_275H</footprint> 997 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 998 | <property name="Sheetname" value=""/> 999 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1000 | <sheetpath names="/" tstamps="/"/> 1001 | <tstamps>00000000-0000-0000-0000-000059706cb0</tstamps> 1002 | </comp> 1003 | <comp ref="K49"> 1004 | <value>KEYSW</value> 1005 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 1006 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 1007 | <property name="Sheetname" value=""/> 1008 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1009 | <sheetpath names="/" tstamps="/"/> 1010 | <tstamps>00000000-0000-0000-0000-00005970bad4</tstamps> 1011 | </comp> 1012 | <comp ref="K50"> 1013 | <value>KEYSW</value> 1014 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 1015 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 1016 | <property name="Sheetname" value=""/> 1017 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1018 | <sheetpath names="/" tstamps="/"/> 1019 | <tstamps>00000000-0000-0000-0000-00005970bb10</tstamps> 1020 | </comp> 1021 | <comp ref="K51"> 1022 | <value>KEYSW</value> 1023 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 1024 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 1025 | <property name="Sheetname" value=""/> 1026 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1027 | <sheetpath names="/" tstamps="/"/> 1028 | <tstamps>00000000-0000-0000-0000-00005970bb4c</tstamps> 1029 | </comp> 1030 | <comp ref="K52"> 1031 | <value>KEYSW</value> 1032 | <footprint>Keeb_switches:CHERRY_PLATE_125H</footprint> 1033 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 1034 | <property name="Sheetname" value=""/> 1035 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1036 | <sheetpath names="/" tstamps="/"/> 1037 | <tstamps>00000000-0000-0000-0000-00005970bbc4</tstamps> 1038 | </comp> 1039 | <comp ref="K38-1"> 1040 | <value>KEYSW</value> 1041 | <footprint>Keeb_switches:CHERRY_PLATE_100H</footprint> 1042 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 1043 | <property name="Sheetname" value=""/> 1044 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1045 | <sheetpath names="/" tstamps="/"/> 1046 | <tstamps>24273f84-76cc-44fd-b565-153bb389e7ce</tstamps> 1047 | </comp> 1048 | <comp ref="K39-1"> 1049 | <value>KEYSW</value> 1050 | <footprint>Keeb_switches:CHERRY_PLATE_125H</footprint> 1051 | <libsource lib="keyboard_parts" part="KEYSW" description=""/> 1052 | <property name="Sheetname" value=""/> 1053 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1054 | <sheetpath names="/" tstamps="/"/> 1055 | <tstamps>3d3d5aff-de8f-4ff7-8489-2b3811bf23fe</tstamps> 1056 | </comp> 1057 | <comp ref="R1"> 1058 | <value>22</value> 1059 | <footprint>Keeb_components:R_0603</footprint> 1060 | <libsource lib="Device" part="R" description="Resistor"/> 1061 | <property name="Sheetname" value=""/> 1062 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1063 | <sheetpath names="/" tstamps="/"/> 1064 | <tstamps>00000000-0000-0000-0000-0000596fed14</tstamps> 1065 | </comp> 1066 | <comp ref="R2"> 1067 | <value>22</value> 1068 | <footprint>Keeb_components:R_0603</footprint> 1069 | <libsource lib="Device" part="R" description="Resistor"/> 1070 | <property name="Sheetname" value=""/> 1071 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1072 | <sheetpath names="/" tstamps="/"/> 1073 | <tstamps>00000000-0000-0000-0000-0000596fec97</tstamps> 1074 | </comp> 1075 | <comp ref="R3"> 1076 | <value>10k</value> 1077 | <footprint>Keeb_components:R_0603</footprint> 1078 | <libsource lib="Device" part="R" description="Resistor"/> 1079 | <property name="Sheetname" value=""/> 1080 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1081 | <sheetpath names="/" tstamps="/"/> 1082 | <tstamps>00000000-0000-0000-0000-0000596fcf4c</tstamps> 1083 | </comp> 1084 | <comp ref="R4"> 1085 | <value>10k</value> 1086 | <footprint>Keeb_components:R_0603</footprint> 1087 | <libsource lib="Device" part="R" description="Resistor"/> 1088 | <property name="Sheetname" value=""/> 1089 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1090 | <sheetpath names="/" tstamps="/"/> 1091 | <tstamps>00000000-0000-0000-0000-0000596fd444</tstamps> 1092 | </comp> 1093 | <comp ref="R5"> 1094 | <value>20k</value> 1095 | <footprint>Keeb_components:R_0603</footprint> 1096 | <datasheet>~</datasheet> 1097 | <libsource lib="Device" part="R" description="Resistor"/> 1098 | <property name="Sheetname" value=""/> 1099 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1100 | <sheetpath names="/" tstamps="/"/> 1101 | <tstamps>fe0039ea-2310-48a9-87dc-df71228ecc7f</tstamps> 1102 | </comp> 1103 | <comp ref="R6"> 1104 | <value>100k</value> 1105 | <footprint>Keeb_components:R_0603</footprint> 1106 | <datasheet>~</datasheet> 1107 | <libsource lib="Device" part="R" description="Resistor"/> 1108 | <property name="Sheetname" value=""/> 1109 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1110 | <sheetpath names="/" tstamps="/"/> 1111 | <tstamps>8fe7ce3c-fef4-47f5-90dd-c147378b3ef1</tstamps> 1112 | </comp> 1113 | <comp ref="R7"> 1114 | <value>10k</value> 1115 | <footprint>Keeb_components:R_0603</footprint> 1116 | <datasheet>~</datasheet> 1117 | <libsource lib="Device" part="R" description="Resistor"/> 1118 | <property name="Sheetname" value=""/> 1119 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1120 | <sheetpath names="/" tstamps="/"/> 1121 | <tstamps>0e9d2161-18b4-4807-bb4e-69223012b08e</tstamps> 1122 | </comp> 1123 | <comp ref="R8"> 1124 | <value>2k</value> 1125 | <footprint>Keeb_components:R_0603</footprint> 1126 | <datasheet>~</datasheet> 1127 | <libsource lib="Device" part="R" description="Resistor"/> 1128 | <property name="Sheetname" value=""/> 1129 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1130 | <sheetpath names="/" tstamps="/"/> 1131 | <tstamps>904730e8-c7be-489c-9391-7db87634b00c</tstamps> 1132 | </comp> 1133 | <comp ref="R9"> 1134 | <value>2k</value> 1135 | <footprint>Keeb_components:R_0603</footprint> 1136 | <datasheet>~</datasheet> 1137 | <libsource lib="Device" part="R" description="Resistor"/> 1138 | <property name="Sheetname" value=""/> 1139 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1140 | <sheetpath names="/" tstamps="/"/> 1141 | <tstamps>32c7b888-3978-42b3-bbf4-8738bb4e7090</tstamps> 1142 | </comp> 1143 | <comp ref="RGB1"> 1144 | <value>RGB_6028</value> 1145 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1146 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1147 | <property name="Sheetname" value=""/> 1148 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1149 | <sheetpath names="/" tstamps="/"/> 1150 | <tstamps>8ff72fb1-7aba-4609-9845-520de41cd14b</tstamps> 1151 | </comp> 1152 | <comp ref="RGB2"> 1153 | <value>RGB_6028</value> 1154 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1155 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1156 | <property name="Sheetname" value=""/> 1157 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1158 | <sheetpath names="/" tstamps="/"/> 1159 | <tstamps>9153ee96-c693-49e7-a6a9-03d12efc03a4</tstamps> 1160 | </comp> 1161 | <comp ref="RGB3"> 1162 | <value>RGB_6028</value> 1163 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1164 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1165 | <property name="Sheetname" value=""/> 1166 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1167 | <sheetpath names="/" tstamps="/"/> 1168 | <tstamps>f8948f04-8781-4b9c-9c51-027a63f288c7</tstamps> 1169 | </comp> 1170 | <comp ref="RGB4"> 1171 | <value>RGB_6028</value> 1172 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1173 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1174 | <property name="Sheetname" value=""/> 1175 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1176 | <sheetpath names="/" tstamps="/"/> 1177 | <tstamps>564c9ccf-7268-4abe-8a83-5a2cf4a0bea7</tstamps> 1178 | </comp> 1179 | <comp ref="RGB5"> 1180 | <value>RGB_6028</value> 1181 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1182 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1183 | <property name="Sheetname" value=""/> 1184 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1185 | <sheetpath names="/" tstamps="/"/> 1186 | <tstamps>d70c0692-04e4-42be-bc8c-e898a7ad33f4</tstamps> 1187 | </comp> 1188 | <comp ref="RGB6"> 1189 | <value>RGB_6028</value> 1190 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1191 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1192 | <property name="Sheetname" value=""/> 1193 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1194 | <sheetpath names="/" tstamps="/"/> 1195 | <tstamps>670c88ef-2d76-4858-91aa-26fd90fe41f5</tstamps> 1196 | </comp> 1197 | <comp ref="RGB7"> 1198 | <value>RGB_6028</value> 1199 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1200 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1201 | <property name="Sheetname" value=""/> 1202 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1203 | <sheetpath names="/" tstamps="/"/> 1204 | <tstamps>09f01e25-0111-4f34-a14a-a8bae522add1</tstamps> 1205 | </comp> 1206 | <comp ref="RGB8"> 1207 | <value>RGB_6028</value> 1208 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1209 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1210 | <property name="Sheetname" value=""/> 1211 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1212 | <sheetpath names="/" tstamps="/"/> 1213 | <tstamps>1643411e-4e61-4ed1-ac2a-fec886f7f538</tstamps> 1214 | </comp> 1215 | <comp ref="RGB9"> 1216 | <value>RGB_6028</value> 1217 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1218 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1219 | <property name="Sheetname" value=""/> 1220 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1221 | <sheetpath names="/" tstamps="/"/> 1222 | <tstamps>adf97a55-841e-4431-a8f9-117fc9628a5e</tstamps> 1223 | </comp> 1224 | <comp ref="RGB10"> 1225 | <value>RGB_6028</value> 1226 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1227 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1228 | <property name="Sheetname" value=""/> 1229 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1230 | <sheetpath names="/" tstamps="/"/> 1231 | <tstamps>a182d637-425d-4d6e-8911-c5ef56a8317a</tstamps> 1232 | </comp> 1233 | <comp ref="RGB11"> 1234 | <value>RGB_6028</value> 1235 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1236 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1237 | <property name="Sheetname" value=""/> 1238 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1239 | <sheetpath names="/" tstamps="/"/> 1240 | <tstamps>5a3d8e08-801a-41ba-80ab-2d26c2661c87</tstamps> 1241 | </comp> 1242 | <comp ref="RGB12"> 1243 | <value>RGB_6028</value> 1244 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1245 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1246 | <property name="Sheetname" value=""/> 1247 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1248 | <sheetpath names="/" tstamps="/"/> 1249 | <tstamps>79f2cb5b-84b0-4f5e-aafa-c21ae67b8beb</tstamps> 1250 | </comp> 1251 | <comp ref="RGB13"> 1252 | <value>RGB_6028</value> 1253 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1254 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1255 | <property name="Sheetname" value=""/> 1256 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1257 | <sheetpath names="/" tstamps="/"/> 1258 | <tstamps>2547ad6f-f505-4057-a952-99e1f77cc736</tstamps> 1259 | </comp> 1260 | <comp ref="RGB14"> 1261 | <value>RGB_6028</value> 1262 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1263 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1264 | <property name="Sheetname" value=""/> 1265 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1266 | <sheetpath names="/" tstamps="/"/> 1267 | <tstamps>73656971-db00-4f11-baa1-64c542cd6da0</tstamps> 1268 | </comp> 1269 | <comp ref="RGB15"> 1270 | <value>RGB_6028</value> 1271 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1272 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1273 | <property name="Sheetname" value=""/> 1274 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1275 | <sheetpath names="/" tstamps="/"/> 1276 | <tstamps>52bdc74e-5517-4e2a-94b4-6294add466ee</tstamps> 1277 | </comp> 1278 | <comp ref="RGB16"> 1279 | <value>RGB_6028</value> 1280 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1281 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1282 | <property name="Sheetname" value=""/> 1283 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1284 | <sheetpath names="/" tstamps="/"/> 1285 | <tstamps>e3ab60e8-41ce-4668-ac78-3825b9b12e26</tstamps> 1286 | </comp> 1287 | <comp ref="RGB17"> 1288 | <value>RGB_6028</value> 1289 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1290 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1291 | <property name="Sheetname" value=""/> 1292 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1293 | <sheetpath names="/" tstamps="/"/> 1294 | <tstamps>5fca644c-3b7c-4525-adfb-1bb572b721eb</tstamps> 1295 | </comp> 1296 | <comp ref="RGB18"> 1297 | <value>RGB_6028</value> 1298 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1299 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1300 | <property name="Sheetname" value=""/> 1301 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1302 | <sheetpath names="/" tstamps="/"/> 1303 | <tstamps>5cc9b1b3-74e6-4936-b6f7-51fe2bd1d698</tstamps> 1304 | </comp> 1305 | <comp ref="RGB19"> 1306 | <value>RGB_6028</value> 1307 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1308 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1309 | <property name="Sheetname" value=""/> 1310 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1311 | <sheetpath names="/" tstamps="/"/> 1312 | <tstamps>50f29346-eab1-4e65-8495-7628df0acbe6</tstamps> 1313 | </comp> 1314 | <comp ref="RGB20"> 1315 | <value>RGB_6028</value> 1316 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1317 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1318 | <property name="Sheetname" value=""/> 1319 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1320 | <sheetpath names="/" tstamps="/"/> 1321 | <tstamps>ee931a84-f40b-4d62-b24a-4d3a7ccf1587</tstamps> 1322 | </comp> 1323 | <comp ref="RGB21"> 1324 | <value>RGB_6028</value> 1325 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1326 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1327 | <property name="Sheetname" value=""/> 1328 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1329 | <sheetpath names="/" tstamps="/"/> 1330 | <tstamps>eb6d64b6-7230-4cba-a61b-5776c54f5ead</tstamps> 1331 | </comp> 1332 | <comp ref="RGB22"> 1333 | <value>RGB_6028</value> 1334 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1335 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1336 | <property name="Sheetname" value=""/> 1337 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1338 | <sheetpath names="/" tstamps="/"/> 1339 | <tstamps>c4bae09f-14c9-4784-8b05-e11dbb301f0b</tstamps> 1340 | </comp> 1341 | <comp ref="RGB23"> 1342 | <value>RGB_6028</value> 1343 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1344 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1345 | <property name="Sheetname" value=""/> 1346 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1347 | <sheetpath names="/" tstamps="/"/> 1348 | <tstamps>c340458c-6852-4d1d-b61e-5ddcdd9e42be</tstamps> 1349 | </comp> 1350 | <comp ref="RGB24"> 1351 | <value>RGB_6028</value> 1352 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1353 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1354 | <property name="Sheetname" value=""/> 1355 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1356 | <sheetpath names="/" tstamps="/"/> 1357 | <tstamps>cd12064a-9964-47de-9708-fc8b41e563b9</tstamps> 1358 | </comp> 1359 | <comp ref="RGB26"> 1360 | <value>RGB_6028</value> 1361 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1362 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1363 | <property name="Sheetname" value=""/> 1364 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1365 | <sheetpath names="/" tstamps="/"/> 1366 | <tstamps>52b66630-a8ed-4879-9756-cca4bc6b6735</tstamps> 1367 | </comp> 1368 | <comp ref="RGB27"> 1369 | <value>RGB_6028</value> 1370 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1371 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1372 | <property name="Sheetname" value=""/> 1373 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1374 | <sheetpath names="/" tstamps="/"/> 1375 | <tstamps>52801d0d-9d2b-4588-be1d-ef1b6776964a</tstamps> 1376 | </comp> 1377 | <comp ref="RGB28"> 1378 | <value>RGB_6028</value> 1379 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1380 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1381 | <property name="Sheetname" value=""/> 1382 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1383 | <sheetpath names="/" tstamps="/"/> 1384 | <tstamps>a34c43c8-cb1c-4a1e-9c2b-a3619eb7d73e</tstamps> 1385 | </comp> 1386 | <comp ref="RGB29"> 1387 | <value>RGB_6028</value> 1388 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1389 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1390 | <property name="Sheetname" value=""/> 1391 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1392 | <sheetpath names="/" tstamps="/"/> 1393 | <tstamps>4a7e1ac9-730e-413b-8f64-0922061a82e0</tstamps> 1394 | </comp> 1395 | <comp ref="RGB30"> 1396 | <value>RGB_6028</value> 1397 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1398 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1399 | <property name="Sheetname" value=""/> 1400 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1401 | <sheetpath names="/" tstamps="/"/> 1402 | <tstamps>6b254da0-9712-4ac6-84e8-3b52fe828178</tstamps> 1403 | </comp> 1404 | <comp ref="RGB31"> 1405 | <value>RGB_6028</value> 1406 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1407 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1408 | <property name="Sheetname" value=""/> 1409 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1410 | <sheetpath names="/" tstamps="/"/> 1411 | <tstamps>d17a13f6-fd80-446a-94b4-27da860a910d</tstamps> 1412 | </comp> 1413 | <comp ref="RGB32"> 1414 | <value>RGB_6028</value> 1415 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1416 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1417 | <property name="Sheetname" value=""/> 1418 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1419 | <sheetpath names="/" tstamps="/"/> 1420 | <tstamps>c1a89502-13c2-46b1-9b2e-df7f6e7cb38c</tstamps> 1421 | </comp> 1422 | <comp ref="RGB33"> 1423 | <value>RGB_6028</value> 1424 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1425 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1426 | <property name="Sheetname" value=""/> 1427 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1428 | <sheetpath names="/" tstamps="/"/> 1429 | <tstamps>4ce05db9-16db-4d43-8406-ab0eef97c7b1</tstamps> 1430 | </comp> 1431 | <comp ref="RGB34"> 1432 | <value>RGB_6028</value> 1433 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1434 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1435 | <property name="Sheetname" value=""/> 1436 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1437 | <sheetpath names="/" tstamps="/"/> 1438 | <tstamps>07376be8-6524-4167-b281-707e0c4cec38</tstamps> 1439 | </comp> 1440 | <comp ref="RGB35"> 1441 | <value>RGB_6028</value> 1442 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1443 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1444 | <property name="Sheetname" value=""/> 1445 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1446 | <sheetpath names="/" tstamps="/"/> 1447 | <tstamps>d03008cc-3dd8-4e39-99c3-0314b5bee772</tstamps> 1448 | </comp> 1449 | <comp ref="RGB36"> 1450 | <value>RGB_6028</value> 1451 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1452 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1453 | <property name="Sheetname" value=""/> 1454 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1455 | <sheetpath names="/" tstamps="/"/> 1456 | <tstamps>e3183a99-70b6-4604-8454-3f3a25f94f6a</tstamps> 1457 | </comp> 1458 | <comp ref="RGB37"> 1459 | <value>RGB_6028</value> 1460 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1461 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1462 | <property name="Sheetname" value=""/> 1463 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1464 | <sheetpath names="/" tstamps="/"/> 1465 | <tstamps>5bf4029e-5ac8-45e9-b116-e56084500cdc</tstamps> 1466 | </comp> 1467 | <comp ref="RGB38"> 1468 | <value>RGB_6028</value> 1469 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1470 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1471 | <property name="Sheetname" value=""/> 1472 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1473 | <sheetpath names="/" tstamps="/"/> 1474 | <tstamps>f1dbba94-8981-45f9-9792-b988b5a75265</tstamps> 1475 | </comp> 1476 | <comp ref="RGB39"> 1477 | <value>RGB_6028</value> 1478 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1479 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1480 | <property name="Sheetname" value=""/> 1481 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1482 | <sheetpath names="/" tstamps="/"/> 1483 | <tstamps>56cffe91-a0ee-4dae-9d69-d3e8d9eeb088</tstamps> 1484 | </comp> 1485 | <comp ref="RGB40"> 1486 | <value>RGB_6028</value> 1487 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1488 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1489 | <property name="Sheetname" value=""/> 1490 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1491 | <sheetpath names="/" tstamps="/"/> 1492 | <tstamps>40ef61cd-f8c9-4d8b-ad7f-a3a3a6af4b6a</tstamps> 1493 | </comp> 1494 | <comp ref="RGB41"> 1495 | <value>RGB_6028</value> 1496 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1497 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1498 | <property name="Sheetname" value=""/> 1499 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1500 | <sheetpath names="/" tstamps="/"/> 1501 | <tstamps>1586794b-3d79-46e2-991d-74a5bd052d0f</tstamps> 1502 | </comp> 1503 | <comp ref="RGB42"> 1504 | <value>RGB_6028</value> 1505 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1506 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1507 | <property name="Sheetname" value=""/> 1508 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1509 | <sheetpath names="/" tstamps="/"/> 1510 | <tstamps>3ce95b53-b2b9-4ba0-85d1-0c05bb0e134a</tstamps> 1511 | </comp> 1512 | <comp ref="RGB43"> 1513 | <value>RGB_6028</value> 1514 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1515 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1516 | <property name="Sheetname" value=""/> 1517 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1518 | <sheetpath names="/" tstamps="/"/> 1519 | <tstamps>fe2b49af-9ce3-4192-872a-4fbcd501a9e1</tstamps> 1520 | </comp> 1521 | <comp ref="RGB45"> 1522 | <value>RGB_6028</value> 1523 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1524 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1525 | <property name="Sheetname" value=""/> 1526 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1527 | <sheetpath names="/" tstamps="/"/> 1528 | <tstamps>076c7e99-45b2-447f-a21f-ae3f1016f6ee</tstamps> 1529 | </comp> 1530 | <comp ref="RGB47"> 1531 | <value>RGB_6028</value> 1532 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1533 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1534 | <property name="Sheetname" value=""/> 1535 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1536 | <sheetpath names="/" tstamps="/"/> 1537 | <tstamps>368bc813-ec48-42d3-b4c6-ff79a3d4c33b</tstamps> 1538 | </comp> 1539 | <comp ref="RGB49"> 1540 | <value>RGB_6028</value> 1541 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1542 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1543 | <property name="Sheetname" value=""/> 1544 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1545 | <sheetpath names="/" tstamps="/"/> 1546 | <tstamps>6e06e36f-4f79-4fca-bc8c-88e76e2c46c8</tstamps> 1547 | </comp> 1548 | <comp ref="RGB50"> 1549 | <value>RGB_6028</value> 1550 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1551 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1552 | <property name="Sheetname" value=""/> 1553 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1554 | <sheetpath names="/" tstamps="/"/> 1555 | <tstamps>4a8ee4ff-3185-4c8c-9726-f0bd6226ec09</tstamps> 1556 | </comp> 1557 | <comp ref="RGB51"> 1558 | <value>RGB_6028</value> 1559 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1560 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1561 | <property name="Sheetname" value=""/> 1562 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1563 | <sheetpath names="/" tstamps="/"/> 1564 | <tstamps>8e117482-c07c-4b7f-9c4f-9ead4d025382</tstamps> 1565 | </comp> 1566 | <comp ref="RGB52"> 1567 | <value>RGB_6028</value> 1568 | <footprint>Keeb_components:SMD6028RBGC</footprint> 1569 | <libsource lib="keyboard_parts" part="RGB_6028" description=""/> 1570 | <property name="Sheetname" value=""/> 1571 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1572 | <sheetpath names="/" tstamps="/"/> 1573 | <tstamps>2f58597a-04d6-4260-9390-310fa4ab3b00</tstamps> 1574 | </comp> 1575 | <comp ref="S1"> 1576 | <value>SCREW</value> 1577 | <footprint>footprints:Vortex_Core_screw</footprint> 1578 | <libsource lib="Connector_Generic" part="Conn_01x01" description="Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"/> 1579 | <property name="Sheetname" value=""/> 1580 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1581 | <sheetpath names="/" tstamps="/"/> 1582 | <tstamps>00000000-0000-0000-0000-000059be785f</tstamps> 1583 | </comp> 1584 | <comp ref="S2"> 1585 | <value>SCREW</value> 1586 | <footprint>footprints:Vortex_Core_screw</footprint> 1587 | <libsource lib="Connector_Generic" part="Conn_01x01" description="Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"/> 1588 | <property name="Sheetname" value=""/> 1589 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1590 | <sheetpath names="/" tstamps="/"/> 1591 | <tstamps>00000000-0000-0000-0000-000059be7f38</tstamps> 1592 | </comp> 1593 | <comp ref="S3"> 1594 | <value>SCREW</value> 1595 | <footprint>footprints:Vortex_Core_screw</footprint> 1596 | <libsource lib="Connector_Generic" part="Conn_01x01" description="Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"/> 1597 | <property name="Sheetname" value=""/> 1598 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1599 | <sheetpath names="/" tstamps="/"/> 1600 | <tstamps>00000000-0000-0000-0000-000059be81c1</tstamps> 1601 | </comp> 1602 | <comp ref="S4"> 1603 | <value>SCREW</value> 1604 | <footprint>footprints:Vortex_Core_screw</footprint> 1605 | <libsource lib="Connector_Generic" part="Conn_01x01" description="Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"/> 1606 | <property name="Sheetname" value=""/> 1607 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1608 | <sheetpath names="/" tstamps="/"/> 1609 | <tstamps>00000000-0000-0000-0000-000059be8459</tstamps> 1610 | </comp> 1611 | <comp ref="S5"> 1612 | <value>SCREW</value> 1613 | <footprint>footprints:Vortex_Core_screw</footprint> 1614 | <libsource lib="Connector_Generic" part="Conn_01x01" description="Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"/> 1615 | <property name="Sheetname" value=""/> 1616 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1617 | <sheetpath names="/" tstamps="/"/> 1618 | <tstamps>00000000-0000-0000-0000-000059be86e8</tstamps> 1619 | </comp> 1620 | <comp ref="S6"> 1621 | <value>STANDOFF</value> 1622 | <footprint>footprints:vortex_standoff</footprint> 1623 | <libsource lib="Connector_Generic" part="Conn_01x01" description="Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"/> 1624 | <property name="Sheetname" value=""/> 1625 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1626 | <sheetpath names="/" tstamps="/"/> 1627 | <tstamps>00000000-0000-0000-0000-000059fe8943</tstamps> 1628 | </comp> 1629 | <comp ref="U1"> 1630 | <value>ATmega32U4</value> 1631 | <footprint>Keeb_components:ATMEGA32U4-MU</footprint> 1632 | <libsource lib="atmel" part="ATmega32U4" description=""/> 1633 | <property name="Sheetname" value=""/> 1634 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1635 | <sheetpath names="/" tstamps="/"/> 1636 | <tstamps>29ef142d-d2e4-40e3-bf47-ea7c02213e89</tstamps> 1637 | </comp> 1638 | <comp ref="U2"> 1639 | <value>USBLC6-2SC6</value> 1640 | <footprint>Keeb_components:USBLC6-2SC6</footprint> 1641 | <libsource lib="keyboard_parts" part="USBLC6-2SC6" description=""/> 1642 | <property name="Sheetname" value=""/> 1643 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1644 | <sheetpath names="/" tstamps="/"/> 1645 | <tstamps>00000000-0000-0000-0000-00005c6e811b</tstamps> 1646 | </comp> 1647 | <comp ref="U3"> 1648 | <value>IS31FL3733-QF</value> 1649 | <footprint>Package_DFN_QFN:QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm</footprint> 1650 | <datasheet>http://www.issi.com/WW/pdf/IS31FL3733.pdf</datasheet> 1651 | <libsource lib="Driver_LED" part="IS31FL3733-QF" description="12x16 LED matrix driver with 8-bit PWM and breathing, QFN-48"/> 1652 | <property name="Sheetname" value=""/> 1653 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1654 | <sheetpath names="/" tstamps="/"/> 1655 | <tstamps>bff4e0b7-5cd9-45ab-abb6-6180db9abcf8</tstamps> 1656 | </comp> 1657 | <comp ref="X1"> 1658 | <value>16mhz</value> 1659 | <footprint>Keeb_components:Resonator_SMD_muRata_CSTNExxV-3Pin-p1.2</footprint> 1660 | <libsource lib="keyboard_parts" part="XTAL_GND" description=""/> 1661 | <property name="Sheetname" value=""/> 1662 | <property name="Sheetfile" value="atom47-rev5.kicad_sch"/> 1663 | <sheetpath names="/" tstamps="/"/> 1664 | <tstamps>00000000-0000-0000-0000-0000596fbf5c</tstamps> 1665 | </comp> 1666 | </components> 1667 | <libparts> 1668 | <libpart lib="Connector_Generic" part="Conn_01x01"> 1669 | <description>Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)</description> 1670 | <docs>~</docs> 1671 | <footprints> 1672 | <fp>Connector*:*_1x??_*</fp> 1673 | </footprints> 1674 | <fields> 1675 | <field name="Reference">J</field> 1676 | <field name="Value">Conn_01x01</field> 1677 | <field name="Datasheet">~</field> 1678 | </fields> 1679 | <pins> 1680 | <pin num="1" name="Pin_1" type="passive"/> 1681 | </pins> 1682 | </libpart> 1683 | <libpart lib="Connector_Generic" part="Conn_02x03_Odd_Even"> 1684 | <description>Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)</description> 1685 | <docs>~</docs> 1686 | <footprints> 1687 | <fp>Connector*:*_2x??_*</fp> 1688 | </footprints> 1689 | <fields> 1690 | <field name="Reference">J</field> 1691 | <field name="Value">Conn_02x03_Odd_Even</field> 1692 | <field name="Datasheet">~</field> 1693 | </fields> 1694 | <pins> 1695 | <pin num="1" name="Pin_1" type="passive"/> 1696 | <pin num="2" name="Pin_2" type="passive"/> 1697 | <pin num="3" name="Pin_3" type="passive"/> 1698 | <pin num="4" name="Pin_4" type="passive"/> 1699 | <pin num="5" name="Pin_5" type="passive"/> 1700 | <pin num="6" name="Pin_6" type="passive"/> 1701 | </pins> 1702 | </libpart> 1703 | <libpart lib="Device" part="C"> 1704 | <description>Unpolarized capacitor</description> 1705 | <docs>~</docs> 1706 | <footprints> 1707 | <fp>C_*</fp> 1708 | </footprints> 1709 | <fields> 1710 | <field name="Reference">C</field> 1711 | <field name="Value">C</field> 1712 | <field name="Datasheet">~</field> 1713 | </fields> 1714 | <pins> 1715 | <pin num="1" name="~" type="passive"/> 1716 | <pin num="2" name="~" type="passive"/> 1717 | </pins> 1718 | </libpart> 1719 | <libpart lib="Device" part="C_Polarized"> 1720 | <description>Polarized capacitor</description> 1721 | <docs>~</docs> 1722 | <footprints> 1723 | <fp>CP_*</fp> 1724 | </footprints> 1725 | <fields> 1726 | <field name="Reference">C</field> 1727 | <field name="Value">C_Polarized</field> 1728 | <field name="Datasheet">~</field> 1729 | </fields> 1730 | <pins> 1731 | <pin num="1" name="~" type="passive"/> 1732 | <pin num="2" name="~" type="passive"/> 1733 | </pins> 1734 | </libpart> 1735 | <libpart lib="Device" part="D_ALT"> 1736 | <description>Diode, filled shape</description> 1737 | <docs>~</docs> 1738 | <footprints> 1739 | <fp>TO-???*</fp> 1740 | <fp>*_Diode_*</fp> 1741 | <fp>*SingleDiode*</fp> 1742 | <fp>D_*</fp> 1743 | </footprints> 1744 | <fields> 1745 | <field name="Reference">D</field> 1746 | <field name="Value">D_ALT</field> 1747 | <field name="Datasheet">~</field> 1748 | </fields> 1749 | <pins> 1750 | <pin num="1" name="K" type="passive"/> 1751 | <pin num="2" name="A" type="passive"/> 1752 | </pins> 1753 | </libpart> 1754 | <libpart lib="Device" part="Jumper"> 1755 | <description>Jumper, normally closed</description> 1756 | <docs>~</docs> 1757 | <footprints> 1758 | <fp>SolderJumper*</fp> 1759 | <fp>Jumper*</fp> 1760 | <fp>TestPoint*2Pads*</fp> 1761 | <fp>TestPoint*Bridge*</fp> 1762 | </footprints> 1763 | <fields> 1764 | <field name="Reference">JP</field> 1765 | <field name="Value">Jumper</field> 1766 | <field name="Datasheet">~</field> 1767 | </fields> 1768 | <pins> 1769 | <pin num="1" name="1" type="passive"/> 1770 | <pin num="2" name="2" type="passive"/> 1771 | </pins> 1772 | </libpart> 1773 | <libpart lib="Device" part="Polyfuse_Small"> 1774 | <description>Resettable fuse, polymeric positive temperature coefficient, small symbol</description> 1775 | <docs>~</docs> 1776 | <footprints> 1777 | <fp>*polyfuse*</fp> 1778 | <fp>*PTC*</fp> 1779 | </footprints> 1780 | <fields> 1781 | <field name="Reference">F</field> 1782 | <field name="Value">Polyfuse_Small</field> 1783 | <field name="Datasheet">~</field> 1784 | </fields> 1785 | <pins> 1786 | <pin num="1" name="~" type="passive"/> 1787 | <pin num="2" name="~" type="passive"/> 1788 | </pins> 1789 | </libpart> 1790 | <libpart lib="Device" part="R"> 1791 | <description>Resistor</description> 1792 | <docs>~</docs> 1793 | <footprints> 1794 | <fp>R_*</fp> 1795 | </footprints> 1796 | <fields> 1797 | <field name="Reference">R</field> 1798 | <field name="Value">R</field> 1799 | <field name="Datasheet">~</field> 1800 | </fields> 1801 | <pins> 1802 | <pin num="1" name="~" type="passive"/> 1803 | <pin num="2" name="~" type="passive"/> 1804 | </pins> 1805 | </libpart> 1806 | <libpart lib="Driver_LED" part="IS31FL3733-QF"> 1807 | <description>12x16 LED matrix driver with 8-bit PWM and breathing, QFN-48</description> 1808 | <docs>http://www.issi.com/WW/pdf/IS31FL3733.pdf</docs> 1809 | <footprints> 1810 | <fp>QFN*1EP*6x6mm*P0.4mm*</fp> 1811 | </footprints> 1812 | <fields> 1813 | <field name="Reference">U</field> 1814 | <field name="Value">IS31FL3733-QF</field> 1815 | <field name="Footprint">Package_DFN_QFN:QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm</field> 1816 | <field name="Datasheet">http://www.issi.com/WW/pdf/IS31FL3733.pdf</field> 1817 | </fields> 1818 | <pins> 1819 | <pin num="1" name="NC" type="no_connect"/> 1820 | <pin num="2" name="SW1" type="input"/> 1821 | <pin num="3" name="SW2" type="input"/> 1822 | <pin num="4" name="SW3" type="input"/> 1823 | <pin num="5" name="PGND" type="power_in"/> 1824 | <pin num="6" name="SW4" type="input"/> 1825 | <pin num="7" name="SW5" type="input"/> 1826 | <pin num="8" name="SW6" type="input"/> 1827 | <pin num="9" name="SW7" type="input"/> 1828 | <pin num="10" name="SW8" type="input"/> 1829 | <pin num="11" name="SW9" type="input"/> 1830 | <pin num="12" name="PGND" type="passive"/> 1831 | <pin num="13" name="SW10" type="input"/> 1832 | <pin num="14" name="SW11" type="input"/> 1833 | <pin num="15" name="SW12" type="input"/> 1834 | <pin num="16" name="CS1" type="output"/> 1835 | <pin num="17" name="CS2" type="output"/> 1836 | <pin num="18" name="CS3" type="output"/> 1837 | <pin num="19" name="CS4" type="output"/> 1838 | <pin num="20" name="PVCC" type="power_in"/> 1839 | <pin num="21" name="CS5" type="output"/> 1840 | <pin num="22" name="CS6" type="output"/> 1841 | <pin num="23" name="CS7" type="output"/> 1842 | <pin num="24" name="CS8" type="output"/> 1843 | <pin num="25" name="CS9" type="output"/> 1844 | <pin num="26" name="CS10" type="output"/> 1845 | <pin num="27" name="CS11" type="output"/> 1846 | <pin num="28" name="CS12" type="output"/> 1847 | <pin num="29" name="PVCC" type="power_in"/> 1848 | <pin num="30" name="CS13" type="output"/> 1849 | <pin num="31" name="CS14" type="output"/> 1850 | <pin num="32" name="CS15" type="output"/> 1851 | <pin num="33" name="CS16" type="output"/> 1852 | <pin num="34" name="AGND" type="power_in"/> 1853 | <pin num="35" name="RSET" type="passive"/> 1854 | <pin num="36" name="NC" type="no_connect"/> 1855 | <pin num="37" name="AVCC" type="power_in"/> 1856 | <pin num="38" name="DVCC" type="power_in"/> 1857 | <pin num="39" name="VIO" type="input"/> 1858 | <pin num="40" name="SYNC" type="input"/> 1859 | <pin num="41" name="SDA" type="bidirectional"/> 1860 | <pin num="42" name="SCL" type="input"/> 1861 | <pin num="43" name="ADDR1" type="input"/> 1862 | <pin num="44" name="ADDR2" type="input"/> 1863 | <pin num="45" name="~INTB" type="open_collector"/> 1864 | <pin num="46" name="~SDB" type="input"/> 1865 | <pin num="47" name="IICRST" type="input"/> 1866 | <pin num="48" name="GND" type="power_in"/> 1867 | <pin num="49" name="GND" type="passive"/> 1868 | </pins> 1869 | </libpart> 1870 | <libpart lib="atmel" part="ATmega32U4"> 1871 | <footprints> 1872 | <fp>TQFP44</fp> 1873 | <fp>QFN</fp> 1874 | </footprints> 1875 | <fields> 1876 | <field name="Reference">U</field> 1877 | <field name="Value">ATmega32U4</field> 1878 | </fields> 1879 | <pins> 1880 | <pin num="1" name="(INT6/AIN0)PE6" type="input"/> 1881 | <pin num="2" name="UVCC" type="input"/> 1882 | <pin num="3" name="D-" type="input"/> 1883 | <pin num="4" name="D+" type="input"/> 1884 | <pin num="5" name="UGND" type="input"/> 1885 | <pin num="6" name="UCAP" type="input"/> 1886 | <pin num="7" name="VBUS" type="input"/> 1887 | <pin num="8" name="(SS/PCINT0)PB0" type="input"/> 1888 | <pin num="9" name="(SCLK/PCINT1)PB1" type="input"/> 1889 | <pin num="10" name="(PDI/MOSI/PCINT2)PB2" type="input"/> 1890 | <pin num="11" name="(PDO/MISO/PCINT3)PB3" type="input"/> 1891 | <pin num="12" name="(OC0A/OC1C/~RTS~/PCINT7)PB7" type="input"/> 1892 | <pin num="13" name="RESET" type="input"/> 1893 | <pin num="14" name="VCC" type="power_in"/> 1894 | <pin num="15" name="GND" type="power_in"/> 1895 | <pin num="16" name="XTAL2" type="input"/> 1896 | <pin num="17" name="XTAL1" type="input"/> 1897 | <pin num="18" name="(OC0B/SCL/INT0)PD0" type="input"/> 1898 | <pin num="19" name="(SDA/INT1)PD1" type="input"/> 1899 | <pin num="20" name="(RXD/INT2)PD2" type="input"/> 1900 | <pin num="21" name="(TXD/INT3)PD3" type="input"/> 1901 | <pin num="22" name="(XCK1/~CTS~)PD5" type="input"/> 1902 | <pin num="23" name="GND" type="power_in"/> 1903 | <pin num="24" name="AVCC" type="power_in"/> 1904 | <pin num="25" name="(ICP2/ADC8)PD4" type="input"/> 1905 | <pin num="26" name="(T1/~OC4D~/ADC9)PD6" type="input"/> 1906 | <pin num="27" name="(T0/OC4D/ADC10)PD7" type="input"/> 1907 | <pin num="28" name="(ADC11/PCINT4)PB4" type="input"/> 1908 | <pin num="29" name="(ADC12/OC1A/~OC4B~/PCINT12)PB5" type="input"/> 1909 | <pin num="30" name="(ADC13/OC1B/OC4B/PCINT13)PB6" type="input"/> 1910 | <pin num="31" name="(OC3A/~OC4A~)PC6" type="input"/> 1911 | <pin num="32" name="(ICP3/CLK0/OC4A)PC7" type="input"/> 1912 | <pin num="33" name="(~HWB~)PE2" type="input"/> 1913 | <pin num="34" name="VCC" type="power_in"/> 1914 | <pin num="35" name="GND" type="power_in"/> 1915 | <pin num="36" name="(ADC7/TDI)PF7" type="input"/> 1916 | <pin num="37" name="(ADC6/TDO)PF6" type="input"/> 1917 | <pin num="38" name="(ADC5/TMS)PF5" type="input"/> 1918 | <pin num="39" name="(ADC4/TCK)PF4" type="input"/> 1919 | <pin num="40" name="(ADC1)PF1" type="input"/> 1920 | <pin num="41" name="(ADC0)PF0" type="input"/> 1921 | <pin num="42" name="AREF" type="input"/> 1922 | <pin num="43" name="GND" type="power_in"/> 1923 | <pin num="44" name="AVCC" type="power_in"/> 1924 | </pins> 1925 | </libpart> 1926 | <libpart lib="keyboard_parts" part="KEYSW"> 1927 | <fields> 1928 | <field name="Reference">K?</field> 1929 | <field name="Value">KEYSW</field> 1930 | </fields> 1931 | <pins> 1932 | <pin num="1" name="~" type="passive"/> 1933 | <pin num="2" name="~" type="passive"/> 1934 | </pins> 1935 | </libpart> 1936 | <libpart lib="keyboard_parts" part="RGB_6028"> 1937 | <fields> 1938 | <field name="Reference">RGBD</field> 1939 | <field name="Value">RGB_6028</field> 1940 | </fields> 1941 | <pins> 1942 | <pin num="1" name="G" type="output"/> 1943 | <pin num="2" name="R" type="output"/> 1944 | <pin num="3" name="B" type="output"/> 1945 | <pin num="4" name="VCC" type="power_in"/> 1946 | </pins> 1947 | </libpart> 1948 | <libpart lib="keyboard_parts" part="USBLC6-2SC6"> 1949 | <fields> 1950 | <field name="Reference">D</field> 1951 | <field name="Value">USBLC6-2SC6</field> 1952 | </fields> 1953 | <pins> 1954 | <pin num="1" name="I/O1" type="passive"/> 1955 | <pin num="2" name="GND" type="power_in"/> 1956 | <pin num="3" name="I/O2" type="passive"/> 1957 | <pin num="4" name="I/O2" type="passive"/> 1958 | <pin num="5" name="VBUS" type="power_in"/> 1959 | <pin num="6" name="I/O1" type="passive"/> 1960 | </pins> 1961 | </libpart> 1962 | <libpart lib="keyboard_parts" part="USB_mini_micro_B"> 1963 | <fields> 1964 | <field name="Reference">J</field> 1965 | <field name="Value">USB_mini_micro_B</field> 1966 | </fields> 1967 | <pins> 1968 | <pin num="1" name="VUSB" type="power_out"/> 1969 | <pin num="2" name="D-" type="bidirectional"/> 1970 | <pin num="3" name="D+" type="bidirectional"/> 1971 | <pin num="4" name="ID" type="input"/> 1972 | <pin num="5" name="GND" type="power_out"/> 1973 | <pin num="6" name="SHIELD" type="input"/> 1974 | </pins> 1975 | </libpart> 1976 | <libpart lib="keyboard_parts" part="XTAL_GND"> 1977 | <fields> 1978 | <field name="Reference">X</field> 1979 | <field name="Value">XTAL_GND</field> 1980 | </fields> 1981 | <pins> 1982 | <pin num="1" name="1" type="passive"/> 1983 | <pin num="2" name="2" type="passive"/> 1984 | <pin num="3" name="~" type="passive"/> 1985 | </pins> 1986 | </libpart> 1987 | </libparts> 1988 | <libraries> 1989 | <library logical="Connector_Generic"> 1990 | <uri>C:\Program Files\KiCad\share\kicad\library/Connector_Generic.kicad_sym</uri> 1991 | </library> 1992 | <library logical="Device"> 1993 | <uri>C:\Program Files\KiCad\share\kicad\library/Device.kicad_sym</uri> 1994 | </library> 1995 | <library logical="Driver_LED"> 1996 | <uri>C:/Program Files/KiCad/share/kicad/library/Driver_LED.kicad_sym</uri> 1997 | </library> 1998 | <library logical="atmel"> 1999 | <uri>G:/Libraries/atmel.kicad_sym</uri> 2000 | </library> 2001 | <library logical="keyboard_parts"> 2002 | <uri>G:/Libraries/keyboard_parts.kicad_sym</uri> 2003 | </library> 2004 | </libraries> 2005 | <nets> 2006 | <net code="1" name="+5V"> 2007 | <node ref="C10" pin="1" pintype="passive"/> 2008 | <node ref="C11" pin="1" pintype="passive"/> 2009 | <node ref="C12" pin="1" pintype="passive"/> 2010 | <node ref="C6" pin="1" pintype="passive"/> 2011 | <node ref="C7" pin="1" pintype="passive"/> 2012 | <node ref="C8" pin="1" pintype="passive"/> 2013 | <node ref="C9" pin="1" pintype="passive"/> 2014 | <node ref="F2" pin="1" pintype="passive"/> 2015 | <node ref="R7" pin="2" pintype="passive"/> 2016 | <node ref="U3" pin="20" pinfunction="PVCC" pintype="power_in"/> 2017 | <node ref="U3" pin="29" pinfunction="PVCC" pintype="power_in"/> 2018 | <node ref="U3" pin="37" pinfunction="AVCC" pintype="power_in"/> 2019 | <node ref="U3" pin="38" pinfunction="DVCC" pintype="power_in"/> 2020 | </net> 2021 | <net code="2" name="CS1"> 2022 | <node ref="RGB1" pin="4" pinfunction="VCC" pintype="power_in"/> 2023 | <node ref="RGB14" pin="4" pinfunction="VCC" pintype="power_in"/> 2024 | <node ref="RGB27" pin="4" pinfunction="VCC" pintype="power_in"/> 2025 | <node ref="RGB40" pin="4" pinfunction="VCC" pintype="power_in"/> 2026 | <node ref="U3" pin="16" pinfunction="CS1" pintype="output"/> 2027 | </net> 2028 | <net code="3" name="CS2"> 2029 | <node ref="RGB15" pin="4" pinfunction="VCC" pintype="power_in"/> 2030 | <node ref="RGB2" pin="4" pinfunction="VCC" pintype="power_in"/> 2031 | <node ref="RGB28" pin="4" pinfunction="VCC" pintype="power_in"/> 2032 | <node ref="RGB41" pin="4" pinfunction="VCC" pintype="power_in"/> 2033 | <node ref="U3" pin="17" pinfunction="CS2" pintype="output"/> 2034 | </net> 2035 | <net code="4" name="CS3"> 2036 | <node ref="RGB16" pin="4" pinfunction="VCC" pintype="power_in"/> 2037 | <node ref="RGB29" pin="4" pinfunction="VCC" pintype="power_in"/> 2038 | <node ref="RGB3" pin="4" pinfunction="VCC" pintype="power_in"/> 2039 | <node ref="RGB42" pin="4" pinfunction="VCC" pintype="power_in"/> 2040 | <node ref="U3" pin="18" pinfunction="CS3" pintype="output"/> 2041 | </net> 2042 | <net code="5" name="CS4"> 2043 | <node ref="RGB17" pin="4" pinfunction="VCC" pintype="power_in"/> 2044 | <node ref="RGB30" pin="4" pinfunction="VCC" pintype="power_in"/> 2045 | <node ref="RGB4" pin="4" pinfunction="VCC" pintype="power_in"/> 2046 | <node ref="RGB43" pin="4" pinfunction="VCC" pintype="power_in"/> 2047 | <node ref="U3" pin="19" pinfunction="CS4" pintype="output"/> 2048 | </net> 2049 | <net code="6" name="CS5"> 2050 | <node ref="RGB18" pin="4" pinfunction="VCC" pintype="power_in"/> 2051 | <node ref="RGB31" pin="4" pinfunction="VCC" pintype="power_in"/> 2052 | <node ref="RGB5" pin="4" pinfunction="VCC" pintype="power_in"/> 2053 | <node ref="U3" pin="21" pinfunction="CS5" pintype="output"/> 2054 | </net> 2055 | <net code="7" name="CS6"> 2056 | <node ref="RGB19" pin="4" pinfunction="VCC" pintype="power_in"/> 2057 | <node ref="RGB32" pin="4" pinfunction="VCC" pintype="power_in"/> 2058 | <node ref="RGB45" pin="4" pinfunction="VCC" pintype="power_in"/> 2059 | <node ref="RGB6" pin="4" pinfunction="VCC" pintype="power_in"/> 2060 | <node ref="U3" pin="22" pinfunction="CS6" pintype="output"/> 2061 | </net> 2062 | <net code="8" name="CS7"> 2063 | <node ref="RGB20" pin="4" pinfunction="VCC" pintype="power_in"/> 2064 | <node ref="RGB33" pin="4" pinfunction="VCC" pintype="power_in"/> 2065 | <node ref="RGB7" pin="4" pinfunction="VCC" pintype="power_in"/> 2066 | <node ref="U3" pin="23" pinfunction="CS7" pintype="output"/> 2067 | </net> 2068 | <net code="9" name="CS8"> 2069 | <node ref="RGB21" pin="4" pinfunction="VCC" pintype="power_in"/> 2070 | <node ref="RGB34" pin="4" pinfunction="VCC" pintype="power_in"/> 2071 | <node ref="RGB47" pin="4" pinfunction="VCC" pintype="power_in"/> 2072 | <node ref="RGB8" pin="4" pinfunction="VCC" pintype="power_in"/> 2073 | <node ref="U3" pin="24" pinfunction="CS8" pintype="output"/> 2074 | </net> 2075 | <net code="10" name="CS9"> 2076 | <node ref="RGB22" pin="4" pinfunction="VCC" pintype="power_in"/> 2077 | <node ref="RGB35" pin="4" pinfunction="VCC" pintype="power_in"/> 2078 | <node ref="RGB9" pin="4" pinfunction="VCC" pintype="power_in"/> 2079 | <node ref="U3" pin="25" pinfunction="CS9" pintype="output"/> 2080 | </net> 2081 | <net code="11" name="CS10"> 2082 | <node ref="RGB10" pin="4" pinfunction="VCC" pintype="power_in"/> 2083 | <node ref="RGB23" pin="4" pinfunction="VCC" pintype="power_in"/> 2084 | <node ref="RGB36" pin="4" pinfunction="VCC" pintype="power_in"/> 2085 | <node ref="RGB49" pin="4" pinfunction="VCC" pintype="power_in"/> 2086 | <node ref="U3" pin="26" pinfunction="CS10" pintype="output"/> 2087 | </net> 2088 | <net code="12" name="CS11"> 2089 | <node ref="RGB11" pin="4" pinfunction="VCC" pintype="power_in"/> 2090 | <node ref="RGB24" pin="4" pinfunction="VCC" pintype="power_in"/> 2091 | <node ref="RGB37" pin="4" pinfunction="VCC" pintype="power_in"/> 2092 | <node ref="RGB50" pin="4" pinfunction="VCC" pintype="power_in"/> 2093 | <node ref="U3" pin="27" pinfunction="CS11" pintype="output"/> 2094 | </net> 2095 | <net code="13" name="CS12"> 2096 | <node ref="RGB12" pin="4" pinfunction="VCC" pintype="power_in"/> 2097 | <node ref="RGB38" pin="4" pinfunction="VCC" pintype="power_in"/> 2098 | <node ref="RGB51" pin="4" pinfunction="VCC" pintype="power_in"/> 2099 | <node ref="U3" pin="28" pinfunction="CS12" pintype="output"/> 2100 | </net> 2101 | <net code="14" name="CS13"> 2102 | <node ref="RGB13" pin="4" pinfunction="VCC" pintype="power_in"/> 2103 | <node ref="RGB26" pin="4" pinfunction="VCC" pintype="power_in"/> 2104 | <node ref="RGB39" pin="4" pinfunction="VCC" pintype="power_in"/> 2105 | <node ref="RGB52" pin="4" pinfunction="VCC" pintype="power_in"/> 2106 | <node ref="U3" pin="30" pinfunction="CS13" pintype="output"/> 2107 | </net> 2108 | <net code="15" name="D+"> 2109 | <node ref="R1" pin="1" pintype="passive"/> 2110 | <node ref="U2" pin="4" pinfunction="I/O2" pintype="passive"/> 2111 | </net> 2112 | <net code="16" name="D-"> 2113 | <node ref="R2" pin="1" pintype="passive"/> 2114 | <node ref="U2" pin="6" pinfunction="I/O1" pintype="passive"/> 2115 | </net> 2116 | <net code="17" name="GND"> 2117 | <node ref="C1" pin="2" pintype="passive"/> 2118 | <node ref="C10" pin="2" pintype="passive"/> 2119 | <node ref="C11" pin="2" pintype="passive"/> 2120 | <node ref="C12" pin="2" pintype="passive"/> 2121 | <node ref="C13" pin="1" pintype="passive"/> 2122 | <node ref="C2" pin="2" pintype="passive"/> 2123 | <node ref="C3" pin="2" pintype="passive"/> 2124 | <node ref="C4" pin="2" pintype="passive"/> 2125 | <node ref="C5" pin="2" pintype="passive"/> 2126 | <node ref="C6" pin="2" pintype="passive"/> 2127 | <node ref="C7" pin="2" pintype="passive"/> 2128 | <node ref="C8" pin="2" pintype="passive"/> 2129 | <node ref="C9" pin="2" pintype="passive"/> 2130 | <node ref="J1" pin="5" pinfunction="GND" pintype="power_out"/> 2131 | <node ref="J1" pin="6" pinfunction="SHIELD" pintype="input"/> 2132 | <node ref="J2" pin="6" pinfunction="Pin_6" pintype="passive"/> 2133 | <node ref="JP1" pin="1" pinfunction="1" pintype="passive"/> 2134 | <node ref="R4" pin="2" pintype="passive"/> 2135 | <node ref="R5" pin="2" pintype="passive"/> 2136 | <node ref="R6" pin="2" pintype="passive"/> 2137 | <node ref="S1" pin="1" pinfunction="Pin_1" pintype="passive"/> 2138 | <node ref="S2" pin="1" pinfunction="Pin_1" pintype="passive"/> 2139 | <node ref="S3" pin="1" pinfunction="Pin_1" pintype="passive"/> 2140 | <node ref="S4" pin="1" pinfunction="Pin_1" pintype="passive"/> 2141 | <node ref="S5" pin="1" pinfunction="Pin_1" pintype="passive"/> 2142 | <node ref="S6" pin="1" pinfunction="Pin_1" pintype="passive"/> 2143 | <node ref="U1" pin="15" pinfunction="GND" pintype="power_in"/> 2144 | <node ref="U1" pin="23" pinfunction="GND" pintype="power_in"/> 2145 | <node ref="U1" pin="35" pinfunction="GND" pintype="power_in"/> 2146 | <node ref="U1" pin="43" pinfunction="GND" pintype="power_in"/> 2147 | <node ref="U1" pin="6" pinfunction="UCAP" pintype="input"/> 2148 | <node ref="U2" pin="2" pinfunction="GND" pintype="power_in"/> 2149 | <node ref="U3" pin="12" pinfunction="PGND" pintype="passive"/> 2150 | <node ref="U3" pin="34" pinfunction="AGND" pintype="power_in"/> 2151 | <node ref="U3" pin="43" pinfunction="ADDR1" pintype="input"/> 2152 | <node ref="U3" pin="44" pinfunction="ADDR2" pintype="input"/> 2153 | <node ref="U3" pin="48" pinfunction="GND" pintype="power_in"/> 2154 | <node ref="U3" pin="49" pinfunction="GND" pintype="passive"/> 2155 | <node ref="U3" pin="5" pinfunction="PGND" pintype="power_in"/> 2156 | <node ref="X1" pin="3" pintype="passive"/> 2157 | </net> 2158 | <net code="18" name="MISO"> 2159 | <node ref="D27" pin="1" pinfunction="K" pintype="passive"/> 2160 | <node ref="D29" pin="1" pinfunction="K" pintype="passive"/> 2161 | <node ref="D30" pin="1" pinfunction="K" pintype="passive"/> 2162 | <node ref="D31" pin="1" pinfunction="K" pintype="passive"/> 2163 | <node ref="D32" pin="1" pinfunction="K" pintype="passive"/> 2164 | <node ref="D33" pin="1" pinfunction="K" pintype="passive"/> 2165 | <node ref="D34" pin="1" pinfunction="K" pintype="passive"/> 2166 | <node ref="D35" pin="1" pinfunction="K" pintype="passive"/> 2167 | <node ref="D36" pin="1" pinfunction="K" pintype="passive"/> 2168 | <node ref="D37" pin="1" pinfunction="K" pintype="passive"/> 2169 | <node ref="D38" pin="1" pinfunction="K" pintype="passive"/> 2170 | <node ref="D39" pin="1" pinfunction="K" pintype="passive"/> 2171 | <node ref="J2" pin="1" pinfunction="Pin_1" pintype="passive"/> 2172 | <node ref="U1" pin="11" pinfunction="(PDO/MISO/PCINT3)PB3" pintype="input"/> 2173 | </net> 2174 | <net code="19" name="MOSI"> 2175 | <node ref="D14" pin="1" pinfunction="K" pintype="passive"/> 2176 | <node ref="D15" pin="1" pinfunction="K" pintype="passive"/> 2177 | <node ref="D16" pin="1" pinfunction="K" pintype="passive"/> 2178 | <node ref="D17" pin="1" pinfunction="K" pintype="passive"/> 2179 | <node ref="D18" pin="1" pinfunction="K" pintype="passive"/> 2180 | <node ref="D19" pin="1" pinfunction="K" pintype="passive"/> 2181 | <node ref="D20" pin="1" pinfunction="K" pintype="passive"/> 2182 | <node ref="D21" pin="1" pinfunction="K" pintype="passive"/> 2183 | <node ref="D22" pin="1" pinfunction="K" pintype="passive"/> 2184 | <node ref="D23" pin="1" pinfunction="K" pintype="passive"/> 2185 | <node ref="D24" pin="1" pinfunction="K" pintype="passive"/> 2186 | <node ref="D26" pin="1" pinfunction="K" pintype="passive"/> 2187 | <node ref="J2" pin="4" pinfunction="Pin_4" pintype="passive"/> 2188 | <node ref="U1" pin="10" pinfunction="(PDI/MOSI/PCINT2)PB2" pintype="input"/> 2189 | </net> 2190 | <net code="20" name="Net-(C5-Pad1)"> 2191 | <node ref="C5" pin="1" pintype="passive"/> 2192 | <node ref="U1" pin="5" pinfunction="UGND" pintype="input"/> 2193 | </net> 2194 | <net code="21" name="Net-(D1-Pad2)"> 2195 | <node ref="D1" pin="2" pinfunction="A" pintype="passive"/> 2196 | <node ref="K1" pin="1" pintype="passive"/> 2197 | </net> 2198 | <net code="22" name="Net-(D2-Pad2)"> 2199 | <node ref="D2" pin="2" pinfunction="A" pintype="passive"/> 2200 | <node ref="K2" pin="1" pintype="passive"/> 2201 | </net> 2202 | <net code="23" name="Net-(D3-Pad2)"> 2203 | <node ref="D3" pin="2" pinfunction="A" pintype="passive"/> 2204 | <node ref="K3" pin="1" pintype="passive"/> 2205 | </net> 2206 | <net code="24" name="Net-(D4-Pad2)"> 2207 | <node ref="D4" pin="2" pinfunction="A" pintype="passive"/> 2208 | <node ref="K4" pin="1" pintype="passive"/> 2209 | </net> 2210 | <net code="25" name="Net-(D5-Pad2)"> 2211 | <node ref="D5" pin="2" pinfunction="A" pintype="passive"/> 2212 | <node ref="K5" pin="1" pintype="passive"/> 2213 | </net> 2214 | <net code="26" name="Net-(D6-Pad2)"> 2215 | <node ref="D6" pin="2" pinfunction="A" pintype="passive"/> 2216 | <node ref="K6" pin="1" pintype="passive"/> 2217 | </net> 2218 | <net code="27" name="Net-(D7-Pad2)"> 2219 | <node ref="D7" pin="2" pinfunction="A" pintype="passive"/> 2220 | <node ref="K7" pin="1" pintype="passive"/> 2221 | </net> 2222 | <net code="28" name="Net-(D8-Pad2)"> 2223 | <node ref="D8" pin="2" pinfunction="A" pintype="passive"/> 2224 | <node ref="K8" pin="1" pintype="passive"/> 2225 | </net> 2226 | <net code="29" name="Net-(D9-Pad2)"> 2227 | <node ref="D9" pin="2" pinfunction="A" pintype="passive"/> 2228 | <node ref="K9" pin="1" pintype="passive"/> 2229 | </net> 2230 | <net code="30" name="Net-(D10-Pad2)"> 2231 | <node ref="D10" pin="2" pinfunction="A" pintype="passive"/> 2232 | <node ref="K10" pin="1" pintype="passive"/> 2233 | </net> 2234 | <net code="31" name="Net-(D11-Pad2)"> 2235 | <node ref="D11" pin="2" pinfunction="A" pintype="passive"/> 2236 | <node ref="K11" pin="1" pintype="passive"/> 2237 | </net> 2238 | <net code="32" name="Net-(D12-Pad2)"> 2239 | <node ref="D12" pin="2" pinfunction="A" pintype="passive"/> 2240 | <node ref="K12" pin="1" pintype="passive"/> 2241 | </net> 2242 | <net code="33" name="Net-(D13-Pad2)"> 2243 | <node ref="D13" pin="2" pinfunction="A" pintype="passive"/> 2244 | <node ref="K13" pin="2" pintype="passive"/> 2245 | </net> 2246 | <net code="34" name="Net-(D14-Pad2)"> 2247 | <node ref="D14" pin="2" pinfunction="A" pintype="passive"/> 2248 | <node ref="K14" pin="1" pintype="passive"/> 2249 | </net> 2250 | <net code="35" name="Net-(D15-Pad2)"> 2251 | <node ref="D15" pin="2" pinfunction="A" pintype="passive"/> 2252 | <node ref="K15" pin="1" pintype="passive"/> 2253 | </net> 2254 | <net code="36" name="Net-(D16-Pad2)"> 2255 | <node ref="D16" pin="2" pinfunction="A" pintype="passive"/> 2256 | <node ref="K16" pin="1" pintype="passive"/> 2257 | </net> 2258 | <net code="37" name="Net-(D17-Pad2)"> 2259 | <node ref="D17" pin="2" pinfunction="A" pintype="passive"/> 2260 | <node ref="K17" pin="1" pintype="passive"/> 2261 | </net> 2262 | <net code="38" name="Net-(D18-Pad2)"> 2263 | <node ref="D18" pin="2" pinfunction="A" pintype="passive"/> 2264 | <node ref="K18" pin="1" pintype="passive"/> 2265 | </net> 2266 | <net code="39" name="Net-(D19-Pad2)"> 2267 | <node ref="D19" pin="2" pinfunction="A" pintype="passive"/> 2268 | <node ref="K19" pin="1" pintype="passive"/> 2269 | </net> 2270 | <net code="40" name="Net-(D20-Pad2)"> 2271 | <node ref="D20" pin="2" pinfunction="A" pintype="passive"/> 2272 | <node ref="K20" pin="1" pintype="passive"/> 2273 | </net> 2274 | <net code="41" name="Net-(D21-Pad2)"> 2275 | <node ref="D21" pin="2" pinfunction="A" pintype="passive"/> 2276 | <node ref="K21" pin="1" pintype="passive"/> 2277 | </net> 2278 | <net code="42" name="Net-(D22-Pad2)"> 2279 | <node ref="D22" pin="2" pinfunction="A" pintype="passive"/> 2280 | <node ref="K22" pin="1" pintype="passive"/> 2281 | </net> 2282 | <net code="43" name="Net-(D23-Pad2)"> 2283 | <node ref="D23" pin="2" pinfunction="A" pintype="passive"/> 2284 | <node ref="K23" pin="1" pintype="passive"/> 2285 | </net> 2286 | <net code="44" name="Net-(D24-Pad2)"> 2287 | <node ref="D24" pin="2" pinfunction="A" pintype="passive"/> 2288 | <node ref="K24" pin="1" pintype="passive"/> 2289 | </net> 2290 | <net code="45" name="Net-(D26-Pad2)"> 2291 | <node ref="D26" pin="2" pinfunction="A" pintype="passive"/> 2292 | <node ref="K26" pin="2" pintype="passive"/> 2293 | </net> 2294 | <net code="46" name="Net-(D27-Pad2)"> 2295 | <node ref="D27" pin="2" pinfunction="A" pintype="passive"/> 2296 | <node ref="K27" pin="1" pintype="passive"/> 2297 | </net> 2298 | <net code="47" name="Net-(D29-Pad2)"> 2299 | <node ref="D29" pin="2" pinfunction="A" pintype="passive"/> 2300 | <node ref="K29" pin="1" pintype="passive"/> 2301 | </net> 2302 | <net code="48" name="Net-(D30-Pad2)"> 2303 | <node ref="D30" pin="2" pinfunction="A" pintype="passive"/> 2304 | <node ref="K30" pin="1" pintype="passive"/> 2305 | </net> 2306 | <net code="49" name="Net-(D31-Pad2)"> 2307 | <node ref="D31" pin="2" pinfunction="A" pintype="passive"/> 2308 | <node ref="K31" pin="1" pintype="passive"/> 2309 | </net> 2310 | <net code="50" name="Net-(D32-Pad2)"> 2311 | <node ref="D32" pin="2" pinfunction="A" pintype="passive"/> 2312 | <node ref="K32" pin="1" pintype="passive"/> 2313 | </net> 2314 | <net code="51" name="Net-(D33-Pad2)"> 2315 | <node ref="D33" pin="2" pinfunction="A" pintype="passive"/> 2316 | <node ref="K33" pin="1" pintype="passive"/> 2317 | </net> 2318 | <net code="52" name="Net-(D34-Pad2)"> 2319 | <node ref="D34" pin="2" pinfunction="A" pintype="passive"/> 2320 | <node ref="K34" pin="1" pintype="passive"/> 2321 | </net> 2322 | <net code="53" name="Net-(D35-Pad2)"> 2323 | <node ref="D35" pin="2" pinfunction="A" pintype="passive"/> 2324 | <node ref="K35" pin="1" pintype="passive"/> 2325 | </net> 2326 | <net code="54" name="Net-(D36-Pad2)"> 2327 | <node ref="D36" pin="2" pinfunction="A" pintype="passive"/> 2328 | <node ref="K36" pin="1" pintype="passive"/> 2329 | </net> 2330 | <net code="55" name="Net-(D37-Pad2)"> 2331 | <node ref="D37" pin="2" pinfunction="A" pintype="passive"/> 2332 | <node ref="K37" pin="1" pintype="passive"/> 2333 | </net> 2334 | <net code="56" name="Net-(D38-Pad2)"> 2335 | <node ref="D38" pin="2" pinfunction="A" pintype="passive"/> 2336 | <node ref="K38" pin="1" pintype="passive"/> 2337 | <node ref="K38-1" pin="1" pintype="passive"/> 2338 | </net> 2339 | <net code="57" name="Net-(D39-Pad2)"> 2340 | <node ref="D39" pin="2" pinfunction="A" pintype="passive"/> 2341 | <node ref="K39" pin="2" pintype="passive"/> 2342 | <node ref="K39-1" pin="2" pintype="passive"/> 2343 | </net> 2344 | <net code="58" name="Net-(D40-Pad2)"> 2345 | <node ref="D40" pin="2" pinfunction="A" pintype="passive"/> 2346 | <node ref="K40" pin="1" pintype="passive"/> 2347 | </net> 2348 | <net code="59" name="Net-(D41-Pad2)"> 2349 | <node ref="D41" pin="2" pinfunction="A" pintype="passive"/> 2350 | <node ref="K41" pin="1" pintype="passive"/> 2351 | </net> 2352 | <net code="60" name="Net-(D42-Pad2)"> 2353 | <node ref="D42" pin="2" pinfunction="A" pintype="passive"/> 2354 | <node ref="K42" pin="1" pintype="passive"/> 2355 | </net> 2356 | <net code="61" name="Net-(D43-Pad2)"> 2357 | <node ref="D43" pin="2" pinfunction="A" pintype="passive"/> 2358 | <node ref="K43" pin="1" pintype="passive"/> 2359 | </net> 2360 | <net code="62" name="Net-(D45-Pad2)"> 2361 | <node ref="D45" pin="2" pinfunction="A" pintype="passive"/> 2362 | <node ref="K45" pin="1" pintype="passive"/> 2363 | </net> 2364 | <net code="63" name="Net-(D47-Pad2)"> 2365 | <node ref="D47" pin="2" pinfunction="A" pintype="passive"/> 2366 | <node ref="K47" pin="1" pintype="passive"/> 2367 | </net> 2368 | <net code="64" name="Net-(D49-Pad2)"> 2369 | <node ref="D49" pin="2" pinfunction="A" pintype="passive"/> 2370 | <node ref="K49" pin="1" pintype="passive"/> 2371 | </net> 2372 | <net code="65" name="Net-(D50-Pad2)"> 2373 | <node ref="D50" pin="2" pinfunction="A" pintype="passive"/> 2374 | <node ref="K50" pin="1" pintype="passive"/> 2375 | </net> 2376 | <net code="66" name="Net-(D51-Pad2)"> 2377 | <node ref="D51" pin="2" pinfunction="A" pintype="passive"/> 2378 | <node ref="K51" pin="1" pintype="passive"/> 2379 | </net> 2380 | <net code="67" name="Net-(D52-Pad2)"> 2381 | <node ref="D52" pin="2" pinfunction="A" pintype="passive"/> 2382 | <node ref="K52" pin="2" pintype="passive"/> 2383 | </net> 2384 | <net code="68" name="Net-(J1-Pad2)"> 2385 | <node ref="J1" pin="2" pinfunction="D-" pintype="bidirectional"/> 2386 | <node ref="U2" pin="1" pinfunction="I/O1" pintype="passive"/> 2387 | </net> 2388 | <net code="69" name="Net-(J1-Pad3)"> 2389 | <node ref="J1" pin="3" pinfunction="D+" pintype="bidirectional"/> 2390 | <node ref="U2" pin="3" pinfunction="I/O2" pintype="passive"/> 2391 | </net> 2392 | <net code="70" name="Net-(R1-Pad2)"> 2393 | <node ref="R1" pin="2" pintype="passive"/> 2394 | <node ref="U1" pin="4" pinfunction="D+" pintype="input"/> 2395 | </net> 2396 | <net code="71" name="Net-(R2-Pad2)"> 2397 | <node ref="R2" pin="2" pintype="passive"/> 2398 | <node ref="U1" pin="3" pinfunction="D-" pintype="input"/> 2399 | </net> 2400 | <net code="72" name="Net-(R4-Pad1)"> 2401 | <node ref="R4" pin="1" pintype="passive"/> 2402 | <node ref="U1" pin="33" pinfunction="(~HWB~)PE2" pintype="input"/> 2403 | </net> 2404 | <net code="73" name="Net-(R5-Pad1)"> 2405 | <node ref="R5" pin="1" pintype="passive"/> 2406 | <node ref="U3" pin="35" pinfunction="RSET" pintype="passive"/> 2407 | </net> 2408 | <net code="74" name="Net-(R6-Pad1)"> 2409 | <node ref="R6" pin="1" pintype="passive"/> 2410 | <node ref="U3" pin="47" pinfunction="IICRST" pintype="input"/> 2411 | </net> 2412 | <net code="75" name="Net-(R7-Pad1)"> 2413 | <node ref="R7" pin="1" pintype="passive"/> 2414 | <node ref="U3" pin="46" pinfunction="~SDB" pintype="input"/> 2415 | </net> 2416 | <net code="76" name="Net-(U1-Pad16)"> 2417 | <node ref="U1" pin="16" pinfunction="XTAL2" pintype="input"/> 2418 | <node ref="X1" pin="2" pinfunction="2" pintype="passive"/> 2419 | </net> 2420 | <net code="77" name="Net-(U1-Pad17)"> 2421 | <node ref="U1" pin="17" pinfunction="XTAL1" pintype="input"/> 2422 | <node ref="X1" pin="1" pinfunction="1" pintype="passive"/> 2423 | </net> 2424 | <net code="78" name="RST"> 2425 | <node ref="J2" pin="5" pinfunction="Pin_5" pintype="passive"/> 2426 | <node ref="JP1" pin="2" pinfunction="2" pintype="passive"/> 2427 | <node ref="R3" pin="2" pintype="passive"/> 2428 | <node ref="U1" pin="13" pinfunction="RESET" pintype="input"/> 2429 | </net> 2430 | <net code="79" name="SCK"> 2431 | <node ref="D1" pin="1" pinfunction="K" pintype="passive"/> 2432 | <node ref="D10" pin="1" pinfunction="K" pintype="passive"/> 2433 | <node ref="D11" pin="1" pinfunction="K" pintype="passive"/> 2434 | <node ref="D12" pin="1" pinfunction="K" pintype="passive"/> 2435 | <node ref="D13" pin="1" pinfunction="K" pintype="passive"/> 2436 | <node ref="D2" pin="1" pinfunction="K" pintype="passive"/> 2437 | <node ref="D3" pin="1" pinfunction="K" pintype="passive"/> 2438 | <node ref="D4" pin="1" pinfunction="K" pintype="passive"/> 2439 | <node ref="D5" pin="1" pinfunction="K" pintype="passive"/> 2440 | <node ref="D6" pin="1" pinfunction="K" pintype="passive"/> 2441 | <node ref="D7" pin="1" pinfunction="K" pintype="passive"/> 2442 | <node ref="D8" pin="1" pinfunction="K" pintype="passive"/> 2443 | <node ref="D9" pin="1" pinfunction="K" pintype="passive"/> 2444 | <node ref="J2" pin="3" pinfunction="Pin_3" pintype="passive"/> 2445 | <node ref="U1" pin="9" pinfunction="(SCLK/PCINT1)PB1" pintype="input"/> 2446 | </net> 2447 | <net code="80" name="SCL"> 2448 | <node ref="R8" pin="1" pintype="passive"/> 2449 | <node ref="U1" pin="18" pinfunction="(OC0B/SCL/INT0)PD0" pintype="input"/> 2450 | <node ref="U3" pin="42" pinfunction="SCL" pintype="input"/> 2451 | </net> 2452 | <net code="81" name="SDA"> 2453 | <node ref="R9" pin="1" pintype="passive"/> 2454 | <node ref="U1" pin="19" pinfunction="(SDA/INT1)PD1" pintype="input"/> 2455 | <node ref="U3" pin="41" pinfunction="SDA" pintype="bidirectional"/> 2456 | </net> 2457 | <net code="82" name="SW1"> 2458 | <node ref="RGB1" pin="3" pinfunction="B" pintype="output"/> 2459 | <node ref="RGB10" pin="3" pinfunction="B" pintype="output"/> 2460 | <node ref="RGB11" pin="3" pinfunction="B" pintype="output"/> 2461 | <node ref="RGB12" pin="3" pinfunction="B" pintype="output"/> 2462 | <node ref="RGB13" pin="3" pinfunction="B" pintype="output"/> 2463 | <node ref="RGB2" pin="3" pinfunction="B" pintype="output"/> 2464 | <node ref="RGB3" pin="3" pinfunction="B" pintype="output"/> 2465 | <node ref="RGB4" pin="3" pinfunction="B" pintype="output"/> 2466 | <node ref="RGB5" pin="3" pinfunction="B" pintype="output"/> 2467 | <node ref="RGB6" pin="3" pinfunction="B" pintype="output"/> 2468 | <node ref="RGB7" pin="3" pinfunction="B" pintype="output"/> 2469 | <node ref="RGB8" pin="3" pinfunction="B" pintype="output"/> 2470 | <node ref="RGB9" pin="3" pinfunction="B" pintype="output"/> 2471 | <node ref="U3" pin="2" pinfunction="SW1" pintype="input"/> 2472 | </net> 2473 | <net code="83" name="SW2"> 2474 | <node ref="RGB1" pin="2" pinfunction="R" pintype="output"/> 2475 | <node ref="RGB10" pin="2" pinfunction="R" pintype="output"/> 2476 | <node ref="RGB11" pin="2" pinfunction="R" pintype="output"/> 2477 | <node ref="RGB12" pin="2" pinfunction="R" pintype="output"/> 2478 | <node ref="RGB13" pin="2" pinfunction="R" pintype="output"/> 2479 | <node ref="RGB2" pin="2" pinfunction="R" pintype="output"/> 2480 | <node ref="RGB3" pin="2" pinfunction="R" pintype="output"/> 2481 | <node ref="RGB4" pin="2" pinfunction="R" pintype="output"/> 2482 | <node ref="RGB5" pin="2" pinfunction="R" pintype="output"/> 2483 | <node ref="RGB6" pin="2" pinfunction="R" pintype="output"/> 2484 | <node ref="RGB7" pin="2" pinfunction="R" pintype="output"/> 2485 | <node ref="RGB8" pin="2" pinfunction="R" pintype="output"/> 2486 | <node ref="RGB9" pin="2" pinfunction="R" pintype="output"/> 2487 | <node ref="U3" pin="3" pinfunction="SW2" pintype="input"/> 2488 | </net> 2489 | <net code="84" name="SW3"> 2490 | <node ref="RGB1" pin="1" pinfunction="G" pintype="output"/> 2491 | <node ref="RGB10" pin="1" pinfunction="G" pintype="output"/> 2492 | <node ref="RGB11" pin="1" pinfunction="G" pintype="output"/> 2493 | <node ref="RGB12" pin="1" pinfunction="G" pintype="output"/> 2494 | <node ref="RGB13" pin="1" pinfunction="G" pintype="output"/> 2495 | <node ref="RGB2" pin="1" pinfunction="G" pintype="output"/> 2496 | <node ref="RGB3" pin="1" pinfunction="G" pintype="output"/> 2497 | <node ref="RGB4" pin="1" pinfunction="G" pintype="output"/> 2498 | <node ref="RGB5" pin="1" pinfunction="G" pintype="output"/> 2499 | <node ref="RGB6" pin="1" pinfunction="G" pintype="output"/> 2500 | <node ref="RGB7" pin="1" pinfunction="G" pintype="output"/> 2501 | <node ref="RGB8" pin="1" pinfunction="G" pintype="output"/> 2502 | <node ref="RGB9" pin="1" pinfunction="G" pintype="output"/> 2503 | <node ref="U3" pin="4" pinfunction="SW3" pintype="input"/> 2504 | </net> 2505 | <net code="85" name="SW4"> 2506 | <node ref="RGB14" pin="3" pinfunction="B" pintype="output"/> 2507 | <node ref="RGB15" pin="3" pinfunction="B" pintype="output"/> 2508 | <node ref="RGB16" pin="3" pinfunction="B" pintype="output"/> 2509 | <node ref="RGB17" pin="3" pinfunction="B" pintype="output"/> 2510 | <node ref="RGB18" pin="3" pinfunction="B" pintype="output"/> 2511 | <node ref="RGB19" pin="3" pinfunction="B" pintype="output"/> 2512 | <node ref="RGB20" pin="3" pinfunction="B" pintype="output"/> 2513 | <node ref="RGB21" pin="3" pinfunction="B" pintype="output"/> 2514 | <node ref="RGB22" pin="3" pinfunction="B" pintype="output"/> 2515 | <node ref="RGB23" pin="3" pinfunction="B" pintype="output"/> 2516 | <node ref="RGB24" pin="3" pinfunction="B" pintype="output"/> 2517 | <node ref="RGB26" pin="3" pinfunction="B" pintype="output"/> 2518 | <node ref="U3" pin="6" pinfunction="SW4" pintype="input"/> 2519 | </net> 2520 | <net code="86" name="SW5"> 2521 | <node ref="RGB14" pin="2" pinfunction="R" pintype="output"/> 2522 | <node ref="RGB15" pin="2" pinfunction="R" pintype="output"/> 2523 | <node ref="RGB16" pin="2" pinfunction="R" pintype="output"/> 2524 | <node ref="RGB17" pin="2" pinfunction="R" pintype="output"/> 2525 | <node ref="RGB18" pin="2" pinfunction="R" pintype="output"/> 2526 | <node ref="RGB19" pin="2" pinfunction="R" pintype="output"/> 2527 | <node ref="RGB20" pin="2" pinfunction="R" pintype="output"/> 2528 | <node ref="RGB21" pin="2" pinfunction="R" pintype="output"/> 2529 | <node ref="RGB22" pin="2" pinfunction="R" pintype="output"/> 2530 | <node ref="RGB23" pin="2" pinfunction="R" pintype="output"/> 2531 | <node ref="RGB24" pin="2" pinfunction="R" pintype="output"/> 2532 | <node ref="RGB26" pin="2" pinfunction="R" pintype="output"/> 2533 | <node ref="U3" pin="7" pinfunction="SW5" pintype="input"/> 2534 | </net> 2535 | <net code="87" name="SW6"> 2536 | <node ref="RGB14" pin="1" pinfunction="G" pintype="output"/> 2537 | <node ref="RGB15" pin="1" pinfunction="G" pintype="output"/> 2538 | <node ref="RGB16" pin="1" pinfunction="G" pintype="output"/> 2539 | <node ref="RGB17" pin="1" pinfunction="G" pintype="output"/> 2540 | <node ref="RGB18" pin="1" pinfunction="G" pintype="output"/> 2541 | <node ref="RGB19" pin="1" pinfunction="G" pintype="output"/> 2542 | <node ref="RGB20" pin="1" pinfunction="G" pintype="output"/> 2543 | <node ref="RGB21" pin="1" pinfunction="G" pintype="output"/> 2544 | <node ref="RGB22" pin="1" pinfunction="G" pintype="output"/> 2545 | <node ref="RGB23" pin="1" pinfunction="G" pintype="output"/> 2546 | <node ref="RGB24" pin="1" pinfunction="G" pintype="output"/> 2547 | <node ref="RGB26" pin="1" pinfunction="G" pintype="output"/> 2548 | <node ref="U3" pin="8" pinfunction="SW6" pintype="input"/> 2549 | </net> 2550 | <net code="88" name="SW7"> 2551 | <node ref="RGB27" pin="3" pinfunction="B" pintype="output"/> 2552 | <node ref="RGB28" pin="3" pinfunction="B" pintype="output"/> 2553 | <node ref="RGB29" pin="3" pinfunction="B" pintype="output"/> 2554 | <node ref="RGB30" pin="3" pinfunction="B" pintype="output"/> 2555 | <node ref="RGB31" pin="3" pinfunction="B" pintype="output"/> 2556 | <node ref="RGB32" pin="3" pinfunction="B" pintype="output"/> 2557 | <node ref="RGB33" pin="3" pinfunction="B" pintype="output"/> 2558 | <node ref="RGB34" pin="3" pinfunction="B" pintype="output"/> 2559 | <node ref="RGB35" pin="3" pinfunction="B" pintype="output"/> 2560 | <node ref="RGB36" pin="3" pinfunction="B" pintype="output"/> 2561 | <node ref="RGB37" pin="3" pinfunction="B" pintype="output"/> 2562 | <node ref="RGB38" pin="3" pinfunction="B" pintype="output"/> 2563 | <node ref="RGB39" pin="3" pinfunction="B" pintype="output"/> 2564 | <node ref="U3" pin="9" pinfunction="SW7" pintype="input"/> 2565 | </net> 2566 | <net code="89" name="SW8"> 2567 | <node ref="RGB27" pin="2" pinfunction="R" pintype="output"/> 2568 | <node ref="RGB28" pin="2" pinfunction="R" pintype="output"/> 2569 | <node ref="RGB29" pin="2" pinfunction="R" pintype="output"/> 2570 | <node ref="RGB30" pin="2" pinfunction="R" pintype="output"/> 2571 | <node ref="RGB31" pin="2" pinfunction="R" pintype="output"/> 2572 | <node ref="RGB32" pin="2" pinfunction="R" pintype="output"/> 2573 | <node ref="RGB33" pin="2" pinfunction="R" pintype="output"/> 2574 | <node ref="RGB34" pin="2" pinfunction="R" pintype="output"/> 2575 | <node ref="RGB35" pin="2" pinfunction="R" pintype="output"/> 2576 | <node ref="RGB36" pin="2" pinfunction="R" pintype="output"/> 2577 | <node ref="RGB37" pin="2" pinfunction="R" pintype="output"/> 2578 | <node ref="RGB38" pin="2" pinfunction="R" pintype="output"/> 2579 | <node ref="RGB39" pin="2" pinfunction="R" pintype="output"/> 2580 | <node ref="U3" pin="10" pinfunction="SW8" pintype="input"/> 2581 | </net> 2582 | <net code="90" name="SW9"> 2583 | <node ref="RGB27" pin="1" pinfunction="G" pintype="output"/> 2584 | <node ref="RGB28" pin="1" pinfunction="G" pintype="output"/> 2585 | <node ref="RGB29" pin="1" pinfunction="G" pintype="output"/> 2586 | <node ref="RGB30" pin="1" pinfunction="G" pintype="output"/> 2587 | <node ref="RGB31" pin="1" pinfunction="G" pintype="output"/> 2588 | <node ref="RGB32" pin="1" pinfunction="G" pintype="output"/> 2589 | <node ref="RGB33" pin="1" pinfunction="G" pintype="output"/> 2590 | <node ref="RGB34" pin="1" pinfunction="G" pintype="output"/> 2591 | <node ref="RGB35" pin="1" pinfunction="G" pintype="output"/> 2592 | <node ref="RGB36" pin="1" pinfunction="G" pintype="output"/> 2593 | <node ref="RGB37" pin="1" pinfunction="G" pintype="output"/> 2594 | <node ref="RGB38" pin="1" pinfunction="G" pintype="output"/> 2595 | <node ref="RGB39" pin="1" pinfunction="G" pintype="output"/> 2596 | <node ref="U3" pin="11" pinfunction="SW9" pintype="input"/> 2597 | </net> 2598 | <net code="91" name="SW10"> 2599 | <node ref="RGB40" pin="3" pinfunction="B" pintype="output"/> 2600 | <node ref="RGB41" pin="3" pinfunction="B" pintype="output"/> 2601 | <node ref="RGB42" pin="3" pinfunction="B" pintype="output"/> 2602 | <node ref="RGB43" pin="3" pinfunction="B" pintype="output"/> 2603 | <node ref="RGB45" pin="3" pinfunction="B" pintype="output"/> 2604 | <node ref="RGB47" pin="3" pinfunction="B" pintype="output"/> 2605 | <node ref="RGB49" pin="3" pinfunction="B" pintype="output"/> 2606 | <node ref="RGB50" pin="3" pinfunction="B" pintype="output"/> 2607 | <node ref="RGB51" pin="3" pinfunction="B" pintype="output"/> 2608 | <node ref="RGB52" pin="3" pinfunction="B" pintype="output"/> 2609 | <node ref="U3" pin="13" pinfunction="SW10" pintype="input"/> 2610 | </net> 2611 | <net code="92" name="SW11"> 2612 | <node ref="RGB40" pin="2" pinfunction="R" pintype="output"/> 2613 | <node ref="RGB41" pin="2" pinfunction="R" pintype="output"/> 2614 | <node ref="RGB42" pin="2" pinfunction="R" pintype="output"/> 2615 | <node ref="RGB43" pin="2" pinfunction="R" pintype="output"/> 2616 | <node ref="RGB45" pin="2" pinfunction="R" pintype="output"/> 2617 | <node ref="RGB47" pin="2" pinfunction="R" pintype="output"/> 2618 | <node ref="RGB49" pin="2" pinfunction="R" pintype="output"/> 2619 | <node ref="RGB50" pin="2" pinfunction="R" pintype="output"/> 2620 | <node ref="RGB51" pin="2" pinfunction="R" pintype="output"/> 2621 | <node ref="RGB52" pin="2" pinfunction="R" pintype="output"/> 2622 | <node ref="U3" pin="14" pinfunction="SW11" pintype="input"/> 2623 | </net> 2624 | <net code="93" name="SW12"> 2625 | <node ref="RGB40" pin="1" pinfunction="G" pintype="output"/> 2626 | <node ref="RGB41" pin="1" pinfunction="G" pintype="output"/> 2627 | <node ref="RGB42" pin="1" pinfunction="G" pintype="output"/> 2628 | <node ref="RGB43" pin="1" pinfunction="G" pintype="output"/> 2629 | <node ref="RGB45" pin="1" pinfunction="G" pintype="output"/> 2630 | <node ref="RGB47" pin="1" pinfunction="G" pintype="output"/> 2631 | <node ref="RGB49" pin="1" pinfunction="G" pintype="output"/> 2632 | <node ref="RGB50" pin="1" pinfunction="G" pintype="output"/> 2633 | <node ref="RGB51" pin="1" pinfunction="G" pintype="output"/> 2634 | <node ref="RGB52" pin="1" pinfunction="G" pintype="output"/> 2635 | <node ref="U3" pin="15" pinfunction="SW12" pintype="input"/> 2636 | </net> 2637 | <net code="94" name="VBUS"> 2638 | <node ref="F1" pin="2" pintype="passive"/> 2639 | <node ref="F2" pin="2" pintype="passive"/> 2640 | <node ref="J1" pin="1" pinfunction="VUSB" pintype="power_out"/> 2641 | <node ref="U2" pin="5" pinfunction="VBUS" pintype="power_in"/> 2642 | </net> 2643 | <net code="95" name="VCC"> 2644 | <node ref="C1" pin="1" pintype="passive"/> 2645 | <node ref="C13" pin="2" pintype="passive"/> 2646 | <node ref="C2" pin="1" pintype="passive"/> 2647 | <node ref="C3" pin="1" pintype="passive"/> 2648 | <node ref="C4" pin="1" pintype="passive"/> 2649 | <node ref="F1" pin="1" pintype="passive"/> 2650 | <node ref="J2" pin="2" pinfunction="Pin_2" pintype="passive"/> 2651 | <node ref="R3" pin="1" pintype="passive"/> 2652 | <node ref="R8" pin="2" pintype="passive"/> 2653 | <node ref="R9" pin="2" pintype="passive"/> 2654 | <node ref="U1" pin="14" pinfunction="VCC" pintype="power_in"/> 2655 | <node ref="U1" pin="2" pinfunction="UVCC" pintype="input"/> 2656 | <node ref="U1" pin="24" pinfunction="AVCC" pintype="power_in"/> 2657 | <node ref="U1" pin="34" pinfunction="VCC" pintype="power_in"/> 2658 | <node ref="U1" pin="44" pinfunction="AVCC" pintype="power_in"/> 2659 | <node ref="U1" pin="7" pinfunction="VBUS" pintype="input"/> 2660 | <node ref="U3" pin="39" pinfunction="VIO" pintype="input"/> 2661 | </net> 2662 | <net code="96" name="col0"> 2663 | <node ref="K1" pin="2" pintype="passive"/> 2664 | <node ref="K14" pin="2" pintype="passive"/> 2665 | <node ref="K27" pin="2" pintype="passive"/> 2666 | <node ref="K40" pin="2" pintype="passive"/> 2667 | <node ref="U1" pin="41" pinfunction="(ADC0)PF0" pintype="input"/> 2668 | </net> 2669 | <net code="97" name="col1"> 2670 | <node ref="K15" pin="2" pintype="passive"/> 2671 | <node ref="K2" pin="2" pintype="passive"/> 2672 | <node ref="K41" pin="2" pintype="passive"/> 2673 | <node ref="U1" pin="40" pinfunction="(ADC1)PF1" pintype="input"/> 2674 | </net> 2675 | <net code="98" name="col2"> 2676 | <node ref="K16" pin="2" pintype="passive"/> 2677 | <node ref="K29" pin="2" pintype="passive"/> 2678 | <node ref="K3" pin="2" pintype="passive"/> 2679 | <node ref="K42" pin="2" pintype="passive"/> 2680 | <node ref="U1" pin="39" pinfunction="(ADC4/TCK)PF4" pintype="input"/> 2681 | </net> 2682 | <net code="99" name="col3"> 2683 | <node ref="K17" pin="2" pintype="passive"/> 2684 | <node ref="K30" pin="2" pintype="passive"/> 2685 | <node ref="K4" pin="2" pintype="passive"/> 2686 | <node ref="K43" pin="2" pintype="passive"/> 2687 | <node ref="U1" pin="38" pinfunction="(ADC5/TMS)PF5" pintype="input"/> 2688 | </net> 2689 | <net code="100" name="col4"> 2690 | <node ref="K18" pin="2" pintype="passive"/> 2691 | <node ref="K31" pin="2" pintype="passive"/> 2692 | <node ref="K5" pin="2" pintype="passive"/> 2693 | <node ref="U1" pin="37" pinfunction="(ADC6/TDO)PF6" pintype="input"/> 2694 | </net> 2695 | <net code="101" name="col5"> 2696 | <node ref="K19" pin="2" pintype="passive"/> 2697 | <node ref="K32" pin="2" pintype="passive"/> 2698 | <node ref="K45" pin="2" pintype="passive"/> 2699 | <node ref="K6" pin="2" pintype="passive"/> 2700 | <node ref="U1" pin="36" pinfunction="(ADC7/TDI)PF7" pintype="input"/> 2701 | </net> 2702 | <net code="102" name="col6"> 2703 | <node ref="K20" pin="2" pintype="passive"/> 2704 | <node ref="K33" pin="2" pintype="passive"/> 2705 | <node ref="K7" pin="2" pintype="passive"/> 2706 | <node ref="U1" pin="1" pinfunction="(INT6/AIN0)PE6" pintype="input"/> 2707 | </net> 2708 | <net code="103" name="col7"> 2709 | <node ref="K21" pin="2" pintype="passive"/> 2710 | <node ref="K34" pin="2" pintype="passive"/> 2711 | <node ref="K47" pin="2" pintype="passive"/> 2712 | <node ref="K8" pin="2" pintype="passive"/> 2713 | <node ref="U1" pin="27" pinfunction="(T0/OC4D/ADC10)PD7" pintype="input"/> 2714 | </net> 2715 | <net code="104" name="col8"> 2716 | <node ref="K22" pin="2" pintype="passive"/> 2717 | <node ref="K35" pin="2" pintype="passive"/> 2718 | <node ref="K9" pin="2" pintype="passive"/> 2719 | <node ref="U1" pin="28" pinfunction="(ADC11/PCINT4)PB4" pintype="input"/> 2720 | </net> 2721 | <net code="105" name="col9"> 2722 | <node ref="K10" pin="2" pintype="passive"/> 2723 | <node ref="K23" pin="2" pintype="passive"/> 2724 | <node ref="K36" pin="2" pintype="passive"/> 2725 | <node ref="K49" pin="2" pintype="passive"/> 2726 | <node ref="U1" pin="29" pinfunction="(ADC12/OC1A/~OC4B~/PCINT12)PB5" pintype="input"/> 2727 | </net> 2728 | <net code="106" name="col10"> 2729 | <node ref="K11" pin="2" pintype="passive"/> 2730 | <node ref="K24" pin="2" pintype="passive"/> 2731 | <node ref="K37" pin="2" pintype="passive"/> 2732 | <node ref="K50" pin="2" pintype="passive"/> 2733 | <node ref="U1" pin="30" pinfunction="(ADC13/OC1B/OC4B/PCINT13)PB6" pintype="input"/> 2734 | </net> 2735 | <net code="107" name="col11"> 2736 | <node ref="K12" pin="2" pintype="passive"/> 2737 | <node ref="K38" pin="2" pintype="passive"/> 2738 | <node ref="K38-1" pin="2" pintype="passive"/> 2739 | <node ref="K51" pin="2" pintype="passive"/> 2740 | <node ref="U1" pin="31" pinfunction="(OC3A/~OC4A~)PC6" pintype="input"/> 2741 | </net> 2742 | <net code="108" name="col12"> 2743 | <node ref="K13" pin="1" pintype="passive"/> 2744 | <node ref="K26" pin="1" pintype="passive"/> 2745 | <node ref="K39" pin="1" pintype="passive"/> 2746 | <node ref="K39-1" pin="1" pintype="passive"/> 2747 | <node ref="K52" pin="1" pintype="passive"/> 2748 | <node ref="U1" pin="32" pinfunction="(ICP3/CLK0/OC4A)PC7" pintype="input"/> 2749 | </net> 2750 | <net code="109" name="row3"> 2751 | <node ref="D40" pin="1" pinfunction="K" pintype="passive"/> 2752 | <node ref="D41" pin="1" pinfunction="K" pintype="passive"/> 2753 | <node ref="D42" pin="1" pinfunction="K" pintype="passive"/> 2754 | <node ref="D43" pin="1" pinfunction="K" pintype="passive"/> 2755 | <node ref="D45" pin="1" pinfunction="K" pintype="passive"/> 2756 | <node ref="D47" pin="1" pinfunction="K" pintype="passive"/> 2757 | <node ref="D49" pin="1" pinfunction="K" pintype="passive"/> 2758 | <node ref="D50" pin="1" pinfunction="K" pintype="passive"/> 2759 | <node ref="D51" pin="1" pinfunction="K" pintype="passive"/> 2760 | <node ref="D52" pin="1" pinfunction="K" pintype="passive"/> 2761 | <node ref="U1" pin="25" pinfunction="(ICP2/ADC8)PD4" pintype="input"/> 2762 | </net> 2763 | <net code="110" name="unconnected-(J1-Pad4)"> 2764 | <node ref="J1" pin="4" pinfunction="ID" pintype="input+no_connect"/> 2765 | </net> 2766 | <net code="111" name="unconnected-(U1-Pad8)"> 2767 | <node ref="U1" pin="8" pinfunction="(SS/PCINT0)PB0" pintype="input"/> 2768 | </net> 2769 | <net code="112" name="unconnected-(U1-Pad12)"> 2770 | <node ref="U1" pin="12" pinfunction="(OC0A/OC1C/~RTS~/PCINT7)PB7" pintype="input"/> 2771 | </net> 2772 | <net code="113" name="unconnected-(U1-Pad20)"> 2773 | <node ref="U1" pin="20" pinfunction="(RXD/INT2)PD2" pintype="input"/> 2774 | </net> 2775 | <net code="114" name="unconnected-(U1-Pad21)"> 2776 | <node ref="U1" pin="21" pinfunction="(TXD/INT3)PD3" pintype="input"/> 2777 | </net> 2778 | <net code="115" name="unconnected-(U1-Pad22)"> 2779 | <node ref="U1" pin="22" pinfunction="(XCK1/~CTS~)PD5" pintype="input"/> 2780 | </net> 2781 | <net code="116" name="unconnected-(U1-Pad26)"> 2782 | <node ref="U1" pin="26" pinfunction="(T1/~OC4D~/ADC9)PD6" pintype="input"/> 2783 | </net> 2784 | <net code="117" name="unconnected-(U1-Pad42)"> 2785 | <node ref="U1" pin="42" pinfunction="AREF" pintype="input+no_connect"/> 2786 | </net> 2787 | <net code="118" name="unconnected-(U3-Pad1)"> 2788 | <node ref="U3" pin="1" pinfunction="NC" pintype="no_connect"/> 2789 | </net> 2790 | <net code="119" name="unconnected-(U3-Pad31)"> 2791 | <node ref="U3" pin="31" pinfunction="CS14" pintype="output+no_connect"/> 2792 | </net> 2793 | <net code="120" name="unconnected-(U3-Pad32)"> 2794 | <node ref="U3" pin="32" pinfunction="CS15" pintype="output+no_connect"/> 2795 | </net> 2796 | <net code="121" name="unconnected-(U3-Pad33)"> 2797 | <node ref="U3" pin="33" pinfunction="CS16" pintype="output+no_connect"/> 2798 | </net> 2799 | <net code="122" name="unconnected-(U3-Pad36)"> 2800 | <node ref="U3" pin="36" pinfunction="NC" pintype="no_connect"/> 2801 | </net> 2802 | <net code="123" name="unconnected-(U3-Pad40)"> 2803 | <node ref="U3" pin="40" pinfunction="SYNC" pintype="input+no_connect"/> 2804 | </net> 2805 | <net code="124" name="unconnected-(U3-Pad45)"> 2806 | <node ref="U3" pin="45" pinfunction="~INTB" pintype="open_collector+no_connect"/> 2807 | </net> 2808 | </nets> 2809 | </export> 2810 | -------------------------------------------------------------------------------- /footprints.pretty/DF14-20P-1.25H.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "DF14-20P-1.25H" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 61A17416) 4 | (attr smd) 5 | (fp_text reference "REF**" (at 0 -3 unlocked) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp 1aed2637-318d-4d32-bfa9-3bef45f811f2) 8 | ) 9 | (fp_text value "DF14-20P-1.25H" (at 0 -6.2 unlocked) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp aadb7e68-94a8-42a9-8b16-8ff3f927a272) 12 | ) 13 | (fp_text user "REF**" (at 0 -3 unlocked) (layer "F.Fab") 14 | (effects (font (size 1 1) (thickness 0.15))) 15 | (tstamp e23af2da-8717-4cdf-9b03-923b59e6796d) 16 | ) 17 | (fp_line (start 14.975 -5.25) (end 14.975 0.45) (layer "Dwgs.User") (width 0.12) (tstamp 4195da02-52b4-48f1-901b-73c5f406e14a)) 18 | (fp_line (start -14.975 -5.25) (end -14.975 0.45) (layer "Dwgs.User") (width 0.12) (tstamp 75e6169a-658c-449f-902c-e1a323ea2676)) 19 | (fp_line (start -14.975 -5.25) (end 14.975 -5.25) (layer "Dwgs.User") (width 0.12) (tstamp dfb5bd42-8a82-4660-bf52-8645e9b8fa86)) 20 | (fp_line (start 14.975 0.45) (end -14.975 0.45) (layer "Dwgs.User") (width 0.12) (tstamp e1988074-cc58-449a-a3a6-88a436a707cc)) 21 | (pad "" smd rect (at -14.275 -4) (size 2 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 04af66d9-7911-40a8-8c13-d44fc5268da9)) 22 | (pad "" smd rect (at 14.275 -4) (size 2 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 09bb5b22-2326-475a-92c8-535ee0aa4a2e)) 23 | (pad "" np_thru_hole circle (at -14.475 0) (size 1.1 1.1) (drill 1.1) (layers F&B.Cu *.Mask) (tstamp 74fe3bfb-5751-4c2b-b371-b92a1699ccee)) 24 | (pad "" np_thru_hole circle (at 14.475 0) (size 1.1 1.1) (drill 1.1) (layers F&B.Cu *.Mask) (tstamp bf5d99a1-7849-4aab-a600-63807b74be83)) 25 | (pad "1" smd rect (at -11.875 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a75bd8dd-ec4b-4b48-b6d3-4adaacd073cb)) 26 | (pad "2" smd rect (at -10.625 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 861b3c7b-20ee-4d25-b2ac-10973caceae6)) 27 | (pad "3" smd rect (at -9.375 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 24afccec-f884-4798-9dec-72355b71118c)) 28 | (pad "4" smd rect (at -8.125 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 30d85f0d-9335-457a-bd50-678b172d87ce)) 29 | (pad "5" smd rect (at -6.875 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 52748024-a74d-49c3-bd36-0940b2472ac9)) 30 | (pad "6" smd rect (at -5.625 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 51d685d5-c532-49e7-8e77-f5157aa3ddf8)) 31 | (pad "7" smd rect (at -4.375 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 73c955c7-f662-44e7-aef3-f08f7554c5de)) 32 | (pad "8" smd rect (at -3.125 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c7a8d212-5835-4190-8f54-06d81aacb7e1)) 33 | (pad "9" smd rect (at -1.875 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp ae01037b-c3dd-4080-b09b-c8c3b64a366b)) 34 | (pad "10" smd rect (at -0.625 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 055bc125-52ea-44be-9cc2-491b261862d9)) 35 | (pad "11" smd rect (at 0.625 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp f283b434-c296-42af-a2ab-f8657bc10633)) 36 | (pad "12" smd rect (at 1.875 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 0191f61c-dbcf-4b7c-af6a-74e1852abdfe)) 37 | (pad "13" smd rect (at 3.125 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 8b1c7309-2768-4543-b4b2-8c44870b5e82)) 38 | (pad "14" smd rect (at 4.375 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 4037810b-4e19-40f9-8f54-942d77922522)) 39 | (pad "15" smd rect (at 5.625 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 1e9c41dc-23a8-4238-9530-966fe8c3a5bb)) 40 | (pad "16" smd rect (at 6.875 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp f5f4ffa1-0523-4aac-9faf-720fc6e1257a)) 41 | (pad "17" smd rect (at 8.125 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 190ee6e8-a762-4baf-b6cb-98394d009d79)) 42 | (pad "18" smd rect (at 9.375 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9811a2d5-dac5-48c1-b68b-e517c8d1560c)) 43 | (pad "19" smd rect (at 10.625 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 96c9b189-64b6-4746-a5b3-4c15f4b8ecf1)) 44 | (pad "20" smd rect (at 11.875 1.1) (size 0.7 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a54d88c4-5abd-4103-b2d4-45a63ef96f76)) 45 | (model "${KIPRJMOD}/footprints.pretty/DF14-20P-1.25H.stp" 46 | (offset (xyz -34.055 1.175 0)) 47 | (scale (xyz 1 1 1)) 48 | (rotate (xyz 0 0 180)) 49 | ) 50 | ) 51 | -------------------------------------------------------------------------------- /footprints.pretty/screw.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "screw" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 61A0B938) 4 | (attr smd) 5 | (fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS") hide 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp afd0d30e-af26-49d8-bd13-c52f925328c9) 8 | ) 9 | (fp_text value "screw" (at 0 1 unlocked) (layer "F.Fab") hide 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp ca026b2f-b3e5-454c-a812-057727ca980f) 12 | ) 13 | (fp_text user "${REF}" (at 0 2.5 unlocked) (layer "F.Fab") hide 14 | (effects (font (size 1 1) (thickness 0.15))) 15 | (tstamp af7b042f-2c68-472e-b446-34e2ec17ea0b) 16 | ) 17 | (pad "1" thru_hole circle (at 0 0) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) (tstamp 6dde9c8e-54a1-48cc-805b-ad30469ebc80)) 18 | ) 19 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/footprints.pretty")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /manufacturing/FC660C BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evyd13/fc660c-controller/19a832fbc45863008dcf9a2b32890adb255d5205/manufacturing/FC660C BOM.xls -------------------------------------------------------------------------------- /manufacturing/fc660c-bottom-pos.csv: -------------------------------------------------------------------------------- 1 | Ref,Val,Package,PosX,PosY,Rot,Side 2 | "G***","LOGO","logo",-38.876568,-28.500000,180.000000,bottom 3 | "G***","LOGO","oshw",-5.876568,-29.000000,180.000000,bottom 4 | -------------------------------------------------------------------------------- /manufacturing/fc660c-gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evyd13/fc660c-controller/19a832fbc45863008dcf9a2b32890adb255d5205/manufacturing/fc660c-gerber.zip -------------------------------------------------------------------------------- /manufacturing/fc660c-top-pos.csv: -------------------------------------------------------------------------------- 1 | Ref,Val,Package,PosX,PosY,Rot,Side 2 | "C1","0.1u","C_0805",46.500000,-14.500000,0.000000,top 3 | "C2","0.1u","C_0805",46.500000,-20.500000,0.000000,top 4 | "C3","0.1u","C_0805",40.000000,-5.500000,0.000000,top 5 | "C4","0.1u","C_0805",31.000000,-25.000000,180.000000,top 6 | "C5","0.1u","C_0805",25.500000,-11.000000,90.000000,top 7 | "C6","4.7u","C_0805",22.000000,-13.000000,90.000000,top 8 | "C7","1u","C_0805",27.000000,-7.500000,180.000000,top 9 | "C8","4.7n","C_0805",6.500000,-15.800000,0.000000,top 10 | "C9","1u","C_0805",62.000000,-8.500000,0.000000,top 11 | "C10","1u","C_0805",66.000000,-14.000000,-90.000000,top 12 | "F1","Polyfuse_Small","F_0805",18.900000,-16.800000,90.000000,top 13 | "J1","HRO-TYPE-C-31-M-12","HRO-TYPE-C-31-M-12",14.800000,0.650000,0.000000,top 14 | "J2","ISP","isp_standard",51.500000,-7.500000,0.000000,top 15 | "J3","DF14-20P-1.25H","DF14-20P-1.25H",75.900000,-27.550000,180.000000,top 16 | "R1","22","R_0805",12.900000,-16.800000,-90.000000,top 17 | "R2","22","R_0805",15.900000,-16.800000,-90.000000,top 18 | "R3","10k","R_0805",45.500000,-10.000000,0.000000,top 19 | "R4","10k","R_0805",46.500000,-23.000000,0.000000,top 20 | "R5","5.1k","R_0805",18.400000,-11.800000,-90.000000,top 21 | "R6","5.1k","R_0805",10.400000,-11.800000,-90.000000,top 22 | "R7","1M","R_0805",6.500000,-13.300000,180.000000,top 23 | "S1","SCREW","screw",3.300000,-3.350000,0.000000,top 24 | "S2","SCREW","screw",83.200000,-3.350000,0.000000,top 25 | "SW1","SW_PUSH","SW_SPST_TL3342",69.950000,-8.600000,0.000000,top 26 | "U1","ATmega32U4","ATMEGA32U4",35.500000,-16.500000,180.000000,top 27 | "U2","USBLC6-2SC6","USBLC6-2SC6",14.400000,-11.800000,90.000000,top 28 | "U3","XC6206P332MR","SOT-23",62.500000,-12.000000,90.000000,top 29 | "X1","16mhz","Resonator_SMD_muRata_CSTNExxV-3Pin-p1.2",26.500000,-16.000000,90.000000,top 30 | -------------------------------------------------------------------------------- /outline.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | SECTION 3 | 2 4 | HEADER 5 | 9 6 | $INSUNITS 7 | 70 8 | 4 9 | 9 10 | $ACADVER 11 | 1 12 | AC1014 13 | 9 14 | $HANDSEED 15 | 5 16 | FFFF 17 | 0 18 | ENDSEC 19 | 0 20 | SECTION 21 | 2 22 | TABLES 23 | 0 24 | TABLE 25 | 2 26 | VPORT 27 | 5 28 | 8 29 | 100 30 | AcDbSymbolTable 31 | 0 32 | ENDTAB 33 | 0 34 | TABLE 35 | 2 36 | LTYPE 37 | 5 38 | 5 39 | 100 40 | AcDbSymbolTable 41 | 0 42 | LTYPE 43 | 5 44 | 14 45 | 100 46 | AcDbSymbolTableRecord 47 | 100 48 | AcDbLinetypeTableRecord 49 | 2 50 | BYBLOCK 51 | 70 52 | 0 53 | 0 54 | LTYPE 55 | 5 56 | 15 57 | 100 58 | AcDbSymbolTableRecord 59 | 100 60 | AcDbLinetypeTableRecord 61 | 2 62 | BYLAYER 63 | 70 64 | 0 65 | 0 66 | ENDTAB 67 | 0 68 | TABLE 69 | 2 70 | LAYER 71 | 5 72 | 2 73 | 100 74 | AcDbSymbolTable 75 | 70 76 | 2 77 | 0 78 | LAYER 79 | 5 80 | 50 81 | 100 82 | AcDbSymbolTableRecord 83 | 100 84 | AcDbLayerTableRecord 85 | 2 86 | 0 87 | 70 88 | 0 89 | 6 90 | CONTINUOUS 91 | 0 92 | ENDTAB 93 | 0 94 | TABLE 95 | 2 96 | STYLE 97 | 5 98 | 3 99 | 100 100 | AcDbSymbolTable 101 | 70 102 | 1 103 | 0 104 | STYLE 105 | 5 106 | 11 107 | 100 108 | AcDbSymbolTableRecord 109 | 100 110 | AcDbTextStyleTableRecord 111 | 2 112 | STANDARD 113 | 70 114 | 0 115 | 0 116 | ENDTAB 117 | 0 118 | TABLE 119 | 2 120 | VIEW 121 | 5 122 | 6 123 | 100 124 | AcDbSymbolTable 125 | 70 126 | 0 127 | 0 128 | ENDTAB 129 | 0 130 | TABLE 131 | 2 132 | UCS 133 | 5 134 | 7 135 | 100 136 | AcDbSymbolTable 137 | 70 138 | 0 139 | 0 140 | ENDTAB 141 | 0 142 | TABLE 143 | 2 144 | APPID 145 | 5 146 | 9 147 | 100 148 | AcDbSymbolTable 149 | 70 150 | 2 151 | 0 152 | APPID 153 | 5 154 | 12 155 | 100 156 | AcDbSymbolTableRecord 157 | 100 158 | AcDbRegAppTableRecord 159 | 2 160 | ACAD 161 | 70 162 | 0 163 | 0 164 | ENDTAB 165 | 0 166 | TABLE 167 | 2 168 | DIMSTYLE 169 | 5 170 | A 171 | 100 172 | AcDbSymbolTable 173 | 70 174 | 1 175 | 0 176 | ENDTAB 177 | 0 178 | TABLE 179 | 2 180 | BLOCK_RECORD 181 | 5 182 | 1 183 | 100 184 | AcDbSymbolTable 185 | 70 186 | 1 187 | 0 188 | BLOCK_RECORD 189 | 5 190 | 1F 191 | 100 192 | AcDbSymbolTableRecord 193 | 100 194 | AcDbBlockTableRecord 195 | 2 196 | *MODEL_SPACE 197 | 0 198 | BLOCK_RECORD 199 | 5 200 | 1B 201 | 100 202 | AcDbSymbolTableRecord 203 | 100 204 | AcDbBlockTableRecord 205 | 2 206 | *PAPER_SPACE 207 | 0 208 | ENDTAB 209 | 0 210 | ENDSEC 211 | 0 212 | SECTION 213 | 2 214 | BLOCKS 215 | 0 216 | BLOCK 217 | 5 218 | 20 219 | 100 220 | AcDbEntity 221 | 100 222 | AcDbBlockBegin 223 | 2 224 | *MODEL_SPACE 225 | 0 226 | ENDBLK 227 | 5 228 | 21 229 | 100 230 | AcDbEntity 231 | 100 232 | AcDbBlockEnd 233 | 0 234 | BLOCK 235 | 5 236 | 1C 237 | 100 238 | AcDbEntity 239 | 100 240 | AcDbBlockBegin 241 | 2 242 | *PAPER_SPACE 243 | 0 244 | ENDBLK 245 | 5 246 | 1D 247 | 100 248 | AcDbEntity 249 | 100 250 | AcDbBlockEnd 251 | 0 252 | ENDSEC 253 | 0 254 | SECTION 255 | 2 256 | ENTITIES 257 | 0 258 | LWPOLYLINE 259 | 5 260 | 100 261 | 100 262 | AcDbEntity 263 | 8 264 | 0 265 | 100 266 | AcDbPolyline 267 | 90 268 | 8 269 | 70 270 | 1 271 | 43 272 | 0.0 273 | 10 274 | 96.200000000000017 275 | 20 276 | 0 277 | 10 278 | 1.9999999999999996 279 | 20 280 | 1.1102230246251565e-15 281 | 42 282 | -0.41421356237309503 283 | 10 284 | 0 285 | 20 286 | 2.0000000000000018 287 | 10 288 | -2.2204460492503131e-15 289 | 20 290 | 32.950000000000003 291 | 42 292 | -0.41421356237309503 293 | 10 294 | 1.9999999999999929 295 | 20 296 | 34.950000000000003 297 | 10 298 | 96.200000000000031 299 | 20 300 | 34.949999999999989 301 | 42 302 | -0.41421356237309243 303 | 10 304 | 98.200000000000003 305 | 20 306 | 32.950000000000003 307 | 10 308 | 98.200000000000003 309 | 20 310 | 2.0000000000000004 311 | 42 312 | -0.41421356237309681 313 | 0 314 | LWPOLYLINE 315 | 5 316 | 101 317 | 100 318 | AcDbEntity 319 | 8 320 | 0 321 | 100 322 | AcDbPolyline 323 | 90 324 | 4 325 | 70 326 | 1 327 | 43 328 | 0.0 329 | 10 330 | 18.699999999999999 331 | 20 332 | 35.650000000000006 333 | 10 334 | 10.9 335 | 20 336 | 35.650000000000006 337 | 10 338 | 10.9 339 | 20 340 | 28.650000000000002 341 | 10 342 | 18.699999999999999 343 | 20 344 | 28.650000000000002 345 | 0 346 | LWPOLYLINE 347 | 5 348 | 102 349 | 100 350 | AcDbEntity 351 | 8 352 | 0 353 | 100 354 | AcDbPolyline 355 | 90 356 | 4 357 | 70 358 | 1 359 | 43 360 | 0.0 361 | 10 362 | 90.900000000000006 363 | 20 364 | 7.9000000000000004 365 | 10 366 | 60.899999999999999 367 | 20 368 | 7.9000000000000004 369 | 10 370 | 60.899999999999999 371 | 20 372 | 2.2000000000000002 373 | 10 374 | 90.900000000000006 375 | 20 376 | 2.1999999999999997 377 | 0 378 | LWPOLYLINE 379 | 5 380 | 103 381 | 100 382 | AcDbEntity 383 | 8 384 | 0 385 | 100 386 | AcDbPolyline 387 | 90 388 | 4 389 | 70 390 | 1 391 | 43 392 | 0.0 393 | 10 394 | 75.950000000000003 395 | 20 396 | 30.250000000000004 397 | 10 398 | 63.950000000000003 399 | 20 400 | 30.250000000000004 401 | 10 402 | 63.950000000000003 403 | 20 404 | 22.550000000000004 405 | 10 406 | 75.950000000000003 407 | 20 408 | 22.550000000000004 409 | 0 410 | CIRCLE 411 | 5 412 | 104 413 | 100 414 | AcDbEntity 415 | 8 416 | 0 417 | 100 418 | AcDbCircle 419 | 10 420 | 3.3000000000000003 421 | 20 422 | 31.650000000000006 423 | 30 424 | 0 425 | 40 426 | 1.5000000000000002 427 | 210 428 | 0 429 | 220 430 | 0 431 | 230 432 | 1 433 | 0 434 | CIRCLE 435 | 5 436 | 105 437 | 100 438 | AcDbEntity 439 | 8 440 | 0 441 | 100 442 | AcDbCircle 443 | 10 444 | 3.3000000000000003 445 | 20 446 | 26.450000000000003 447 | 30 448 | 0 449 | 40 450 | 1.6500000000000001 451 | 210 452 | 0 453 | 220 454 | 0 455 | 230 456 | 1 457 | 0 458 | CIRCLE 459 | 5 460 | 106 461 | 100 462 | AcDbEntity 463 | 8 464 | 0 465 | 100 466 | AcDbCircle 467 | 10 468 | 83.200000000000003 469 | 20 470 | 31.650000000000006 471 | 30 472 | 0 473 | 40 474 | 1.5000000000000002 475 | 210 476 | 0 477 | 220 478 | 0 479 | 230 480 | 1 481 | 0 482 | LWPOLYLINE 483 | 5 484 | 107 485 | 100 486 | AcDbEntity 487 | 8 488 | 0 489 | 100 490 | AcDbPolyline 491 | 90 492 | 4 493 | 70 494 | 1 495 | 43 496 | 0.0 497 | 10 498 | 83.700000000000017 499 | 20 500 | 24.800000000000004 501 | 10 502 | 82.699999999999989 503 | 20 504 | 24.800000000000004 505 | 42 506 | -0.99999999999999989 507 | 10 508 | 82.699999999999989 509 | 20 510 | 28.100000000000005 511 | 10 512 | 83.700000000000017 513 | 20 514 | 28.100000000000005 515 | 42 516 | -0.99999999999999989 517 | 0 518 | LINE 519 | 5 520 | 108 521 | 100 522 | AcDbEntity 523 | 8 524 | 0 525 | 100 526 | AcDbLine 527 | 10 528 | 82.699999999999989 529 | 20 530 | 26.450000000000003 531 | 30 532 | 0 533 | 11 534 | 83.700000000000017 535 | 21 536 | 26.450000000000003 537 | 31 538 | 0 539 | 0 540 | LINE 541 | 5 542 | 109 543 | 100 544 | AcDbEntity 545 | 8 546 | 0 547 | 100 548 | AcDbLine 549 | 10 550 | 83.200000000000003 551 | 20 552 | 26.450000000000003 553 | 30 554 | 0 555 | 11 556 | 83.200000000000003 557 | 21 558 | 31.650000000000006 559 | 31 560 | 0 561 | 0 562 | ENDSEC 563 | 0 564 | SECTION 565 | 2 566 | OBJECTS 567 | 0 568 | DICTIONARY 569 | 5 570 | C 571 | 100 572 | AcDbDictionary 573 | 3 574 | ACAD_GROUP 575 | 350 576 | D 577 | 3 578 | ACAD_MLINESTYLE 579 | 350 580 | 17 581 | 0 582 | DICTIONARY 583 | 5 584 | D 585 | 100 586 | AcDbDictionary 587 | 0 588 | DICTIONARY 589 | 5 590 | 1A 591 | 330 592 | C 593 | 100 594 | AcDbDictionary 595 | 0 596 | DICTIONARY 597 | 5 598 | 17 599 | 100 600 | AcDbDictionary 601 | 0 602 | ENDSEC 603 | 0 604 | EOF 605 | --------------------------------------------------------------------------------