~ruther/qmk_firmware

ref: 032b039d0bf96e4fea0b87e0d2f6cd0fb34b7298 qmk_firmware/users/brett/brett.h -rw-r--r-- 503 bytes
032b039d — Duncan Sutherland amend alice* community_layouts in keyboards (#21846) 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#pragma once

enum userspace_custom_keycodes {
  PLACEHOLDER = SAFE_RANGE, // Can always be here
  FAT_ARROW, // =>
  SKINNY_ARROW, // ->
  REVERSE_ARROW, // <-
  CONCAT, // <>
  MAP, // <$>
  MAP_FLIPPED, // <#>
  FLAP, // <@>
  PIPE, // |>
  ALT, // <|>
  APPLY, // <*>
  AND, // &&
  OR, // ||
  BIND, // >>=
  BIND_FLIPPED, // =<<
  VOID_LEFT, // <$
  VOID_RIGHT, // $>
  DOUBLE_COLON, // ::
  FLASH // Handle keyboard flashing
};

bool process_record_keymap(uint16_t keycode, keyrecord_t *record);
Do not follow this link