瀏覽代碼

Miscellaneous stuff: remove clang-complete and autocomplete.sh, fix some rules.mk comments (#8784)

Ryan 5 年之前
父節點
當前提交
e990863296

+ 0 - 24
.clang_complete

@@ -1,24 +0,0 @@
-
--I.
--I./drivers
--I./drivers/avr
--I./keyboards/ergodox_ez
--I./keyboards/ergodox_ez/keymaps/vim
--I./lib
--I./lib/lufa
--I./quantum
--I./quantum/api
--I./quantum/audio
--I./quantum/keymap_extras
--I./quantum/process_keycode
--I./quantum/serial_link
--I./quantum/template
--I./quantum/tools
--I./quantum/visualizer
--I./tmk_core
--I./tmk_core/common
--I./tmk_core/common/debug.h
--I./tmk_core/protocol
--I./tmk_core/protocol/lufa
--I./util
--DQMK_KEYBOARD=\"$(KEYBOARD)\" -DQMK_KEYMAP=\"$(KEYMAP)\"

+ 1 - 0
.gitignore

@@ -24,6 +24,7 @@ quantum/version.h
 .idea/
 CMakeLists.txt
 cmake-build-debug
+.clang_complete
 doxygen/
 .DS_Store
 /util/wsl_downloaded

File diff suppressed because it is too large
+ 0 - 0
autocomplete.sh


+ 1 - 1
keyboards/cannonkeys/db60/rules.mk

@@ -1,4 +1,4 @@
-# MCU Name
+# MCU name
 MCU = STM32F072
 
 # Build Options

+ 1 - 1
keyboards/cannonkeys/devastatingtkl/rules.mk

@@ -1,4 +1,4 @@
-# MCU Name
+# MCU name
 MCU = STM32F072
 
 # Build Options

+ 7 - 0
keyboards/handwired/slash/rules.mk

@@ -5,6 +5,13 @@ MCU = atmega32u4
 F_CPU = 8000000
 
 # Bootloader selection
+#   Teensy       halfkay
+#   Pro Micro    caterina
+#   Atmel DFU    atmel-dfu
+#   LUFA DFU     lufa-dfu
+#   QMK DFU      qmk-dfu
+#   ATmega32A    bootloadHID
+#   ATmega328P   USBasp
 BOOTLOADER = caterina
 
 # Build Options

+ 8 - 0
keyboards/splitish/rules.mk

@@ -1,6 +1,14 @@
 # MCU name
 MCU = atmega32u4
 
+# Bootloader selection
+#   Teensy       halfkay
+#   Pro Micro    caterina
+#   Atmel DFU    atmel-dfu
+#   LUFA DFU     lufa-dfu
+#   QMK DFU      qmk-dfu
+#   ATmega32A    bootloadHID
+#   ATmega328P   USBasp
 BOOTLOADER = caterina
 
 BOOTMAGIC_ENABLE = yes      # Virtual DIP switch configuration

+ 2 - 1
keyboards/wsk/gothic50/rules.mk

@@ -7,7 +7,8 @@ MCU = atmega32u4
 #   Atmel DFU    atmel-dfu
 #   LUFA DFU     lufa-dfu
 #   QMK DFU      qmk-dfu
-#   atmega32a    bootloadHID
+#   ATmega32A    bootloadHID
+#   ATmega328P   USBasp
 BOOTLOADER = atmel-dfu
 
 # Build Options

+ 2 - 1
keyboards/wsk/gothic70/rules.mk

@@ -7,7 +7,8 @@ MCU = atmega32u4
 #   Atmel DFU    atmel-dfu
 #   LUFA DFU     lufa-dfu
 #   QMK DFU      qmk-dfu
-#   atmega32a    bootloadHID
+#   ATmega32A    bootloadHID
+#   ATmega328P   USBasp
 BOOTLOADER = atmel-dfu
 
 # Build Options

Some files were not shown because too many files changed in this diff