[Keymap] A Colemak keymap for the crkbd keyboard (#16550)

This commit is contained in:
Álvaro Cortés
2022-04-19 12:32:11 +02:00
committed by GitHub
parent bde724e124
commit 50ec365806
13 changed files with 676 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// Copyright 2022 Álvaro Cortés (@ACortesDev)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
enum custom_layers {
_COLEMAK,
_LOWER,
_RAISE,
_ADJUST,
};