Update
This commit is contained in:
parent
d7ca503d9d
commit
b4ff05e98f
@ -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 setS(int red, int grn, int blu){led[3] = CRGB(red, grn, blu);}
|
||||||
void show() {FastLED.show();}
|
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 fmf2() {setAll(255, 0, 255);show();}
|
||||||
void fmf3() {
|
void fmf3() {
|
||||||
switch (currentRGB) {
|
switch (currentRGB) {
|
||||||
case 'i':
|
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;
|
break;
|
||||||
case 'o':
|
case 'o':
|
||||||
setAll(0, 0, 255);show();currentRGB = 'i';
|
setAll(0, 0, 255);show();currentRGB = 'i';
|
||||||
@ -51,7 +51,7 @@ void fmf3() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
void fmfky() {Keyboard.print("Fuck You");}
|
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 fmshg() {Keyboard.println("ssh -p 9999 root@git64.ddns.net");}
|
||||||
void fmgdr() {Keyboard.print(":/mnt/GIT/gitFolder/");}
|
void fmgdr() {Keyboard.print(":/mnt/GIT/gitFolder/");}
|
||||||
void fmezg() {Keyboard.println("ezgit");}
|
void fmezg() {Keyboard.println("ezgit");}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user