Skip to content

Commit

Permalink
Miscellaneous stuff: remove clang-complete and autocomplete.sh, fix s…
Browse files Browse the repository at this point in the history
…ome rules.mk comments (qmk#8784)
  • Loading branch information
fauxpark committed Apr 15, 2020
1 parent 2ae39cc commit e990863
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 29 deletions.
24 changes: 0 additions & 24 deletions .clang_complete

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ quantum/version.h
.idea/
CMakeLists.txt
cmake-build-debug
.clang_complete
doxygen/
.DS_Store
/util/wsl_downloaded
Expand Down
1 change: 0 additions & 1 deletion autocomplete.sh

This file was deleted.

2 changes: 1 addition & 1 deletion keyboards/cannonkeys/db60/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MCU Name
# MCU name
MCU = STM32F072

# Build Options
Expand Down
2 changes: 1 addition & 1 deletion keyboards/cannonkeys/devastatingtkl/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MCU Name
# MCU name
MCU = STM32F072

# Build Options
Expand Down
7 changes: 7 additions & 0 deletions keyboards/handwired/slash/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions keyboards/splitish/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion keyboards/wsk/gothic50/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion keyboards/wsk/gothic70/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e990863

Please sign in to comment.