[Keymap] Some updates to mechmerlin userspace and keymaps (#14711)
This commit is contained in:
parent
e762db44ba
commit
e8db309613
15 changed files with 68 additions and 55 deletions
|
@ -1,4 +1,7 @@
|
|||
#include "mechmerlin.h"
|
||||
#include "version.h"
|
||||
|
||||
#define TAP_CODE_DELAY 10
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
static uint16_t fnx_layer_timer;
|
||||
|
@ -15,9 +18,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
}
|
||||
break;
|
||||
case KC_MAC:
|
||||
case KC_VER:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING("meow");
|
||||
send_string_with_delay_P(PSTR(QMK_KEYBOARD "/" QMK_KEYMAP " @ " QMK_VERSION ", Built on: " QMK_BUILDDATE), TAP_CODE_DELAY);
|
||||
} else {
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue