logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (2517B)


  1. /* Copyright 2023 Cipulot
  2. *
  3. * This program is free software: you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License as published by
  5. * the Free Software Foundation, either version 3 of the License, or
  6. * (at your option) any later version.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #pragma once
  17. #define MATRIX_ROWS 6
  18. #define MATRIX_COLS 19
  19. #define UNUSED_POSITIONS_LIST { {0, 1}, {0, 10}, {3, 14}, {4, 13}, {5, 4}, {5, 7}, {5, 12} }
  20. #define MATRIX_ROW_PINS \
  21. { B13, B12, B14, A9, B6, B7 }
  22. #define AMUX_COUNT 3
  23. #define AMUX_MAX_COLS_COUNT 8
  24. #define AMUX_EN_PINS \
  25. { A0, A1, A8 }
  26. #define AMUX_SEL_PINS \
  27. { A4, A3, A2 }
  28. #define AMUX_COL_CHANNELS_SIZES \
  29. { 8, 7, 4 }
  30. #define AMUX_0_COL_CHANNELS \
  31. { 0, 3, 1, 2, 4, 6, 7, 5 }
  32. #define AMUX_1_COL_CHANNELS \
  33. { 1, 0, 3, 2, 4, 6, 7 }
  34. #define AMUX_2_COL_CHANNELS \
  35. { 4, 6, 7, 5 }
  36. #define AMUX_COL_CHANNELS AMUX_0_COL_CHANNELS, AMUX_1_COL_CHANNELS, AMUX_2_COL_CHANNELS
  37. #define DISCHARGE_PIN A6
  38. #define ANALOG_PORT A7
  39. #define DEFAULT_ACTUATION_MODE 0
  40. #define DEFAULT_MODE_0_ACTUATION_LEVEL 550
  41. #define DEFAULT_MODE_0_RELEASE_LEVEL 500
  42. #define DEFAULT_MODE_1_INITIAL_DEADZONE_OFFSET DEFAULT_MODE_0_ACTUATION_LEVEL
  43. #define DEFAULT_MODE_1_ACTUATION_OFFSET 70
  44. #define DEFAULT_MODE_1_RELEASE_OFFSET 70
  45. #define DEFAULT_EXTREMUM 1023
  46. #define EXPECTED_NOISE_FLOOR 0
  47. #define NOISE_FLOOR_THRESHOLD 50
  48. #define BOTTOMING_CALIBRATION_THRESHOLD 100
  49. #define DEFAULT_NOISE_FLOOR_SAMPLING_COUNT 30
  50. #define DEFAULT_BOTTOMING_READING 1023
  51. #define DEFAULT_CALIBRATION_STARTER true
  52. #define DISCHARGE_TIME 10
  53. //#define DEBUG_MATRIX_SCAN_RATE
  54. #define EECONFIG_KB_DATA_SIZE 249
  55. // Indicators
  56. // PWM driver with direct memory access (DMA) support
  57. #define WS2812_PWM_COMPLEMENTARY_OUTPUT
  58. #define WS2812_PWM_DRIVER PWMD1
  59. #define WS2812_PWM_CHANNEL 3
  60. #define WS2812_PWM_PAL_MODE 1
  61. #define WS2812_DMA_STREAM STM32_DMA2_STREAM5
  62. #define WS2812_DMA_CHANNEL 6
  63. #define NUM_INDICATOR_INDEX 0
  64. #define CAPS_INDICATOR_INDEX 1
  65. #define SCROLL_INDICATOR_INDEX 2
  66. #define RGB_MATRIX_DEFAULT_VAL 60
  67. #define RGB_MATRIX_SLEEP
  68. #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_SOLID_COLOR