Browse Source

use: SAFE_RANGE in keycode enum

pull/20108/head
9R 4 months ago
parent
commit
c4b4b88e3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/handwired/replicazeron/replicazeron.h

+ 1
- 1
keyboards/handwired/replicazeron/replicazeron.h View File

@ -40,7 +40,7 @@ enum kb_layers {
};
enum kb_keycodes {
JOYMODE = QK_KB,
JOYMODE = SAFE_RANGE,
AUTORUN,
M_UP,
M_DWN,


Loading…
Cancel
Save