Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding md40 a ckrbd compatible keymap #19931

Merged
merged 11 commits into from
Apr 2, 2023
Prev Previous commit
Next Next commit
Adding a license header to md40
  • Loading branch information
shano committed Feb 25, 2023
commit 73116e98b488d0086f16475ef9f4244c287c95f6
3 changes: 3 additions & 0 deletions keyboards/crkbd/keymaps/md40/keymap.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 Shane Dowling (@shano)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H
shano marked this conversation as resolved.
Show resolved Hide resolved
#define KC_ESCC MT(MOD_LCTL, KC_ESC)
#define KC_ENTS MT(MOD_LSFT, KC_ENT)
Expand Down