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
Update keyboards/crkbd/keymaps/md40/keymap.c
Co-authored-by: jack <[email protected]>
  • Loading branch information
shano and waffle87 committed Feb 25, 2023
commit 74ccabf97d813be7976d489a6cd5339c1e28f892
3 changes: 3 additions & 0 deletions keyboards/crkbd/keymaps/md40/keymap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#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)
#define KC_FN MO(_FN)

shano marked this conversation as resolved.
Show resolved Hide resolved
enum layers {
_QWERTY,
Expand Down