CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
HomeLocalize.txt21 linesDownload Raw Back to root
1 2//Place this file in /Home and change3//anything you want.4 5//This makes your keyboard fast6KbdTypeMatic(0);7 8//Set Time Zone9local_time_offset=0*60*60*CDATE_FREQ; //Do daylight savings by hand10 11//adjust these to set mouse move scale12ms_hard.scale.x=0.5;13ms_hard.scale.y=0.5;14ms_hard.scale.z=1.0; //wheel15 16//don't change these17ms_hard.prescale.x=ms_hard.pos.x/ms_hard.scale.x;18ms_hard.prescale.y=ms_hard.pos.y/ms_hard.scale.y;19ms_hard.prescale.z=ms_hard.pos.z/ms_hard.scale.z;20 21