Browse Source

Add `mousekey.h` include to `quantum.h` (#21897)

pull/21908/head
Ryan 7 months ago
committed by GitHub
parent
commit
aec7f29df7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 38 deletions
  1. +0
    -1
      keyboards/bpiphany/kitten_paw/keymaps/ickerwx/keymap.c
  2. +0
    -9
      keyboards/crkbd/keymaps/vlukash_trackpad_right/keymap.c
  3. +0
    -2
      keyboards/dm9records/plaid/keymaps/gipsy-king/keymap.c
  4. +0
    -1
      keyboards/ergodox_ez/keymaps/pvinis/keymap.c
  5. +0
    -2
      keyboards/gboards/butterstick/sten.h
  6. +0
    -2
      keyboards/gboards/georgi/sten.h
  7. +0
    -1
      keyboards/handwired/traveller/keymaps/default/keymap.c
  8. +4
    -0
      quantum/quantum.h
  9. +0
    -20
      users/romus/romus.c

+ 0
- 1
keyboards/bpiphany/kitten_paw/keymaps/ickerwx/keymap.c View File

@ -1,5 +1,4 @@
#include QMK_KEYBOARD_H
#include "mousekey.h"
#define MEDAPP LT(MEDIA, KC_APP)


+ 0
- 9
keyboards/crkbd/keymaps/vlukash_trackpad_right/keymap.c View File

@ -1,13 +1,4 @@
#include QMK_KEYBOARD_H
#include "bootloader.h"
#include "mousekey.h"
#include "pointing_device.h"
#include "report.h"
#ifdef PROTOCOL_LUFA
#include "lufa.h"
#include "split_util.h"
#endif
extern bool isScrollMode;


+ 0
- 2
keyboards/dm9records/plaid/keymaps/gipsy-king/keymap.c View File

@ -15,8 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "mousekey.h"
enum plaid_layers {
_QWERTY,


+ 0
- 1
keyboards/ergodox_ez/keymaps/pvinis/keymap.c View File

@ -20,7 +20,6 @@
#include QMK_KEYBOARD_H
#include "pvinis.h"
#include "mousekey.h"
// layers
enum {


+ 0
- 2
keyboards/gboards/butterstick/sten.h View File

@ -8,9 +8,7 @@
#pragma once
#include QMK_KEYBOARD_H
#include "mousekey.h"
#include "keymap_steno.h"
#include "wait.h"
extern size_t keymapsCount; // Total keymaps
extern uint32_t cChord; // Current Chord


+ 0
- 2
keyboards/gboards/georgi/sten.h View File

@ -7,9 +7,7 @@
#pragma once
#include "georgi.h"
#include "mousekey.h"
#include "keymap_steno.h"
#include "wait.h"
extern size_t keymapsCount; // Total keymaps
extern uint32_t cChord; // Current Chord


+ 0
- 1
keyboards/handwired/traveller/keymaps/default/keymap.c View File

@ -1,5 +1,4 @@
#include QMK_KEYBOARD_H
#include "mousekey.h"
enum layer_names {
_QW,


+ 4
- 0
quantum/quantum.h View File

@ -209,6 +209,10 @@ extern layer_state_t layer_state;
# include "pointing_device.h"
#endif
#ifdef MOUSEKEY_ENABLE
# include "mousekey.h"
#endif
#ifdef CAPS_WORD_ENABLE
# include "caps_word.h"
# include "process_caps_word.h"


+ 0
- 20
users/romus/romus.c View File

@ -1,25 +1,5 @@
#include "romus.h"
/*---------------*\
|*-----MOUSE-----*|
\*---------------*/
#ifdef MOUSEKEY_ENABLE
#include "mousekey.h"
#endif
/*-------------*\
|*-----RGB-----*|
\*-------------*/
#ifdef RGBLIGHT_ENABLE
#include "rgblight.h"
#endif
/*-------------*\
|*---UNICODE---*|
\*-------------*/
#ifdef UNICODE_ENABLE
#endif
/*-----------------*\
|*-----SECRETS-----*|
\*-----------------*/


Loading…
Cancel
Save