Browse Source

Add some missing `#pragma once`s (#19902)

pull/19905/head
Ryan 1 year ago
committed by GitHub
parent
commit
499fc3b85e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
65 changed files with 105 additions and 31 deletions
  1. +0
    -2
      keyboards/1upkeyboards/pi60/config.h
  2. +2
    -0
      keyboards/25keys/zinc/rev1/post_config.h
  3. +2
    -0
      keyboards/25keys/zinc/reva/post_config.h
  4. +2
    -0
      keyboards/adkb96/rev1/config.h
  5. +2
    -0
      keyboards/adm42/rev4/config.h
  6. +2
    -0
      keyboards/adpenrose/kintsugi/post_config.h
  7. +2
    -0
      keyboards/akb/vero/mcuconf.h
  8. +2
    -0
      keyboards/atlantis/encoder_actions.h
  9. +0
    -2
      keyboards/binepad/bnr1/v2/config.h
  10. +1
    -1
      keyboards/cannonkeys/ortho60v2/mcuconf.h
  11. +2
    -0
      keyboards/capsunlocked/cu80/v2_iso/rgb/config.h
  12. +2
    -0
      keyboards/clueboard/2x1800/2021/font.h
  13. +0
    -1
      keyboards/doio/kb38/config.h
  14. +2
    -0
      keyboards/duck/eagle_viper/v2/indicator_leds.h
  15. +2
    -0
      keyboards/duck/lightsaver/indicator_leds.h
  16. +2
    -0
      keyboards/duck/octagon/v2/indicator_leds.h
  17. +2
    -0
      keyboards/duck/tcv3/indicator_leds.h
  18. +2
    -0
      keyboards/ergodox_stm32/board.h
  19. +0
    -0
      keyboards/gboards/engine/config.h
  20. +2
    -0
      keyboards/geekboards/macropad_v2/config.h
  21. +3
    -0
      keyboards/handwired/onekey/bluepill_f103c6/board.h
  22. +1
    -2
      keyboards/hineybush/h87a/config.h
  23. +2
    -0
      keyboards/horrortroll/handwired_k552/board.h
  24. +2
    -0
      keyboards/jm60/board.h
  25. +0
    -0
      keyboards/kakunpc/business_card/config.h
  26. +2
    -0
      keyboards/kbdfans/odin/rgb/config.h
  27. +2
    -0
      keyboards/kbdfans/odin/soldered/config.h
  28. +1
    -0
      keyboards/kbdfans/odin/v2/config.h
  29. +2
    -0
      keyboards/kbdfans/odinmini/config.h
  30. +2
    -0
      keyboards/keebio/encoder_actions.h
  31. +2
    -0
      keyboards/keychron/common/keychron_common.h
  32. +2
    -0
      keyboards/keychron/v3/mcuconf.h
  33. +2
    -0
      keyboards/keychron/v5/halconf.h
  34. +2
    -0
      keyboards/keychron/v5/mcuconf.h
  35. +2
    -0
      keyboards/keychron/v6/halconf.h
  36. +2
    -0
      keyboards/keychron/v6/mcuconf.h
  37. +0
    -17
      keyboards/linworks/whale75/chconf.h
  38. +2
    -0
      keyboards/linworks/whale75/mcuconf.h
  39. +0
    -2
      keyboards/lw75/config.h
  40. +2
    -0
      keyboards/macro3/post_config.h
  41. +1
    -0
      keyboards/merge/uc1/config.h
  42. +1
    -0
      keyboards/merge/um70/config.h
  43. +1
    -0
      keyboards/merge/um80/config.h
  44. +1
    -0
      keyboards/merge/uma/config.h
  45. +2
    -0
      keyboards/mode/m80v1/config.h
  46. +2
    -0
      keyboards/nightly_boards/adellein/encoder_action.h
  47. +2
    -0
      keyboards/nightly_boards/n40_o/encoder_action.h
  48. +2
    -0
      keyboards/nightly_boards/n60_s/encoder_action.h
  49. +2
    -0
      keyboards/nightly_boards/octopad/encoder_action.h
  50. +1
    -2
      keyboards/np12/config.h
  51. +2
    -0
      keyboards/planck/rev6/mcuconf.h
  52. +2
    -0
      keyboards/planck/rev6_drop/mcuconf.h
  53. +2
    -0
      keyboards/preonic/rev3/mcuconf.h
  54. +2
    -0
      keyboards/preonic/rev3_drop/mcuconf.h
  55. +0
    -1
      keyboards/quarkeys/z67/hotswap/config.h
  56. +0
    -1
      keyboards/quarkeys/z67/solder/config.h
  57. +2
    -0
      keyboards/rmi_kb/squishyfrl/mcuconf.h
  58. +2
    -0
      keyboards/rmi_kb/squishytkl/mcuconf.h
  59. +2
    -0
      keyboards/sawnsprojects/krush/krush65/hotswap/encoder_actions.h
  60. +2
    -0
      keyboards/sawnsprojects/krush/krush65/solder/encoder_actions.h
  61. +2
    -0
      keyboards/spaceholdings/nebula68b/hs/config.h
  62. +2
    -0
      keyboards/stello65/beta/encoder_actions.h
  63. +2
    -0
      keyboards/teleport/native/mcuconf.h
  64. +2
    -0
      keyboards/weirdo/geminate60/chconf.h
  65. +2
    -0
      keyboards/wekey/we27/encoder_actions.h

+ 0
- 2
keyboards/1upkeyboards/pi60/config.h View File

@ -3,8 +3,6 @@
#pragma once
#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
#define RGB_DI_PIN GP17


+ 2
- 0
keyboards/25keys/zinc/rev1/post_config.h View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// RGB LED support
// see ./rules.mk: LED_ANIMATIONS = yes or no
// see ./rules.mk: LED_BACK_ENABLE or LED_UNDERGLOW_ENABLE set yes


+ 2
- 0
keyboards/25keys/zinc/reva/post_config.h View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// RGB LED support
// see ./rules.mk: LED_ANIMATIONS = yes or no
// see ./rules.mk: LED_BACK_ENABLE or LED_UNDERGLOW_ENABLE set yes


+ 2
- 0
keyboards/adkb96/rev1/config.h View File

@ -16,6 +16,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// wiring of each half
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4 }


