This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 442a27a4c1005eac4ebdfd95811061e663306010 Mon Sep 17 00:00:00 2001 | |
From: Greaka <git@greaka.de> | |
Date: Thu, 28 Jul 2022 10:45:16 +0200 | |
Subject: [PATCH] custom keybinds | |
--- | |
.../gmmk/pro/rev1/iso/keymaps/greaka/config.h | 8 ++ | |
.../gmmk/pro/rev1/iso/keymaps/greaka/keymap.c | 52 ++++++++ | |
.../iso/keymaps/greaka/mouse_turbo_click.c | 124 ++++++++++++++++++ | |
.../iso/keymaps/greaka/mouse_turbo_click.h | 70 ++++++++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION 0.8 | |
IMPORT github.com/Jake-Shadle/xwin AS xwin | |
builder: | |
FROM xwin+xwin | |
RUN mkdir /build | |
WORKDIR /build | |
RUN apt-get update && apt-get install --no-install-recommends -y jq |