diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2021-10-05 16:49:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 16:49:50 -0700 |
commit | e8db309613c99d1ffe25320680368d41bf5c8535 (patch) | |
tree | 8ffa09d1e15c3281eeac370cf3c3ffd664fec16f /layouts/community/65_ansi_blocker | |
parent | e762db44bae46c631186c807a9c10fd8e4684535 (diff) |
[Keymap] Some updates to mechmerlin userspace and keymaps (#14711)
Diffstat (limited to 'layouts/community/65_ansi_blocker')
-rw-r--r-- | layouts/community/65_ansi_blocker/mechmerlin/keymap.c | 2 | ||||
-rw-r--r-- | layouts/community/65_ansi_blocker/mechmerlin/readme.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/layouts/community/65_ansi_blocker/mechmerlin/keymap.c b/layouts/community/65_ansi_blocker/mechmerlin/keymap.c index 0ce4f38c64..d82a6327d1 100644 --- a/layouts/community/65_ansi_blocker/mechmerlin/keymap.c +++ b/layouts/community/65_ansi_blocker/mechmerlin/keymap.c @@ -37,7 +37,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, EEP_RST, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, _______, _______, _______, KC_VER, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ ) }; diff --git a/layouts/community/65_ansi_blocker/mechmerlin/readme.md b/layouts/community/65_ansi_blocker/mechmerlin/readme.md index 70ee6e385f..1649c88974 100644 --- a/layouts/community/65_ansi_blocker/mechmerlin/readme.md +++ b/layouts/community/65_ansi_blocker/mechmerlin/readme.md @@ -6,6 +6,7 @@ YouTube channel. It is used on his * [RGB Doro67](https://github.com/qmk/qmk_firmware/tree/master/keyboards/doro67/rgb) * [KBD67 mkii](https://github.com/qmk/qmk_firmware/tree/master/keyboards/kbdfans/kbd67/mkiirgb/v1) +* [Iron 165](https://github.com/qmk/qmk_firmware/tree/master/keyboards/cannonkeys/iron165) ### Build To build the firmware file associated with this keymap, simply run `make your_keyboard:mechmerlin`.
\ No newline at end of file |