You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 lines
3.7 KiB

2020 November 28 Breaking Changes Update (#11053) * Branch point for 2020 November 28 Breaking Change * Remove matrix_col_t to allow MATRIX_ROWS > 32 (#10183) * Add support for soft serial to ATmega32U2 (#10204) * Change MIDI velocity implementation to allow direct control of velocity value (#9940) * Add ability to build a subset of all keyboards based on platform. * Actually use eeprom_driver_init(). * Make bootloader_jump weak for ChibiOS. (#10417) * Joystick 16-bit support (#10439) * Per-encoder resolutions (#10259) * Share button state from mousekey to pointing_device (#10179) * Add hotfix for chibios keyboards not wake (#10088) * Add advanced/efficient RGB Matrix Indicators (#8564) * Naming change. * Support for STM32 GPIOF,G,H,I,J,K (#10206) * Add milc as a dependency and remove the installed milc (#10563) * ChibiOS upgrade: early init conversions (#10214) * ChibiOS upgrade: configuration file migrator (#9952) * Haptic and solenoid cleanup (#9700) * XD75 cleanup (#10524) * OLED display update interval support (#10388) * Add definition based on currently-selected serial driver. (#10716) * New feature: Retro Tapping per key (#10622) * Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) * Add housekeeping task callbacks so that keyboards/keymaps are capable of executing code for each main loop iteration. (#10530) * Rescale both ChibiOS and AVR backlighting. * Reduce Helix keyboard build variation (#8669) * Minor change to behavior allowing display updates to continue between task ticks (#10750) * Some GPIO manipulations in matrix.c change to atomic. (#10491) * qmk cformat (#10767) * [Keyboard] Update the Speedo firmware for v3.0 (#10657) * Maartenwut/Maarten namechange to evyd13/Evy (#10274) * [quantum] combine repeated lines of code (#10837) * Add step sequencer feature (#9703) * aeboards/ext65 refactor (#10820) * Refactor xelus/dawn60 for Rev2 later (#10584) * add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824) * [Core] Added `add_oneshot_mods` & `del_oneshot_mods` (#10549) * update chibios os usb for the otg driver (#8893) * Remove HD44780 References, Part 4 (#10735) * [Keyboard] Add Valor FRL TKL (+refactor) (#10512) * Fix cursor position bug in oled_write_raw functions (#10800) * Fixup version.h writing when using SKIP_VERSION=yes (#10972) * Allow for certain code in the codebase assuming length of string. (#10974) * Add AT90USB support for serial.c (#10706) * Auto shift: support repeats and early registration (#9826) * Rename ledmatrix.h to match .c file (#7949) * Split RGB_MATRIX_ENABLE into _ENABLE and _DRIVER (#10231) * Split LED_MATRIX_ENABLE into _ENABLE and _DRIVER (#10840) * Merge point for 2020 Nov 28 Breaking Change
3 years ago
  1. BUILD_OPTION_NAMES = \
  2. BOOTMAGIC_ENABLE \
  3. MOUSEKEY_ENABLE \
  4. EXTRAKEY_ENABLE \
  5. CONSOLE_ENABLE \
  6. COMMAND_ENABLE \
  7. NKRO_ENABLE \
  8. TERMINAL_ENABLE \
  9. CUSTOM_MATRIX \
  10. DEBOUNCE_TYPE \
  11. SPLIT_KEYBOARD \
  12. DYNAMIC_KEYMAP_ENABLE \
  13. USB_HID_ENABLE \
  14. VIA_ENABLE
  15. HARDWARE_OPTION_NAMES = \
  16. SLEEP_LED_ENABLE \
  17. BACKLIGHT_ENABLE \
  18. BACKLIGHT_DRIVER \
  19. RGBLIGHT_ENABLE \
  20. RGBLIGHT_CUSTOM_DRIVER \
  21. RGB_MATRIX_ENABLE \
  22. RGB_MATRIX_DRIVER \
  23. CIE1931_CURVE \
  24. MIDI_ENABLE \
  25. BLUETOOTH_ENABLE \
  26. BLUETOOTH_DRIVER \
  27. AUDIO_ENABLE \
  28. HD44780_ENABLE \
  29. ENCODER_ENABLE \
  30. LED_TABLES \
  31. POINTING_DEVICE_ENABLE \
  32. DIP_SWITCH_ENABLE
  33. OTHER_OPTION_NAMES = \
  34. UNICODE_ENABLE \
  35. UCIS_ENABLE \
  36. UNICODEMAP_ENABLE \
  37. UNICODE_COMMON \
  38. AUTO_SHIFT_ENABLE \
  39. AUTO_SHIFT_MODIFIERS \
  40. DYNAMIC_TAPPING_TERM_ENABLE \
  41. COMBO_ENABLE \
  42. KEY_LOCK_ENABLE \
  43. KEY_OVERRIDE_ENABLE \
  44. LEADER_ENABLE \
  45. PRINTING_ENABLE \
  46. STENO_ENABLE \
  47. TAP_DANCE_ENABLE \
  48. VIRTSER_ENABLE \
  49. OLED_ENABLE \
  50. OLED_DRIVER \
  51. LED_BACK_ENABLE \
  52. LED_UNDERGLOW_ENABLE \
  53. LED_ANIMATIONS \
  54. IOS_DEVICE_ENABLE \
  55. HELIX ZINC \
  56. AUTOLOG_ENABLE \
  57. DEBUG_ENABLE \
  58. ENCODER_MAP_ENABLE \
  59. ENCODER_ENABLE_CUSTOM \
  60. GERMAN_ENABLE \
  61. HAPTIC_ENABLE \
  62. HHKB_RN42_ENABLE \
  63. ISSI_ENABLE \
  64. KEYLOGGER_ENABLE \
  65. LCD_BACKLIGHT_ENABLE \
  66. MACROS_ENABLED \
  67. PS2_MOUSE_ENABLE \
  68. RAW_ENABLE \
  69. SWAP_HANDS_ENABLE \
  70. RING_BUFFERED_6KRO_REPORT_ENABLE \
  71. WATCHDOG_ENABLE \
  72. ERGOINU \
  73. NO_USB_STARTUP_CHECK \
  74. DISABLE_PROMICRO_LEDs \
  75. MITOSIS_DATAGROK_BOTTOMSPACE \
  76. MITOSIS_DATAGROK_SLOWUART \
  77. RGB_MATRIX_KEYPRESSES \
  78. LED_MIRRORED \
  79. RGBLIGHT_FULL_POWER \
  80. LTO_ENABLE \
  81. PROGRAMMABLE_BUTTON_ENABLE \
  82. SECURE_ENABLE \
  83. CAPS_WORD_ENABLE
  84. define NAME_ECHO
  85. @printf " %-30s = %-16s # %s\\n" "$1" "$($1)" "$(origin $1)"
  86. endef
  87. define YAML_NAME_ECHO
  88. @echo ' $1 : "$(strip $($1))"'
  89. endef
  90. .PHONY: show_build_options0 show_build_options
  91. show_build_options0:
  92. @echo " KEYBOARD = $(KEYBOARD)"
  93. @echo " KEYMAP = $(KEYMAP)"
  94. @echo " MCU = $(MCU)"
  95. @echo " MCU_SERIES = $(MCU_SERIES)"
  96. @echo " PLATFORM = $(PLATFORM)"
  97. @echo " BOOTLOADER = $(BOOTLOADER)"
  98. @echo " FIRMWARE_FORMAT = $(FIRMWARE_FORMAT)"
  99. @echo
  100. @echo "Build Options:"
  101. $(foreach A_OPTION_NAME,$(sort $(BUILD_OPTION_NAMES)),\
  102. $(call NAME_ECHO,$(A_OPTION_NAME)))
  103. show_build_options: show_build_options0
  104. @echo
  105. @echo "If you want to know more, please try 'show_all_features' or 'show_full_features'"
  106. @echo
  107. .PHONY: show_all_features
  108. show_all_features: show_build_options0
  109. @echo
  110. @echo "Hardware Options:"
  111. $(foreach A_OPTION_NAME,$(sort $(HARDWARE_OPTION_NAMES)),\
  112. $(if $($(A_OPTION_NAME)),$(call NAME_ECHO,$(A_OPTION_NAME))))
  113. @echo
  114. @echo "Other Options:"
  115. $(foreach A_OPTION_NAME,$(sort $(OTHER_OPTION_NAMES)),\
  116. $(if $($(A_OPTION_NAME)),$(call NAME_ECHO,$(A_OPTION_NAME))))
  117. .PHONY: show_full_features
  118. show_full_features: show_build_options0
  119. @echo
  120. @echo "Hardware Options:"
  121. $(foreach A_OPTION_NAME,$(sort $(HARDWARE_OPTION_NAMES)),\
  122. $(call NAME_ECHO,$(A_OPTION_NAME)))
  123. @echo
  124. @echo "Other Options:"
  125. $(foreach A_OPTION_NAME,$(sort $(OTHER_OPTION_NAMES)),\
  126. $(call NAME_ECHO,$(A_OPTION_NAME)))
  127. .PHONY: yaml_build_options
  128. yaml_build_options:
  129. @echo '- KEYBOARD : "$(KEYBOARD)"'
  130. @echo ' KEYMAP : "$(KEYMAP)"'
  131. @echo ' MCU : "$(MCU)"'
  132. @echo ' MCU_SERIES : "$(MCU_SERIES)"'
  133. @echo ' PLATFORM : "$(PLATFORM)"'
  134. @echo ' FIRMWARE_FORMAT : "$(FIRMWARE_FORMAT)"'
  135. $(foreach A_OPTION_NAME,$(sort $(BUILD_OPTION_NAMES)),\
  136. $(call YAML_NAME_ECHO,$(A_OPTION_NAME)))
  137. $(foreach A_OPTION_NAME,$(sort $(HARDWARE_OPTION_NAMES)),\
  138. $(if $($(A_OPTION_NAME)),$(call YAML_NAME_ECHO,$(A_OPTION_NAME))))
  139. $(foreach A_OPTION_NAME,$(sort $(OTHER_OPTION_NAMES)),\
  140. $(if $($(A_OPTION_NAME)),$(call YAML_NAME_ECHO,$(A_OPTION_NAME))))