Просмотр исходного кода

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot 6 месяцев назад
Родитель
Сommit
263d23f448
2 измененных файлов с 0 добавлено и 3 удалено
  1. 0 2
      quantum/keymap_common.c
  2. 0 1
      quantum/process_keycode/process_key_lock.c

+ 0 - 2
quantum/keymap_common.c

@@ -43,8 +43,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 extern keymap_config_t keymap_config;
 
-#include <inttypes.h>
-
 /* converts key to action */
 action_t action_for_key(uint8_t layer, keypos_t key) {
     // 16bit keycodes - important

+ 0 - 1
quantum/process_keycode/process_key_lock.c

@@ -14,7 +14,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <inttypes.h>
 #include <stdint.h>
 #include "process_key_lock.h"