This commit is contained in:
Max Hunt 2018-10-10 19:56:52 +01:00
parent d7ca503d9d
commit b4ff05e98f

View File

@ -32,12 +32,12 @@ void setA(int red, int grn, int blu){led[2] = CRGB(red, grn, blu);}
void setS(int red, int grn, int blu){led[3] = CRGB(red, grn, blu);}
void show() {FastLED.show();}
void fmf1() {setAll(125, 241, 255);show();}
void fmf1() {setAll(0, 100, 255);show();}
void fmf2() {setAll(255, 0, 255);show();}
void fmf3() {
switch (currentRGB) {
case 'i':
setQ(255, 0, 63);setW(255, 246, 0);setA(0, 128, 0);setS(255, 0, 63);show();currentRGB = 'r';
setQ(255, 0, 0);setW(0, 255, 0);setA(255, 255, 0);setS(255, 200, 0);show();currentRGB = 'r';
break;
case 'o':
setAll(0, 0, 255);show();currentRGB = 'i';
@ -51,7 +51,7 @@ void fmf3() {
}
}
void fmfky() {Keyboard.print("Fuck You");}
void fmshl() {Keyboard.println("ssh root@192.168.1.95");}
void fmshl() {Keyboard.println("ssh root@192.168.1.85");}
void fmshg() {Keyboard.println("ssh -p 9999 root@git64.ddns.net");}
void fmgdr() {Keyboard.print(":/mnt/GIT/gitFolder/");}
void fmezg() {Keyboard.println("ezgit");}