Added github actions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user