Skip to content

Instantly share code, notes, and snippets.

@rafaelromao
Last active May 30, 2022 18:49
Show Gist options
  • Save rafaelromao/29b444b8b0bdec5402067beb35c2bcda to your computer and use it in GitHub Desktop.
Save rafaelromao/29b444b8b0bdec5402067beb35c2bcda to your computer and use it in GitHub Desktop.
Template for the secret.h
#pragma once
#include QMK_KEYBOARD_H
#include "definitions/keycodes.h"
#include "definitions/process_record.h"
#define SEC_1 KC_R
#define SEC_2 KC_Q
#define SEC_3 KC_P
#define SEC_4 KC_Z
void process_leader_dictionary_secret(void);
process_record_result_t process_secrets(uint16_t keycode, keyrecord_t *record);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment