Added github actions

This commit is contained in:
2023-11-09 04:34:11 -06:00
parent c6f4694770
commit 202a3ae35f
10 changed files with 200 additions and 311 deletions

View File

@@ -15,16 +15,14 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define POINTING_DEVICE_ROTATION_90
//comment that out if your trackball is on the left side
#define TRACKBALL_LEFT
#ifdef TRACKBALL_LEFT
#define POINTING_DEVICE_INVERT_X
#define POINTING_DEVICE_INVERT_Y
#endif
/* Don't autoshift numbers or tab */
#define NO_AUTO_SHIFT_NUMERIC
#define NO_AUTO_SHIFT_TAB
/* Tap Dance */
#define TAPPING_TERM 200
#define TAPPING_TERM_PER_KEY
#define COMBO_TERM 25 // how quickly all combo keys must be pressed in succession to trigger
#define COMBO_MUST_HOLD_MODS // if a combo triggers a modifier, only trigger when the combo is held
#define COMBO_HOLD_TERM 175 // how long at least one of the combo keys must be held to trigger