diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 15:34:35 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 15:34:35 +0300 |
commit | 0a040a89e8a16ea1ebfef20cdc05f96b312cc853 (patch) | |
tree | 482bef20ba978b24d26be839c5ec5bd59d318fca /keyboards/chibios_test | |
parent | b11657d1c8a3360779b6b412806d89ca3175fc5f (diff) | |
download | qmk_firmware-0a040a89e8a16ea1ebfef20cdc05f96b312cc853.tar.gz qmk_firmware-0a040a89e8a16ea1ebfef20cdc05f96b312cc853.zip |
Move ChibiOS test board and ld
Move the ChibiOS test subproject board and ld files to the kebyoard
folder, so that the build system can find them
Diffstat (limited to 'keyboards/chibios_test')
-rw-r--r-- | keyboards/chibios_test/boards/GENERIC_STM32_F103/board.c (renamed from keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c) | 0 | ||||
-rw-r--r-- | keyboards/chibios_test/boards/GENERIC_STM32_F103/board.h (renamed from keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h) | 0 | ||||
-rw-r--r-- | keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk (renamed from keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk) | 0 | ||||
-rw-r--r-- | keyboards/chibios_test/boards/GENERIC_STM32_F103/mini_stm32_mapping.png (renamed from keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png) | bin | 162908 -> 162908 bytes | |||
-rw-r--r-- | keyboards/chibios_test/boards/maple_mini_mapping.png (renamed from keyboards/chibios_test/stm32_f103_onekey/boards/maple_mini_mapping.png) | bin | 237977 -> 237977 bytes | |||
-rw-r--r-- | keyboards/chibios_test/ld/MKL26Z64.ld (renamed from keyboards/chibios_test/teensy_lc_onekey/ld/MKL26Z64.ld) | 0 | ||||
-rw-r--r-- | keyboards/chibios_test/ld/STM32F103x8_stm32duino_bootloader.ld (renamed from keyboards/chibios_test/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.c index 31319ef575..31319ef575 100644 --- a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c +++ b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.c diff --git a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.h index 7253e77826..7253e77826 100644 --- a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h +++ b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.h diff --git a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk index d692c0ee46..d692c0ee46 100644 --- a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk +++ b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk diff --git a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png b/keyboards/chibios_test/boards/GENERIC_STM32_F103/mini_stm32_mapping.png Binary files differindex c44a7d9ebc..c44a7d9ebc 100644 --- a/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png +++ b/keyboards/chibios_test/boards/GENERIC_STM32_F103/mini_stm32_mapping.png diff --git a/keyboards/chibios_test/stm32_f103_onekey/boards/maple_mini_mapping.png b/keyboards/chibios_test/boards/maple_mini_mapping.png Binary files differindex 12cfa81db2..12cfa81db2 100644 --- a/keyboards/chibios_test/stm32_f103_onekey/boards/maple_mini_mapping.png +++ b/keyboards/chibios_test/boards/maple_mini_mapping.png diff --git a/keyboards/chibios_test/teensy_lc_onekey/ld/MKL26Z64.ld b/keyboards/chibios_test/ld/MKL26Z64.ld index fb141f888c..fb141f888c 100644 --- a/keyboards/chibios_test/teensy_lc_onekey/ld/MKL26Z64.ld +++ b/keyboards/chibios_test/ld/MKL26Z64.ld diff --git a/keyboards/chibios_test/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld b/keyboards/chibios_test/ld/STM32F103x8_stm32duino_bootloader.ld index 00613328ed..00613328ed 100644 --- a/keyboards/chibios_test/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld +++ b/keyboards/chibios_test/ld/STM32F103x8_stm32duino_bootloader.ld |