├── LICENSE ├── README.md ├── config.h ├── jiggler.c ├── keymap.c └── rules.mk /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewAbbreviations950/NA_Lily58/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewAbbreviations950/NA_Lily58/HEAD/README.md -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewAbbreviations950/NA_Lily58/HEAD/config.h -------------------------------------------------------------------------------- /jiggler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewAbbreviations950/NA_Lily58/HEAD/jiggler.c -------------------------------------------------------------------------------- /keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewAbbreviations950/NA_Lily58/HEAD/keymap.c -------------------------------------------------------------------------------- /rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewAbbreviations950/NA_Lily58/HEAD/rules.mk --------------------------------------------------------------------------------