summaryrefslogtreecommitdiffstats
path: root/users/mechmerlin/mechmerlin.h
blob: c140ac70c94636fe2cba7e566ff83df883405f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "quantum.h"

enum userspace_layers {
  _BL = 0, // Base Layer
  _FL,     // Function Layer
  _AL      // Arrow Layer
};

// Enum of custom keycodes defined in process_record_user
enum keycodes {
    KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer. 
};

// Custom #defined keycodes
#define KC_CTCP MT(KC_LCTL, KC_CAPS)