Browse Source

Changed names of user-facing components

The LED does a lot more than indicate that power negotiation failed, so
its name has been changed from NOPWR to Status.  The boot mode switch
doesn't need to be yelling, so its name is changed from BOOT to Boot.
Clara Hobbs 7 years ago
parent
commit
64825cbc43
2 changed files with 6 additions and 6 deletions
  1. 2
    2
      microcontroller.sch
  2. 4
    4
      pd-buddy.kicad_pcb

+ 2
- 2
microcontroller.sch View File

@@ -120,7 +120,7 @@ L SW_SPDT SW1
120 120
 U 1 1 589013E6
121 121
 P 1100 1350
122 122
 F 0 "SW1" H 1100 1520 50  0000 C CNN
123
-F 1 "BOOT" H 1100 1150 50  0000 C CNN
123
+F 1 "Boot" H 1100 1150 50  0000 C CNN
124 124
 F 2 "Buttons_Switches_SMD:SW_SPDT_PCM12" H 1100 1350 50  0001 C CNN
125 125
 F 3 "" H 1100 1350 50  0000 C CNN
126 126
 	1    1100 1350
@@ -654,7 +654,7 @@ L LED D4
654 654
 U 1 1 58931071
655 655
 P 10000 4650
656 656
 F 0 "D4" H 10000 4750 50  0000 C CNN
657
-F 1 "NOPWR" H 10000 4550 50  0000 C CNN
657
+F 1 "Status" H 10000 4550 50  0000 C CNN
658 658
 F 2 "LEDs:LED_0805" H 10000 4650 50  0001 C CNN
659 659
 F 3 "" H 10000 4650 50  0000 C CNN
660 660
 	1    10000 4650

+ 4
- 4
pd-buddy.kicad_pcb View File

@@ -312,7 +312,7 @@
312 312
     (fp_text reference D4 (at -3 0) (layer F.SilkS)
313 313
       (effects (font (size 0.8 0.8) (thickness 0.15)))
314 314
     )
315
-    (fp_text value NOPWR (at 0 -1.5) (layer F.SilkS)
315
+    (fp_text value Status (at 0 -1.5) (layer F.SilkS)
316 316
       (effects (font (size 1 1) (thickness 0.15)))
317 317
     )
318 318
     (fp_line (start -1.8 -0.7) (end -1.8 0.7) (layer F.SilkS) (width 0.12))
@@ -349,7 +349,7 @@
349 349
     (fp_text reference SW1 (at -2.5 -3.2 180) (layer F.SilkS)
350 350
       (effects (font (size 0.8 0.8) (thickness 0.15)))
351 351
     )
352
-    (fp_text value BOOT (at 5 -0.5 270) (layer F.SilkS)
352
+    (fp_text value Boot (at 5 -0.25 270) (layer F.SilkS)
353 353
       (effects (font (size 1 1) (thickness 0.15)))
354 354
     )
355 355
     (fp_text user %R (at 0 -3.2 180) (layer F.Fab)
@@ -1879,7 +1879,7 @@
1879 1879
     )
1880 1880
   )
1881 1881
 
1882
-  (module Buttons_Switches_SMD:SW_SPST_SKQG (layer F.Cu) (tedit 58724BB1) (tstamp 589266DB)
1882
+  (module Buttons_Switches_SMD:SW_SPST_SKQG (layer F.Cu) (tedit 58DFF232) (tstamp 589266DB)
1883 1883
     (at 101 79)
1884 1884
     (descr "ALPS 5.2mm Square Low-profile TACT Switch (SMD), http://www.alps.com/prod/info/E/PDF/Tact/SurfaceMount/SKQG/SKQG.PDF")
1885 1885
     (tags "SPST Button Switch")
@@ -1888,7 +1888,7 @@
1888 1888
     (fp_text reference SW2 (at 3.5 0 90) (layer F.SilkS)
1889 1889
       (effects (font (size 0.8 0.8) (thickness 0.15)))
1890 1890
     )
1891
-    (fp_text value Setup (at 0 3.7) (layer F.Fab)
1891
+    (fp_text value Setup (at -5 0 90) (layer F.SilkS)
1892 1892
       (effects (font (size 1 1) (thickness 0.15)))
1893 1893
     )
1894 1894
     (fp_line (start 1.45 -2.6) (end 2.55 -1.5) (layer F.Fab) (width 0.1))

Loading…
Cancel
Save