+ 2
- 0
keyboards/adm42/rev4/config.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_COL_PINS { C6, B6, B5, B4, D7, D6, F0, F1, F4, F5, F6, F7 }
#define MATRIX_ROW_PINS { C7, D5, D3, D2 }


+ 2
- 0
keyboards/adpenrose/kintsugi/post_config.h View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#ifndef OLED_FONT_H
# define OLED_FONT_H "lib/kintsugifont.c"
# define OLED_TIMEOUT 120000

+ 2
- 0
keyboards/akb/vero/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
/* Set PLL M divider from 4 (F411 GENERIC default) to 8, because of 16 MHz crystal on board */
#undef STM32_PLLM_VALUE


+ 2
- 0
keyboards/atlantis/encoder_actions.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 0
- 2
keyboards/binepad/bnr1/v2/config.h View File

@ -3,7 +3,5 @@
#pragma once
#include "config_common.h"
#define WEAR_LEVELING_LOGICAL_SIZE 1024
#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2)

+ 1
- 1
keyboards/cannonkeys/ortho60v2/mcuconf.h View File

@ -3,7 +3,7 @@
#pragma once
#include_next "mcuconf.h"
#include_next <mcuconf.h>
#undef RP_PWM_USE_PWM6
#define RP_PWM_USE_PWM6 TRUE

+ 2
- 0
keyboards/capsunlocked/cu80/v2_iso/rgb/config.h View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
/* enable RGB matrix */
#define CU80_RGB


+ 2
- 0
keyboards/clueboard/2x1800/2021/font.h View File

@ -24,6 +24,8 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#pragma once
// Top row of keyboard, when shift held
#define CHR_TILDE {0b00110000, 0b01000000, 0b00110000, 0b00001000, 0b00110000, 0b00000000}
#define CHR_BANG {0b00000000, 0b00000000, 0b11111010, 0b10000000, 0b00000000, 0b00000000}


+ 0
- 1
keyboards/doio/kb38/config.h View File

@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "config_common.h"
#define RGB_DI_PIN F6
#define RGB_MATRIX_LED_COUNT 44


