[go: nahoru, domu]

Skip to content
/ horwin Public

Horwin is a little program to utilize QMK Digitizer feature

Notifications You must be signed in to change notification settings

ikkair/horwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Horwin (Horizontal Window)

Horwin is a little program to utilize QMK Digitizer feature

Installation

Activate digitizer feature in your keymaps by adding this line at the bottom in rules.mk

# Digitizer Enable
DIGITIZER_ENABLE = yes

Copy horwin.c to your keymap folder then add this line at the top in your keymap.c

#include "horwin.c"

Implementation

Using Fraction and Modulo Operator to get inside or outside the window. Using Circular Doubly Linked List data structure to connect every profile next to eachother ensuring fast switching action when changing or deleting profile.

About

Horwin is a little program to utilize QMK Digitizer feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages