logo

qmk_firmware

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

config.h (1786B)


  1. /* Copyright 2018 Jason Williams (Wilba)
  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 2 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. /*
  18. * Feature disable options
  19. * These options are also useful to firmware size reduction.
  20. */
  21. /* disable debug print */
  22. //#define NO_DEBUG
  23. /* disable print */
  24. //#define NO_PRINT
  25. /* disable action features */
  26. //#define NO_ACTION_LAYER
  27. //#define NO_ACTION_TAPPING
  28. //#define NO_ACTION_ONESHOT
  29. // enable the mono backlight
  30. #define MONO_BACKLIGHT_ENABLED 1
  31. // enable the specific indicators
  32. #define MONO_BACKLIGHT_WT60_A
  33. // disable backlight when USB suspended (PC sleep/hibernate/shutdown)
  34. #define MONO_BACKLIGHT_DISABLE_WHEN_USB_SUSPENDED 0
  35. // disable backlight after timeout in minutes, 0 = no timeout
  36. #define MONO_BACKLIGHT_DISABLE_AFTER_TIMEOUT 0
  37. // the default brightness
  38. #define MONO_BACKLIGHT_BRIGHTNESS 255
  39. // the default effect
  40. #define MONO_BACKLIGHT_EFFECT 1
  41. // the default effect speed (0-3)
  42. #define MONO_BACKLIGHT_EFFECT_SPEED 0
  43. // Backlight config starts after VIA's EEPROM usage,
  44. // dynamic keymaps start after this.
  45. #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 7
  46. #define IS31FL3736_I2C_ADDRESS_1 IS31FL3736_I2C_ADDRESS_GND_GND
  47. #define IS31FL3736_LED_COUNT 96