Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Nov 22, 2024
1 parent ab65a38 commit 534d473
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions keyboards/jones/v03_1/keymaps/default_jp/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
}
}

// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
MAC = SAFE_RANGE,
WIN,
};

// Key Macro
#define ESC_NUM TD(TD_ESC_NUM)
#define S_CAP TD(TD_LSFT_CAPS)
Expand Down
2 changes: 1 addition & 1 deletion keyboards/rgbkb/zygomorph/keymaps/5x6pad/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum layer_number {
};

enum custom_keycodes {
FNY = SAFE_RANGE,
FN = SAFE_RANGE,
ADJ,
BACKLIT,
RGBRST
Expand Down
4 changes: 1 addition & 3 deletions keyboards/sofle/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ enum sofle_layers {
};

enum custom_keycodes {
KC_QWERTY = QK_USER,
KC_COLEMAK,
KC_PRVWD,
KC_PRVWD = QK_USER,
KC_NXTWD,
KC_LSTRT,
KC_LEND
Expand Down

0 comments on commit 534d473

Please sign in to comment.