Skip to content

Commit

Permalink
Fixup project path references and add submodules for required libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
achol committed Jun 14, 2019
1 parent d89788c commit 6ca75e9
Showing 15 changed files with 317 additions and 2,516 deletions.
18 changes: 18 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[submodule "keyboard_parts.pretty"]
path = keyboard_parts.pretty
url = https://github.com/tmk/keyboard_parts.pretty.git
[submodule "ProMicroKiCad"]
path = ProMicroKiCad
url = https://github.com/ai03-2725/ProMicroKiCad.git
[submodule "SparkFun-KiCad-Libraries"]
path = SparkFun-KiCad-Libraries
url = https://github.com/sparkfun/SparkFun-KiCad-Libraries.git
[submodule "kicad_lib_tmk"]
path = kicad_lib_tmk
url = https://github.com/tmk/kicad_lib_tmk.git
[submodule "MX_Alps_Hybrid"]
path = MX_Alps_Hybrid
url = https://github.com/ai03-2725/MX_Alps_Hybrid.git
[submodule "random-keyboard-parts.pretty"]
path = random-keyboard-parts.pretty
url = https://github.com/ai03-2725/random-keyboard-parts.pretty.git
1 change: 1 addition & 0 deletions ProMicroKiCad
Submodule ProMicroKiCad added at e7b1fb
1 change: 1 addition & 0 deletions SparkFun-KiCad-Libraries
34 changes: 16 additions & 18 deletions farewell-cache.lib
Original file line number Diff line number Diff line change
@@ -145,30 +145,28 @@ X D7 9 -700 -50 200 R 50 50 1 1 B
ENDDRAW
ENDDEF
#
# sparkfun-electromech_JOYSTICKPTH
# sparkfun-electromech_JOYSTICK_THUMB
#
DEF sparkfun-electromech_JOYSTICKPTH U 0 40 Y N 1 L N
F0 "U" -300 530 50 H V L BNN
F1 "sparkfun-electromech_JOYSTICKPTH" -300 -700 50 H V L BNN
F2 "JOYSTICK" 30 150 20 H I C CNN
DEF sparkfun-electromech_JOYSTICK_THUMB S 0 40 Y N 1 L N
F0 "S" -250 550 45 H V L BNN
F1 "sparkfun-electromech_JOYSTICK_THUMB" -250 -700 45 H V L BNN
F2 "JOYSTICK" 0 650 20 H I C CNN
F3 "" 0 0 50 H I C CNN
F4 "COMP-09744" 0 700 60 H V C CNN
$FPLIST
*JOYSTICK*
$ENDFPLIST
DRAW
T 900 95 -10 70 0 1 0 JOYSTICK Normal 0 C C
P 2 1 0 0 -300 -600 -300 500 N
P 2 1 0 0 -300 500 200 500 N
P 2 1 0 0 200 -600 -300 -600 N
P 2 1 0 0 200 500 200 -600 N
X SEL+ B1A -400 -400 100 R 40 40 1 1 B
X SEL- B2A -400 -500 100 R 40 40 1 1 B
X H+ H1 -400 0 100 R 40 40 1 1 B
X H H2 -400 -100 100 R 40 40 1 1 B
X H- H3 -400 -200 100 R 40 40 1 1 B
X V+ V1 -400 400 100 R 40 40 1 1 B
X V V2 -400 300 100 R 40 40 1 1 B
X V- V3 -400 200 100 R 40 40 1 1 B
T 900 152 -75 56 0 1 0 JOYSTICK Normal 0 C C
P 5 1 1 0 -250 500 250 500 250 -600 -250 -600 -250 500 f
X SEL+ B1A -350 -400 100 R 40 40 1 1 B
X SEL- B2A -350 -500 100 R 40 40 1 1 B
X H+ H1 -350 0 100 R 40 40 1 1 B
X H H2 -350 -100 100 R 40 40 1 1 B
X H- H3 -350 -200 100 R 40 40 1 1 B
X V+ V1 -350 400 100 R 40 40 1 1 B
X V V2 -350 300 100 R 40 40 1 1 B
X V- V3 -350 200 100 R 40 40 1 1 B
ENDDRAW
ENDDEF
#
Loading

0 comments on commit 6ca75e9

Please sign in to comment.