logo

qmk_firmware

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

config.h (1573B)


  1. /*
  2. Default Keymap Config for dekuNukem/duckyPad QMK firmware
  3. Copyright (C) 2020 Max Bridgland
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  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. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. #pragma once
  16. #define NO_ACTION_FUNCTION
  17. #define NO_ACTION_ONESHOT
  18. #define OLED_TIMEOUT 90000
  19. #define RGB_MATRIX_TIMEOUT 90000
  20. #define MT_0_0 " 1 "
  21. #define MT_0_1 " 2 "
  22. #define MT_0_2 " 3 "
  23. #define MT_0_3 " 4 "
  24. #define MT_0_4 " 5 "
  25. #define MT_0_5 " 6 "
  26. #define MT_0_6 " 7 "
  27. #define MT_0_7 " 8 "
  28. #define MT_0_8 " 9 "
  29. #define MT_0_9 " . "
  30. #define MT_0_10 " 0 "
  31. #define MT_0_11 " = "
  32. #define MT_0_12 " - "
  33. #define MT_0_13 " + "
  34. #define MT_0_14 " enter"
  35. #define MT_1_0 " stat "
  36. #define MT_1_1 " brth "
  37. #define MT_1_2 " rbow "
  38. #define MT_1_3 " swrl "
  39. #define MT_1_4 " spd- "
  40. #define MT_1_5 " spd+ "
  41. #define MT_1_6 " eff- "
  42. #define MT_1_7 " sat- "
  43. #define MT_1_8 " sat+ "
  44. #define MT_1_9 " eff+ "
  45. #define MT_1_10 " hue- "
  46. #define MT_1_11 " hue+ "
  47. #define MT_1_12 " powr "
  48. #define MT_1_13 " bri- "
  49. #define MT_1_14 " bri+ "