+ 2
- 0
keyboards/duck/eagle_viper/v2/indicator_leds.h View File

@ -1 +1,3 @@
#pragma once
void indicator_leds_set(bool leds[8]);

+ 2
- 0
keyboards/duck/lightsaver/indicator_leds.h View File

@ -1 +1,3 @@
#pragma once
void indicator_leds_set(bool leds[8]);

+ 2
- 0
keyboards/duck/octagon/v2/indicator_leds.h View File

@ -1,3 +1,5 @@
#pragma once
#include "duck_led/duck_led.h"
void indicator_leds_set(bool leds[7]);


+ 2
- 0
keyboards/duck/tcv3/indicator_leds.h View File

@ -1,3 +1,5 @@
#pragma once
#include "duck_led/duck_led.h"
void indicator_leds_set(bool leds[8]);


+ 2
- 0
keyboards/ergodox_stm32/board.h View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <board.h>
#ifdef STM32_LSECLK


+ 0
- 0
keyboards/gboards/engine/config.h View File


+ 2
- 0
keyboards/geekboards/macropad_v2/config.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define RGBLED_NUM 42
#define RGB_MATRIX_LED_COUNT 42
#define RGB_DI_PIN A7


+ 3
- 0
keyboards/handwired/onekey/bluepill_f103c6/board.h View File

@ -1,5 +1,8 @@
// Copyright 2022 Sergey Vlasov (@sigprof)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include_next <board.h>
#undef STM32F103xB


+ 1
- 2
keyboards/hineybush/h87a/config.h View File

@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define CONFIG_H
#pragma once
/*
* Keyboard Matrix Assignments


+ 2
- 0
keyboards/horrortroll/handwired_k552/board.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <board.h>
#undef STM32F103xB


+ 2
- 0
keyboards/jm60/board.h View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <board.h>
#ifdef STM32_LSECLK


+ 0
- 0
keyboards/kakunpc/business_card/config.h View File


+ 2
- 0
keyboards/kbdfans/odin/rgb/config.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { A10, A9, A8, B14, B13, A2 }
#define MATRIX_COL_PINS { A3, A4, A5, A6, A7, B0, B1, B2, B12, A15, B3, B4, B5, B6, B7, B8, C13, C14, C15, A0}


+ 2
- 0
keyboards/kbdfans/odin/soldered/config.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { A10, A9, A8, B14, B13, A2 }
#define MATRIX_COL_PINS { A3, A4, A5, A6, A7, B0, B1, B2, B12, A15, B3, B4, B5, B6, B7, B8, C13, C14, C15, A0}


+ 1
- 0
keyboards/kbdfans/odin/v2/config.h View File

@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { A10, A9, A8, B14, B13, A2 }
#define MATRIX_COL_PINS { A3, A4, A5, A6, A7, B0, B1, B2, B12, A15, B3, B4, B5, B6, B7, B8, C13, C14, C15, A0}


+ 2
- 0
keyboards/kbdfans/odinmini/config.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_EFFECT_RAINBOW_MOOD + 8)
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET


+ 2
- 0
keyboards/keebio/encoder_actions.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 2
- 0
keyboards/keychron/common/keychron_common.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "stdint.h"
#ifdef VIA_ENABLE
# include "via.h"


+ 2
- 0
keyboards/keychron/v3/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
#undef STM32_I2C_USE_I2C1


+ 2
- 0
keyboards/keychron/v5/halconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define HAL_USE_I2C TRUE
#include_next <halconf.h>

+ 2
- 0
keyboards/keychron/v5/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
#undef STM32_I2C_USE_I2C1


+ 2
- 0
keyboards/keychron/v6/halconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define HAL_USE_I2C TRUE
#define PAL_USE_CALLBACKS TRUE


+ 2
- 0
keyboards/keychron/v6/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
#undef STM32_I2C_USE_I2C1


+ 0
- 17
keyboards/linworks/whale75/chconf.h View File

@ -1,17 +0,0 @@
/* Copyright 2020 QMK Contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include_next <chconf.h>

+ 2
- 0
keyboards/linworks/whale75/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
// Underglow uses TIM4, Backlight TIM1, so both are enabled here.


+ 0
- 2
keyboards/lw75/config.h View File

@ -3,8 +3,6 @@
#pragma once
#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { E6, B7, D0, D1, D2, B1 }
#define MATRIX_COL_PINS { D3, D5, D4, D6, D7, B4, B5, B6, C6, C7, F7, F6, F5, F4, B0, B2 }


+ 2
- 0
keyboards/macro3/post_config.h View File

@ -3,6 +3,8 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#pragma once
/* Top right key */
#ifndef BOOTMAGIC_LITE_ROW
# define BOOTMAGIC_LITE_ROW 0


