Reallocate SAFE_RANGE (#19909)
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
// safe range starts at `PLOOPY_SAFE_RANGE` instead.
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT( /* Base */
|
||||
KC_BTN1, KC_BTN3, KC_BTN2,
|
||||
|
@@ -21,7 +21,7 @@
|
||||
bool is_drag_scroll = false;
|
||||
|
||||
enum custom_keycodes {
|
||||
DRAG_SCROLL = PLOOPY_SAFE_RANGE,
|
||||
DRAG_SCROLL = SAFE_RANGE,
|
||||
};
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
|
@@ -43,7 +43,6 @@ extern keyboard_config_t keyboard_config;
|
||||
enum ploopy_keycodes {
|
||||
DPI_CONFIG = QK_KB_0,
|
||||
DRAG_SCROLL,
|
||||
PLOOPY_SAFE_RANGE,
|
||||
};
|
||||
|
||||
bool encoder_update_user(uint8_t index, bool clockwise);
|
||||
|
Reference in New Issue
Block a user