Skip to content

Commit decf035

Browse files
committed
Renaming Output modules pjrcUSB -> USB, uartOut -> UARTOut, usbMuxUart -> USBxUART
- pjrcUSB is going to start diverging more and makes less sense to maintain the name - uartOut and usbMuxUart are already referred to as UARTOut and USBxUART - Updated all build scripts and documentation - Adding links to the Keyboard/README.md
1 parent 2dd024f commit decf035

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+70
-72
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ set( MacroModule "PartialMap"
7676
CACHE STRING "Macro Module" )
7777

7878
##| Sends the current list of usb key codes through USB HID
79-
set( OutputModule "pjrcUSB"
79+
set( OutputModule "USB"
8080
CACHE STRING "Output Module"
8181
)
8282

Keyboards/README.md

Lines changed: 38 additions & 38 deletions

Keyboards/Testing/mk20test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PartialMaps[1]="whitefox/whitefox"
4444
# Keyboard Module Configuration
4545
ScanModule="WhiteFox"
4646
MacroModule="PixelMap"
47-
OutputModule="pjrcUSB"
47+
OutputModule="USB"
4848
DebugModule="full"
4949

5050
# Microcontroller

Keyboards/Testing/mk22test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PartialMaps[1]="whitefox/whitefox"
4444
# Keyboard Module Configuration
4545
ScanModule="WhiteFox"
4646
MacroModule="PixelMap"
47-
OutputModule="pjrcUSB"
47+
OutputModule="USB"
4848
DebugModule="full"
4949

5050
# Microcontroller

Keyboards/Testing/mk64test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PartialMaps[1]="whitefox/whitefox"
4444
# Keyboard Module Configuration
4545
ScanModule="WhiteFox"
4646
MacroModule="PixelMap"
47-
OutputModule="pjrcUSB"
47+
OutputModule="USB"
4848
DebugModule="full"
4949

5050
# Microcontroller

Keyboards/Testing/mk66test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PartialMaps[1]="whitefox/whitefox"
4444
# Keyboard Module Configuration
4545
ScanModule="WhiteFox"
4646
MacroModule="PixelMap"
47-
OutputModule="pjrcUSB"
47+
OutputModule="USB"
4848
DebugModule="full"
4949

5050
# Microcontroller

Keyboards/Testing/template.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PartialMaps[2]="colemak"
4545
# Keyboard Module Configuration
4646
ScanModule="Infinity_60"
4747
MacroModule="PartialMap"
48-
OutputModule="pjrcUSB"
48+
OutputModule="USB"
4949
DebugModule="full"
5050

5151
# Microcontroller

Keyboards/Testing/uartout.bash

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ PartialMaps[2]="colemak"
4343
# NOTE: Changing any of these variables will require a force build to compile correctly
4444

4545
# Keyboard Module Configuration
46-
ScanModule="MD1"
47-
#ScanModule="Infinity_60%" # XXX Ninja build generator has issues with %'s in filenames...
46+
ScanModule="Infinity_60"
4847
MacroModule="PartialMap"
49-
OutputModule="uartOut"
48+
OutputModule="UARTOut"
5049
DebugModule="full"
5150

5251
# Microcontroller

Keyboards/Testing/usbmuxuart.bash

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ PartialMaps[2]="colemak"
4343
# NOTE: Changing any of these variables will require a force build to compile correctly
4444

4545
# Keyboard Module Configuration
46-
ScanModule="MD1"
47-
#ScanModule="Infinity_60%" # XXX Ninja build generator has issues with %'s in filenames...
46+
ScanModule="Infinity_60"
4847
MacroModule="PartialMap"
49-
OutputModule="usbMuxUart"
48+
OutputModule="USBxUART"
5049
DebugModule="full"
5150

5251
# Microcontroller

Keyboards/ergodox-l.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PartialMaps[2]="infinity_ergodox/iced_numpad"
4848
# Keyboard Module Configuration
4949
ScanModule="Infinity_Ergodox"
5050
MacroModule="PixelMap"
51-
OutputModule="pjrcUSB"
51+
OutputModule="USB"
5252
DebugModule="full"
5353

5454
# Microcontroller

Keyboards/ergodox-r.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PartialMaps[2]="infinity_ergodox/iced_numpad"
4747
# Keyboard Module Configuration
4848
ScanModule="Infinity_Ergodox"
4949
MacroModule="PixelMap"
50-
OutputModule="pjrcUSB"
50+
OutputModule="USB"
5151
DebugModule="full"
5252

5353
# Microcontroller

Keyboards/icpad.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PartialMaps[1]=""
4444
# Keyboard Module Configuration
4545
ScanModule="ICPad"
4646
MacroModule="PixelMap"
47-
OutputModule="pjrcUSB"
47+
OutputModule="USB"
4848
DebugModule="full"
4949

5050
# Microcontroller

Keyboards/infinity.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PartialMaps[1]="ic60/hhkbpro2"
5454
# Keyboard Module Configuration
5555
ScanModule="Infinity_60"
5656
MacroModule="PartialMap"
57-
OutputModule="pjrcUSB"
57+
OutputModule="USB"
5858
DebugModule="full"
5959

6060
# Microcontroller

Keyboards/infinity_led.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PartialMaps[1]="ic60/hhkbpro2"
5454
# Keyboard Module Configuration
5555
ScanModule="Infinity_60_LED"
5656
MacroModule="PixelMap"
57-
OutputModule="pjrcUSB"
57+
OutputModule="USB"
5858
DebugModule="full"
5959

6060
# Microcontroller

Keyboards/k-type.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DefaultMap="k-type/release.1 stdFuncMap"
4343
# Keyboard Module Configuration
4444
ScanModule="K-Type"
4545
MacroModule="PixelMap"
46-
OutputModule="pjrcUSB"
46+
OutputModule="USB"
4747
DebugModule="full"
4848

4949
# Microcontroller

Keyboards/k-type.p2.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ DefaultMap="k-type/vmw stdFuncMap"
4545
# Keyboard Module Configuration
4646
ScanModule="K-Type"
4747
MacroModule="PixelMap"
48-
OutputModule="pjrcUSB"
48+
OutputModule="USB"
4949
DebugModule="full"
5050

5151
# Microcontroller

Keyboards/k-type.p3.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PartialMaps[2]="k-type/unset_v1 k-type/color_painter"
4545
# Keyboard Module Configuration
4646
ScanModule="K-Type"
4747
MacroModule="PixelMap"
48-
OutputModule="pjrcUSB"
48+
OutputModule="USB"
4949
DebugModule="full"
5050

5151
# Microcontroller

Keyboards/kira.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DefaultMap="kira/demo.1 stdFuncMap remote_reload"
4343
# Keyboard Module Configuration
4444
ScanModule="Kira"
4545
MacroModule="PixelMap"
46-
OutputModule="pjrcUSB"
46+
OutputModule="USB"
4747
DebugModule="full"
4848

4949
# Microcontroller

Keyboards/ps2_converter.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DefaultMap="stdFuncMap"
4141
# Keyboard Module Configuration
4242
ScanModule="PS2"
4343
MacroModule="PartialMap"
44-
OutputModule="pjrcUSB"
44+
OutputModule="USB"
4545
DebugModule="full"
4646

4747
# Microcontroller

Keyboards/template.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PartialMaps[2]="colemak"
4747
# Keyboard Module Configuration
4848
ScanModule="Infinity_60"
4949
MacroModule="PartialMap"
50-
OutputModule="pjrcUSB"
50+
OutputModule="USB"
5151
DebugModule="full"
5252

5353
# Microcontroller

Keyboards/whitefox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PartialMaps[1]="whitefox/whitefox"
5252
# Keyboard Module Configuration
5353
ScanModule="WhiteFox"
5454
MacroModule="PixelMap"
55-
OutputModule="pjrcUSB"
55+
OutputModule="USB"
5656
DebugModule="full"
5757

5858
# Microcontroller

Output/README.md

Lines changed: 3 additions & 3 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Output/uartOut/setup.cmake renamed to Output/UARTOut/setup.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###| CMake Kiibohd Controller UART Output Module |###
22
#
3-
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
3+
# Written by Jacob Alexander in 2014-2017 for the Kiibohd Controller
44
#
55
# Released into the Public Domain
66
#
@@ -36,7 +36,7 @@ endif ()
3636

3737
# Use pjrcUSB output_com.h
3838
include_directories (
39-
${CMAKE_CURRENT_LIST_DIR}/../pjrcUSB
39+
${CMAKE_CURRENT_LIST_DIR}/../USB
4040
)
4141

4242

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Output/usbMuxUart/setup.cmake renamed to Output/USBxUART/setup.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###| CMake Kiibohd Controller Muxed UART and USB Output Module |###
22
#
3-
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
3+
# Written by Jacob Alexander in 2014-2017 for the Kiibohd Controller
44
#
55
# Released into the Public Domain
66
#
@@ -11,8 +11,8 @@
1111
# Required Submodules
1212
#
1313

14-
AddModule ( Output pjrcUSB )
15-
AddModule ( Output uartOut )
14+
AddModule ( Output USB )
15+
AddModule ( Output UARTOut )
1616

1717

1818
###
@@ -25,8 +25,8 @@ set( Module_SRCS
2525

2626
# Remove duplicate output_com.c files from pjrcUSB and uartOut
2727
list ( REMOVE_ITEM Output_SRCS
28-
Output/pjrcUSB/output_com.c
29-
Output/uartOut/output_com.c
28+
Output/USB/output_com.c
29+
Output/UARTOut/output_com.c
3030
)
3131

3232

0 commit comments

Comments
 (0)