+ 1
- 0
keyboards/merge/uc1/config.h View File

@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { B1, B2 }
#define MATRIX_COL_PINS { B3, B4 }


+ 1
- 0
keyboards/merge/um70/config.h View File

@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D6, D4 }


+ 1
- 0
keyboards/merge/um80/config.h View File

@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7, C7 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D6, D4 }


+ 1
- 0
keyboards/merge/uma/config.h View File

@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D6, D4 }


+ 2
- 0
keyboards/mode/m80v1/config.h View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
/*
* Keyboard Matrix Assignments
*


+ 2
- 0
keyboards/nightly_boards/adellein/encoder_action.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 2
- 0
keyboards/nightly_boards/n40_o/encoder_action.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 2
- 0
keyboards/nightly_boards/n60_s/encoder_action.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 2
- 0
keyboards/nightly_boards/octopad/encoder_action.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 1
- 2
keyboards/np12/config.h View File

@ -14,8 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define MATRIX_ROW_PINS { D7, E6, B4, F7 }
#define MATRIX_COL_PINS { D1, D0, D4, C6, F6 }


+ 2
- 0
keyboards/planck/rev6/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
// The SysTick timer from the normal quantum/stm32 uses TIM2 -- the WS2812 pin used


+ 2
- 0
keyboards/planck/rev6_drop/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
// The SysTick timer from the normal quantum/stm32 uses TIM2 -- the WS2812 pin used


+ 2
- 0
keyboards/preonic/rev3/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
// The SysTick timer from the normal quantum/stm32 uses TIM2 -- the WS2812 pin used


+ 2
- 0
keyboards/preonic/rev3_drop/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
// The SysTick timer from the normal quantum/stm32 uses TIM2 -- the WS2812 pin used


+ 0
- 1
keyboards/quarkeys/z67/hotswap/config.h View File

@ -13,7 +13,6 @@
*/
#pragma once
#include "config_common.h"
#define DIODE_DIRECTION COL2ROW


+ 0
- 1
keyboards/quarkeys/z67/solder/config.h View File

@ -13,7 +13,6 @@
*/
#pragma once
#include "config_common.h"
#define DIODE_DIRECTION COL2ROW


+ 2
- 0
keyboards/rmi_kb/squishyfrl/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
#undef STM32_PWM_USE_TIM2


+ 2
- 0
keyboards/rmi_kb/squishytkl/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
#undef STM32_PWM_USE_TIM2


+ 2
- 0
keyboards/sawnsprojects/krush/krush65/hotswap/encoder_actions.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 2
- 0
keyboards/sawnsprojects/krush/krush65/solder/encoder_actions.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 2
- 0
keyboards/spaceholdings/nebula68b/hs/config.h View File

@ -15,5 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#undef RGB_MATRIX_LED_COUNT
#define RGB_MATRIX_LED_COUNT 78

+ 2
- 0
keyboards/stello65/beta/encoder_actions.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


+ 2
- 0
keyboards/teleport/native/mcuconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include_next <mcuconf.h>
/* Set PLL M divider from 4 (F411 GENERIC default) to 8, because of 16 MHz crystal on board */


+ 2
- 0
keyboards/weirdo/geminate60/chconf.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// Need to override the SysTick timer to use TIM3 -- this is a 16-bit timer on F303
// so we need to change resolution and frequency to match.
#define CH_CFG_ST_RESOLUTION 16


+ 2
- 0
keyboards/wekey/we27/encoder_actions.h View File

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
void encoder_action_unregister(void);


Loading…
Cancel
Save