~ruther/qmk_firmware

ref: 0943d0a2a0fdd236bbee06fe0db6f872562c25c3 qmk_firmware/users/rossman360/rossman360.h -rw-r--r-- 773 bytes
0943d0a2 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 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
26
27
28
29
30
31
32
33
34
35
36
37
38
#pragma once
#include "quantum.h"

#define BWORD LCTL(KC_BSPC)
#define BLINE LALT(KC_BSPC)
#define LWORD LCTL(KC_LEFT)
#define RWORD LCTL(KC_RIGHT)
#define JUMPBACK LSFT(KC_TAB)
#define UNDO LCTL(KC_Z)
#define XPANDR LCTL(LSFT(KC_X))
#define NTAB LCTL(KC_T)
#define CTAB LCTL(KC_W)
#define XPANDR LCTL(LSFT(KC_X))
#define CMDBSP MT(MOD_LGUI, KC_BSPC)
#define ALTDEL MT(MOD_LALT, KC_DEL)
#define TAB1 LCTL(KC_1)
#define TAB2 LCTL(KC_2)
#define TAB3 LCTL(KC_3)
#define TAB4 LCTL(KC_4)
#define CTRLSP MT(MOD_LCTL, KC_SPACE)
#define RVOLU LCTL(KC_RBRC)
#define RVOLD LCTL(KC_LBRC)
#define QUIT LCTL(KC_Q)

// Define all of
enum custom_keycodes {
  KC_MAKE = SAFE_RANGE,
  CSPEAK,
  SPEAK1,
  SPEAK2,
  SPEAK3,
  SPEAK4,
  PARADOWN,
  WREFRESH,
  PMERGE,
  REMCAPS,
  EMDASH
};
Do not follow this link