diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 13:48:12 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 14:56:34 +0300 |
| commit | b11657d1c8a3360779b6b412806d89ca3175fc5f (patch) | |
| tree | d1c3bd6f08f759bff82e9e976f3d42f62a9dc459 | |
| parent | 94d3159d9dbdf711b830c6d7c5a53324097be0a5 (diff) | |
| download | qmk_firmware-b11657d1c8a3360779b6b412806d89ca3175fc5f.tar.gz qmk_firmware-b11657d1c8a3360779b6b412806d89ca3175fc5f.zip | |
Suprojects for ChibiOS testing
| -rw-r--r-- | keyboards/chibios_test/Makefile | 14 | ||||
| -rw-r--r-- | keyboards/chibios_test/chibios_test.c | 1 | ||||
| -rw-r--r-- | keyboards/chibios_test/chibios_test.h | 6 | ||||
| -rw-r--r-- | keyboards/chibios_test/config.h (renamed from keyboards/stm32_f072_onekey/config.h) | 8 | ||||
| -rw-r--r-- | keyboards/chibios_test/keymaps/default/keymap.c (renamed from keyboards/stm32_f072_onekey/keymaps/default/keymap.c) | 2 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/Makefile (renamed from keyboards/stm32_f072_onekey/Makefile) | 11 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/bootloader_defs.h (renamed from keyboards/stm32_f072_onekey/bootloader_defs.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/chconf.h (renamed from keyboards/stm32_f072_onekey/chconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/config.h | 7 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/halconf.h (renamed from keyboards/stm32_f072_onekey/halconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/led.c (renamed from keyboards/stm32_f072_onekey/led.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/matrix.c (renamed from keyboards/stm32_f072_onekey/matrix.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/mcuconf.h (renamed from keyboards/stm32_f072_onekey/mcuconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.c (renamed from keyboards/stm32_f072_onekey/stm32_f072_onekey.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h (renamed from keyboards/stm32_f072_onekey/stm32_f072_onekey.h) | 2 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/Makefile (renamed from keyboards/stm32_f103_onekey/Makefile) | 14 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c (renamed from keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h (renamed from keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk (renamed from keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png (renamed from keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png) | bin | 162908 -> 162908 bytes | |||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/boards/maple_mini_mapping.png (renamed from keyboards/stm32_f103_onekey/boards/maple_mini_mapping.png) | bin | 237977 -> 237977 bytes | |||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/bootloader_defs.h (renamed from keyboards/stm32_f103_onekey/bootloader_defs.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/chconf.h (renamed from keyboards/stm32_f103_onekey/chconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/config.h | 6 | ||||
| -rwxr-xr-x | keyboards/chibios_test/stm32_f103_onekey/flash.sh (renamed from keyboards/stm32_f103_onekey/flash.sh) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/halconf.h (renamed from keyboards/stm32_f103_onekey/halconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld (renamed from keyboards/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/led.c (renamed from keyboards/stm32_f103_onekey/led.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/matrix.c (renamed from keyboards/stm32_f103_onekey/matrix.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/mcuconf.h (renamed from keyboards/stm32_f103_onekey/mcuconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.c (renamed from keyboards/stm32_f103_onekey/stm32_f103_onekey.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h (renamed from keyboards/stm32_f103_onekey/stm32_f103_onekey.h) | 2 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/Makefile (renamed from keyboards/teensy_lc_onekey/Makefile) | 17 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/Makefile.3.0 (renamed from keyboards/teensy_lc_onekey/Makefile.3.0) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/Makefile.3.2 (renamed from keyboards/teensy_lc_onekey/Makefile.3.2) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/chconf.h (renamed from keyboards/teensy_lc_onekey/chconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/config.h | 6 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/halconf.h (renamed from keyboards/teensy_lc_onekey/halconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/instructions.md (renamed from keyboards/teensy_lc_onekey/instructions.md) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/ld/MKL26Z64.ld (renamed from keyboards/teensy_lc_onekey/ld/MKL26Z64.ld) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/led.c (renamed from keyboards/teensy_lc_onekey/led.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/matrix.c (renamed from keyboards/teensy_lc_onekey/matrix.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/mcuconf.h (renamed from keyboards/teensy_lc_onekey/mcuconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.c (renamed from keyboards/teensy_lc_onekey/teensy_lc_onekey.c) | 0 | ||||
| -rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.h (renamed from keyboards/teensy_lc_onekey/teensy_lc_onekey.h) | 2 | ||||
| -rw-r--r-- | keyboards/stm32_f103_onekey/config.h | 75 | ||||
| -rw-r--r-- | keyboards/stm32_f103_onekey/keymaps/default/keymap.c | 25 | ||||
| -rw-r--r-- | keyboards/teensy_lc_onekey/config.h | 75 | ||||
| -rw-r--r-- | keyboards/teensy_lc_onekey/keymaps/default/keymap.c | 32 |
49 files changed, 52 insertions, 253 deletions
diff --git a/keyboards/chibios_test/Makefile b/keyboards/chibios_test/Makefile new file mode 100644 index 000000000..d9f2b8b83 --- /dev/null +++ b/keyboards/chibios_test/Makefile | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUBPROJECT_DEFAULT = stm32_f072_onekey | ||
| 2 | |||
| 3 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 4 | MOUSEKEY_ENABLE ?= yes # Mouse keys | ||
| 5 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | ||
| 6 | CONSOLE_ENABLE ?= yes # Console for debug | ||
| 7 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | ||
| 8 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | ||
| 9 | NKRO_ENABLE ?= yes # USB Nkey Rollover | ||
| 10 | CUSTOM_MATRIX ?= yes # Custom matrix file | ||
| 11 | |||
| 12 | ifndef QUANTUM_DIR | ||
| 13 | include ../../Makefile | ||
| 14 | endif \ No newline at end of file | ||
diff --git a/keyboards/chibios_test/chibios_test.c b/keyboards/chibios_test/chibios_test.c new file mode 100644 index 000000000..efe2d4a5d --- /dev/null +++ b/keyboards/chibios_test/chibios_test.c | |||
| @@ -0,0 +1 @@ | |||
| #include "chibios_test.h" | |||
diff --git a/keyboards/chibios_test/chibios_test.h b/keyboards/chibios_test/chibios_test.h new file mode 100644 index 000000000..25b031771 --- /dev/null +++ b/keyboards/chibios_test/chibios_test.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef KEYBOARDS_CHIBIOS_TEST_CHIBIOS_TEST_H_ | ||
| 2 | #define KEYBOARDS_CHIBIOS_TEST_CHIBIOS_TEST_H_ | ||
| 3 | |||
| 4 | #include "quantum.h" | ||
| 5 | |||
| 6 | #endif /* KEYBOARDS_CHIBIOS_TEST_CHIBIOS_TEST_H_ */ | ||
diff --git a/keyboards/stm32_f072_onekey/config.h b/keyboards/chibios_test/config.h index bb5251e1d..210f15067 100644 --- a/keyboards/stm32_f072_onekey/config.h +++ b/keyboards/chibios_test/config.h | |||
| @@ -26,11 +26,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 26 | #define DEVICE_VER 0x0001 | 26 | #define DEVICE_VER 0x0001 |
| 27 | /* in python2: list(u"whatever".encode('utf-16-le')) */ | 27 | /* in python2: list(u"whatever".encode('utf-16-le')) */ |
| 28 | /* at most 32 characters or the ugly hack in usb_main.c borks */ | 28 | /* at most 32 characters or the ugly hack in usb_main.c borks */ |
| 29 | #define MANUFACTURER "TMK" | 29 | #define MANUFACTURER "QMK" |
| 30 | #define USBSTR_MANUFACTURER 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', '\xc6', '\x00' | 30 | #define USBSTR_MANUFACTURER 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', '\xc6', '\x00' |
| 31 | #define PRODUCT "ChibiOS TMK test" | 31 | #define PRODUCT "ChibiOS QMK test" |
| 32 | #define USBSTR_PRODUCT 'C', '\x00', 'h', '\x00', 'i', '\x00', 'b', '\x00', 'i', '\x00', 'O', '\x00', 'S', '\x00', ' ', '\x00', 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', 't', '\x00', 'e', '\x00', 's', '\x00', 't', '\x00' | 32 | #define USBSTR_PRODUCT 'C', '\x00', 'h', '\x00', 'i', '\x00', 'b', '\x00', 'i', '\x00', 'O', '\x00', 'S', '\x00', ' ', '\x00', 'Q', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', 't', '\x00', 'e', '\x00', 's', '\x00', 't', '\x00' |
| 33 | #define DESCRIPTION "TMK keyboard firmware over ChibiOS" | 33 | #define DESCRIPTION "QMK keyboard firmware test for ChibiOS" |
| 34 | 34 | ||
| 35 | /* key matrix size */ | 35 | /* key matrix size */ |
| 36 | #define MATRIX_ROWS 1 | 36 | #define MATRIX_ROWS 1 |
diff --git a/keyboards/stm32_f072_onekey/keymaps/default/keymap.c b/keyboards/chibios_test/keymaps/default/keymap.c index 6c48149f8..239d70007 100644 --- a/keyboards/stm32_f072_onekey/keymaps/default/keymap.c +++ b/keyboards/chibios_test/keymaps/default/keymap.c | |||
| @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include "stm32_f072_onekey.h" | 18 | #include "chibios_test.h" |
| 19 | 19 | ||
| 20 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 20 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 21 | {{KC_CAPS}}, // test with KC_CAPS, KC_A, KC_BTLD | 21 | {{KC_CAPS}}, // test with KC_CAPS, KC_A, KC_BTLD |
diff --git a/keyboards/stm32_f072_onekey/Makefile b/keyboards/chibios_test/stm32_f072_onekey/Makefile index 24abcb0e0..eae38c4b2 100644 --- a/keyboards/stm32_f072_onekey/Makefile +++ b/keyboards/chibios_test/stm32_f072_onekey/Makefile | |||
| @@ -36,15 +36,6 @@ ARMV = 6 | |||
| 36 | # Build Options | 36 | # Build Options |
| 37 | # comment out to disable the options. | 37 | # comment out to disable the options. |
| 38 | # | 38 | # |
| 39 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 40 | MOUSEKEY_ENABLE ?= yes # Mouse keys | ||
| 41 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | ||
| 42 | CONSOLE_ENABLE ?= yes # Console for debug | ||
| 43 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | ||
| 44 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | ||
| 45 | NKRO_ENABLE ?= yes # USB Nkey Rollover | ||
| 46 | CUSTOM_MATRIX ?= yes # Custom matrix file | ||
| 47 | |||
| 48 | ifndef QUANTUM_DIR | 39 | ifndef QUANTUM_DIR |
| 49 | include ../../Makefile | 40 | include ../../../Makefile |
| 50 | endif | 41 | endif |
diff --git a/keyboards/stm32_f072_onekey/bootloader_defs.h b/keyboards/chibios_test/stm32_f072_onekey/bootloader_defs.h index 02c48c4e6..02c48c4e6 100644 --- a/keyboards/stm32_f072_onekey/bootloader_defs.h +++ b/keyboards/chibios_test/stm32_f072_onekey/bootloader_defs.h | |||
diff --git a/keyboards/stm32_f072_onekey/chconf.h b/keyboards/chibios_test/stm32_f072_onekey/chconf.h index 99fa8ce39..99fa8ce39 100644 --- a/keyboards/stm32_f072_onekey/chconf.h +++ b/keyboards/chibios_test/stm32_f072_onekey/chconf.h | |||
diff --git a/keyboards/chibios_test/stm32_f072_onekey/config.h b/keyboards/chibios_test/stm32_f072_onekey/config.h new file mode 100644 index 000000000..bbaf0dc4b --- /dev/null +++ b/keyboards/chibios_test/stm32_f072_onekey/config.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #ifndef KEYBOARDS_CHIBIOS_TEST_STM32_F072_ONEKEY_CONFIG_H_ | ||
| 2 | #define KEYBOARDS_CHIBIOS_TEST_STM32_F072_ONEKEY_CONFIG_H_ | ||
| 3 | |||
| 4 | #include "../config.h" | ||
| 5 | |||
| 6 | |||
| 7 | #endif /* KEYBOARDS_CHIBIOS_TEST_STM32_F072_ONEKEY_CONFIG_H_ */ | ||
diff --git a/keyboards/stm32_f072_onekey/halconf.h b/keyboards/chibios_test/stm32_f072_onekey/halconf.h index 1a450d632..1a450d632 100644 --- a/keyboards/stm32_f072_onekey/halconf.h +++ b/keyboards/chibios_test/stm32_f072_onekey/halconf.h | |||
diff --git a/keyboards/stm32_f072_onekey/led.c b/keyboards/chibios_test/stm32_f072_onekey/led.c index 18edb8ba8..18edb8ba8 100644 --- a/keyboards/stm32_f072_onekey/led.c +++ b/keyboards/chibios_test/stm32_f072_onekey/led.c | |||
diff --git a/keyboards/stm32_f072_onekey/matrix.c b/keyboards/chibios_test/stm32_f072_onekey/matrix.c index a05b38cd4..a05b38cd4 100644 --- a/keyboards/stm32_f072_onekey/matrix.c +++ b/keyboards/chibios_test/stm32_f072_onekey/matrix.c | |||
diff --git a/keyboards/stm32_f072_onekey/mcuconf.h b/keyboards/chibios_test/stm32_f072_onekey/mcuconf.h index 3d877aaa2..3d877aaa2 100644 --- a/keyboards/stm32_f072_onekey/mcuconf.h +++ b/keyboards/chibios_test/stm32_f072_onekey/mcuconf.h | |||
diff --git a/keyboards/stm32_f072_onekey/stm32_f072_onekey.c b/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.c index 820d062ff..820d062ff 100644 --- a/keyboards/stm32_f072_onekey/stm32_f072_onekey.c +++ b/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.c | |||
diff --git a/keyboards/stm32_f072_onekey/stm32_f072_onekey.h b/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h index 1f798c825..0455ad342 100644 --- a/keyboards/stm32_f072_onekey/stm32_f072_onekey.h +++ b/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef STM32_F072_ONEKEY_H | 1 | #ifndef STM32_F072_ONEKEY_H |
| 2 | #define STM32_F072_ONEKEY_H | 2 | #define STM32_F072_ONEKEY_H |
| 3 | #include "quantum.h" | 3 | #include "chibios_test.h" |
| 4 | #endif | 4 | #endif |
| 5 | 5 | ||
diff --git a/keyboards/stm32_f103_onekey/Makefile b/keyboards/chibios_test/stm32_f103_onekey/Makefile index 5c1793c86..307ca5b19 100644 --- a/keyboards/stm32_f103_onekey/Makefile +++ b/keyboards/chibios_test/stm32_f103_onekey/Makefile | |||
| @@ -46,19 +46,7 @@ ARMV = 7 | |||
| 46 | # <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | 46 | # <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch |
| 47 | #STM32_BOOTLOADER_ADDRESS = 0x1FFFC800 | 47 | #STM32_BOOTLOADER_ADDRESS = 0x1FFFC800 |
| 48 | 48 | ||
| 49 | # Build Options | ||
| 50 | # comment out to disable the options. | ||
| 51 | # | ||
| 52 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 53 | ## BOOTMAGIC is not supported on STM32 chips yet. | ||
| 54 | MOUSEKEY_ENABLE ?= yes # Mouse keys | ||
| 55 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | ||
| 56 | # CONSOLE_ENABLE ?= yes # Console for debug | ||
| 57 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | ||
| 58 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | ||
| 59 | NKRO_ENABLE ?= yes # USB Nkey Rollover | ||
| 60 | CUSTOM_MATRIX ?= yes # Custom matrix file | ||
| 61 | 49 | ||
| 62 | ifndef QUANTUM_DIR | 50 | ifndef QUANTUM_DIR |
| 63 | include ../../Makefile | 51 | include ../../../Makefile |
| 64 | endif | 52 | endif |
diff --git a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c index 31319ef57..31319ef57 100644 --- a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c +++ b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c | |||
diff --git a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h index 7253e7782..7253e7782 100644 --- a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h +++ b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h | |||
diff --git a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk index d692c0ee4..d692c0ee4 100644 --- a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk +++ b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk | |||
diff --git a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png index c44a7d9eb..c44a7d9eb 100644 --- a/keyboards/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png +++ b/keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png | |||
| Binary files differ | |||
diff --git a/keyboards/stm32_f103_onekey/boards/maple_mini_mapping.png b/keyboards/chibios_test/stm32_f103_onekey/boards/maple_mini_mapping.png index 12cfa81db..12cfa81db 100644 --- a/keyboards/stm32_f103_onekey/boards/maple_mini_mapping.png +++ b/keyboards/chibios_test/stm32_f103_onekey/boards/maple_mini_mapping.png | |||
| Binary files differ | |||
diff --git a/keyboards/stm32_f103_onekey/bootloader_defs.h b/keyboards/chibios_test/stm32_f103_onekey/bootloader_defs.h index 0f45203cb..0f45203cb 100644 --- a/keyboards/stm32_f103_onekey/bootloader_defs.h +++ b/keyboards/chibios_test/stm32_f103_onekey/bootloader_defs.h | |||
diff --git a/keyboards/stm32_f103_onekey/chconf.h b/keyboards/chibios_test/stm32_f103_onekey/chconf.h index dfb1f9dfb..dfb1f9dfb 100644 --- a/keyboards/stm32_f103_onekey/chconf.h +++ b/keyboards/chibios_test/stm32_f103_onekey/chconf.h | |||
diff --git a/keyboards/chibios_test/stm32_f103_onekey/config.h b/keyboards/chibios_test/stm32_f103_onekey/config.h new file mode 100644 index 000000000..de0b906f3 --- /dev/null +++ b/keyboards/chibios_test/stm32_f103_onekey/config.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef KEYBOARDS_CHIBIOS_TEST_STM32_F103_ONEKEY_CONFIG_H_ | ||
| 2 | #define KEYBOARDS_CHIBIOS_TEST_STM32_F103_ONEKEY_CONFIG_H_ | ||
| 3 | |||
| 4 | #include "../config.h" | ||
| 5 | |||
| 6 | #endif /* KEYBOARDS_CHIBIOS_TEST_STM32_F103_ONEKEY_CONFIG_H_ */ | ||
diff --git a/keyboards/stm32_f103_onekey/flash.sh b/keyboards/chibios_test/stm32_f103_onekey/flash.sh index 15501dfa5..15501dfa5 100755 --- a/keyboards/stm32_f103_onekey/flash.sh +++ b/keyboards/chibios_test/stm32_f103_onekey/flash.sh | |||
diff --git a/keyboards/stm32_f103_onekey/halconf.h b/keyboards/chibios_test/stm32_f103_onekey/halconf.h index 1a450d632..1a450d632 100644 --- a/keyboards/stm32_f103_onekey/halconf.h +++ b/keyboards/chibios_test/stm32_f103_onekey/halconf.h | |||
diff --git a/keyboards/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld b/keyboards/chibios_test/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld index 00613328e..00613328e 100644 --- a/keyboards/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld +++ b/keyboards/chibios_test/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld | |||
diff --git a/keyboards/stm32_f103_onekey/led.c b/keyboards/chibios_test/stm32_f103_onekey/led.c index f5c55f7d9..f5c55f7d9 100644 --- a/keyboards/stm32_f103_onekey/led.c +++ b/keyboards/chibios_test/stm32_f103_onekey/led.c | |||
diff --git a/keyboards/stm32_f103_onekey/matrix.c b/keyboards/chibios_test/stm32_f103_onekey/matrix.c index ea9d8d057..ea9d8d057 100644 --- a/keyboards/stm32_f103_onekey/matrix.c +++ b/keyboards/chibios_test/stm32_f103_onekey/matrix.c | |||
diff --git a/keyboards/stm32_f103_onekey/mcuconf.h b/keyboards/chibios_test/stm32_f103_onekey/mcuconf.h index 626332a6a..626332a6a 100644 --- a/keyboards/stm32_f103_onekey/mcuconf.h +++ b/keyboards/chibios_test/stm32_f103_onekey/mcuconf.h | |||
diff --git a/keyboards/stm32_f103_onekey/stm32_f103_onekey.c b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.c index 7fa99bb28..7fa99bb28 100644 --- a/keyboards/stm32_f103_onekey/stm32_f103_onekey.c +++ b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.c | |||
diff --git a/keyboards/stm32_f103_onekey/stm32_f103_onekey.h b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h index e4d0dd9c4..89a62b2bb 100644 --- a/keyboards/stm32_f103_onekey/stm32_f103_onekey.h +++ b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #ifndef STM32_F103_ONEKEY_H | 1 | #ifndef STM32_F103_ONEKEY_H |
| 2 | #define STM32_F103_ONEKEY_H | 2 | #define STM32_F103_ONEKEY_H |
| 3 | #include "quantum.h" | 3 | #include "chibios_test.h" |
| 4 | #endif | 4 | #endif |
diff --git a/keyboards/teensy_lc_onekey/Makefile b/keyboards/chibios_test/teensy_lc_onekey/Makefile index 064e61815..43ea9d82d 100644 --- a/keyboards/teensy_lc_onekey/Makefile +++ b/keyboards/chibios_test/teensy_lc_onekey/Makefile | |||
| @@ -44,19 +44,6 @@ MCU = cortex-m0plus | |||
| 44 | # I.e. 6 for Teensy LC; 7 for Teensy 3.x | 44 | # I.e. 6 for Teensy LC; 7 for Teensy 3.x |
| 45 | ARMV = 6 | 45 | ARMV = 6 |
| 46 | 46 | ||
| 47 | # Build Options | ||
| 48 | # comment out to disable the options. | ||
| 49 | # | ||
| 50 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration | ||
| 51 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | ||
| 52 | MOUSEKEY_ENABLE ?= yes # Mouse keys | ||
| 53 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | ||
| 54 | CONSOLE_ENABLE ?= yes # Console for debug | ||
| 55 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | ||
| 56 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | ||
| 57 | NKRO_ENABLE ?= yes # USB Nkey Rollover | ||
| 58 | CUSTOM_MATRIX ?= yes # Custom matrix file | ||
| 59 | |||
| 60 | ifndef QUANTUM_DIR | 47 | ifndef QUANTUM_DIR |
| 61 | include ../../Makefile | 48 | include ../../../Makefile |
| 62 | endif | 49 | endif \ No newline at end of file |
diff --git a/keyboards/teensy_lc_onekey/Makefile.3.0 b/keyboards/chibios_test/teensy_lc_onekey/Makefile.3.0 index dbf12c363..dbf12c363 100644 --- a/keyboards/teensy_lc_onekey/Makefile.3.0 +++ b/keyboards/chibios_test/teensy_lc_onekey/Makefile.3.0 | |||
diff --git a/keyboards/teensy_lc_onekey/Makefile.3.2 b/keyboards/chibios_test/teensy_lc_onekey/Makefile.3.2 index 41bfa41a0..41bfa41a0 100644 --- a/keyboards/teensy_lc_onekey/Makefile.3.2 +++ b/keyboards/chibios_test/teensy_lc_onekey/Makefile.3.2 | |||
diff --git a/keyboards/teensy_lc_onekey/chconf.h b/keyboards/chibios_test/teensy_lc_onekey/chconf.h index cb36996c3..cb36996c3 100644 --- a/keyboards/teensy_lc_onekey/chconf.h +++ b/keyboards/chibios_test/teensy_lc_onekey/chconf.h | |||
diff --git a/keyboards/chibios_test/teensy_lc_onekey/config.h b/keyboards/chibios_test/teensy_lc_onekey/config.h new file mode 100644 index 000000000..d9eb05d2a --- /dev/null +++ b/keyboards/chibios_test/teensy_lc_onekey/config.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef KEYBOARDS_CHIBIOS_TEST_TEENSY_LC_ONEKEY_CONFIG_H_ | ||
| 2 | #define KEYBOARDS_CHIBIOS_TEST_TEENSY_LC_ONEKEY_CONFIG_H_ | ||
| 3 | |||
| 4 | #include "../config.h" | ||
| 5 | |||
| 6 | #endif /* KEYBOARDS_CHIBIOS_TEST_TEENSY_LC_ONEKEY_CONFIG_H_ */ | ||
diff --git a/keyboards/teensy_lc_onekey/halconf.h b/keyboards/chibios_test/teensy_lc_onekey/halconf.h index b1d2cd550..b1d2cd550 100644 --- a/keyboards/teensy_lc_onekey/halconf.h +++ b/keyboards/chibios_test/teensy_lc_onekey/halconf.h | |||
diff --git a/keyboards/teensy_lc_onekey/instructions.md b/keyboards/chibios_test/teensy_lc_onekey/instructions.md index 16886a015..16886a015 100644 --- a/keyboards/teensy_lc_onekey/instructions.md +++ b/keyboards/chibios_test/teensy_lc_onekey/instructions.md | |||
diff --git a/keyboards/teensy_lc_onekey/ld/MKL26Z64.ld b/keyboards/chibios_test/teensy_lc_onekey/ld/MKL26Z64.ld index fb141f888..fb141f888 100644 --- a/keyboards/teensy_lc_onekey/ld/MKL26Z64.ld +++ b/keyboards/chibios_test/teensy_lc_onekey/ld/MKL26Z64.ld | |||
diff --git a/keyboards/teensy_lc_onekey/led.c b/keyboards/chibios_test/teensy_lc_onekey/led.c index dfa60c107..dfa60c107 100644 --- a/keyboards/teensy_lc_onekey/led.c +++ b/keyboards/chibios_test/teensy_lc_onekey/led.c | |||
diff --git a/keyboards/teensy_lc_onekey/matrix.c b/keyboards/chibios_test/teensy_lc_onekey/matrix.c index 7dab04f02..7dab04f02 100644 --- a/keyboards/teensy_lc_onekey/matrix.c +++ b/keyboards/chibios_test/teensy_lc_onekey/matrix.c | |||
diff --git a/keyboards/teensy_lc_onekey/mcuconf.h b/keyboards/chibios_test/teensy_lc_onekey/mcuconf.h index c63659019..c63659019 100644 --- a/keyboards/teensy_lc_onekey/mcuconf.h +++ b/keyboards/chibios_test/teensy_lc_onekey/mcuconf.h | |||
diff --git a/keyboards/teensy_lc_onekey/teensy_lc_onekey.c b/keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.c index b6c432793..b6c432793 100644 --- a/keyboards/teensy_lc_onekey/teensy_lc_onekey.c +++ b/keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.c | |||
diff --git a/keyboards/teensy_lc_onekey/teensy_lc_onekey.h b/keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.h index f598bcf66..747e830a7 100644 --- a/keyboards/teensy_lc_onekey/teensy_lc_onekey.h +++ b/keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #ifndef TEENSY_LC_ONEKEY_H | 1 | #ifndef TEENSY_LC_ONEKEY_H |
| 2 | #define TEENSY_LC_ONEKEY_H | 2 | #define TEENSY_LC_ONEKEY_H |
| 3 | #include "quantum.h" | 3 | #include "chbibios_test.h" |
| 4 | #endif | 4 | #endif |
diff --git a/keyboards/stm32_f103_onekey/config.h b/keyboards/stm32_f103_onekey/config.h deleted file mode 100644 index 19b14fe61..000000000 --- a/keyboards/stm32_f103_onekey/config.h +++ /dev/null | |||
| @@ -1,75 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2015 Jun Wako <wakojun@gmail.com> | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #ifndef CONFIG_H | ||
| 19 | #define CONFIG_H | ||
| 20 | |||
| 21 | |||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x6464 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | /* in python2: list(u"whatever".encode('utf-16-le')) */ | ||
| 27 | /* at most 32 characters or the ugly hack in usb_main.c borks */ | ||
| 28 | #define MANUFACTURER "TMK" | ||
| 29 | #define USBSTR_MANUFACTURER 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', '\xc6', '\x00' | ||
| 30 | #define PRODUCT "ChibiOS TMK test" | ||
| 31 | #define USBSTR_PRODUCT 'C', '\x00', 'h', '\x00', 'i', '\x00', 'b', '\x00', 'i', '\x00', 'O', '\x00', 'S', '\x00', ' ', '\x00', 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', 't', '\x00', 'e', '\x00', 's', '\x00', 't', '\x00' | ||
| 32 | #define DESCRIPTION "TMK keyboard firmware over ChibiOS" | ||
| 33 | |||
| 34 | /* key matrix size */ | ||
| 35 | #define MATRIX_ROWS 1 | ||
| 36 | #define MATRIX_COLS 1 | ||
| 37 | #define DIODE_DIRECTION COL2ROW | ||
| 38 | |||
| 39 | /* define if matrix has ghost */ | ||
| 40 | //#define MATRIX_HAS_GHOST | ||
| 41 | |||
| 42 | /* Set 0 if debouncing isn't needed */ | ||
| 43 | #define DEBOUNCE 5 | ||
| 44 | |||
| 45 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 46 | #define LOCKING_SUPPORT_ENABLE | ||
| 47 | /* Locking resynchronize hack */ | ||
| 48 | #define LOCKING_RESYNC_ENABLE | ||
| 49 | |||
| 50 | /* key combination for command */ | ||
| 51 | #define IS_COMMAND() ( \ | ||
| 52 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 53 | ) | ||
| 54 | |||
| 55 | |||
| 56 | |||
| 57 | /* | ||
| 58 | * Feature disable options | ||
| 59 | * These options are also useful to firmware size reduction. | ||
| 60 | */ | ||
| 61 | |||
| 62 | /* disable debug print */ | ||
| 63 | //#define NO_DEBUG | ||
| 64 | |||
| 65 | /* disable print */ | ||
| 66 | //#define NO_PRINT | ||
| 67 | |||
| 68 | /* disable action features */ | ||
| 69 | //#define NO_ACTION_LAYER | ||
| 70 | //#define NO_ACTION_TAPPING | ||
| 71 | //#define NO_ACTION_ONESHOT | ||
| 72 | //#define NO_ACTION_MACRO | ||
| 73 | //#define NO_ACTION_FUNCTION | ||
| 74 | |||
| 75 | #endif | ||
diff --git a/keyboards/stm32_f103_onekey/keymaps/default/keymap.c b/keyboards/stm32_f103_onekey/keymaps/default/keymap.c deleted file mode 100644 index c3b0f0840..000000000 --- a/keyboards/stm32_f103_onekey/keymaps/default/keymap.c +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2012,2013 Jun Wako <wakojun@gmail.com> | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #include "stm32_f103_onekey.h" | ||
| 19 | |||
| 20 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 21 | {{KC_CAPS}}, // test with KC_CAPS, KC_A, KC_BTLD | ||
| 22 | }; | ||
| 23 | |||
| 24 | const uint16_t fn_actions[] = { | ||
| 25 | }; | ||
diff --git a/keyboards/teensy_lc_onekey/config.h b/keyboards/teensy_lc_onekey/config.h deleted file mode 100644 index 19b14fe61..000000000 --- a/keyboards/teensy_lc_onekey/config.h +++ /dev/null | |||
| @@ -1,75 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2015 Jun Wako <wakojun@gmail.com> | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #ifndef CONFIG_H | ||
| 19 | #define CONFIG_H | ||
| 20 | |||
| 21 | |||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xFEED | ||
| 24 | #define PRODUCT_ID 0x6464 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | /* in python2: list(u"whatever".encode('utf-16-le')) */ | ||
| 27 | /* at most 32 characters or the ugly hack in usb_main.c borks */ | ||
| 28 | #define MANUFACTURER "TMK" | ||
| 29 | #define USBSTR_MANUFACTURER 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', '\xc6', '\x00' | ||
| 30 | #define PRODUCT "ChibiOS TMK test" | ||
| 31 | #define USBSTR_PRODUCT 'C', '\x00', 'h', '\x00', 'i', '\x00', 'b', '\x00', 'i', '\x00', 'O', '\x00', 'S', '\x00', ' ', '\x00', 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00', 't', '\x00', 'e', '\x00', 's', '\x00', 't', '\x00' | ||
| 32 | #define DESCRIPTION "TMK keyboard firmware over ChibiOS" | ||
| 33 | |||
| 34 | /* key matrix size */ | ||
| 35 | #define MATRIX_ROWS 1 | ||
| 36 | #define MATRIX_COLS 1 | ||
| 37 | #define DIODE_DIRECTION COL2ROW | ||
| 38 | |||
| 39 | /* define if matrix has ghost */ | ||
| 40 | //#define MATRIX_HAS_GHOST | ||
| 41 | |||
| 42 | /* Set 0 if debouncing isn't needed */ | ||
| 43 | #define DEBOUNCE 5 | ||
| 44 | |||
| 45 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 46 | #define LOCKING_SUPPORT_ENABLE | ||
| 47 | /* Locking resynchronize hack */ | ||
| 48 | #define LOCKING_RESYNC_ENABLE | ||
| 49 | |||
| 50 | /* key combination for command */ | ||
| 51 | #define IS_COMMAND() ( \ | ||
| 52 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 53 | ) | ||
| 54 | |||
| 55 | |||
| 56 | |||
| 57 | /* | ||
| 58 | * Feature disable options | ||
| 59 | * These options are also useful to firmware size reduction. | ||
| 60 | */ | ||
| 61 | |||
| 62 | /* disable debug print */ | ||
| 63 | //#define NO_DEBUG | ||
| 64 | |||
| 65 | /* disable print */ | ||
| 66 | //#define NO_PRINT | ||
| 67 | |||
| 68 | /* disable action features */ | ||
| 69 | //#define NO_ACTION_LAYER | ||
| 70 | //#define NO_ACTION_TAPPING | ||
| 71 | //#define NO_ACTION_ONESHOT | ||
| 72 | //#define NO_ACTION_MACRO | ||
| 73 | //#define NO_ACTION_FUNCTION | ||
| 74 | |||
| 75 | #endif | ||
diff --git a/keyboards/teensy_lc_onekey/keymaps/default/keymap.c b/keyboards/teensy_lc_onekey/keymaps/default/keymap.c deleted file mode 100644 index a109b4960..000000000 --- a/keyboards/teensy_lc_onekey/keymaps/default/keymap.c +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2012,2013 Jun Wako <wakojun@gmail.com> | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #include "keycode.h" | ||
| 19 | #include "action.h" | ||
| 20 | #include "action_macro.h" | ||
| 21 | #include "report.h" | ||
| 22 | #include "host.h" | ||
| 23 | #include "print.h" | ||
| 24 | #include "debug.h" | ||
| 25 | #include "keymap.h" | ||
| 26 | |||
| 27 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 28 | {{KC_A}}, | ||
| 29 | }; // to test: KC_CAPS, KT_BTLD, KC_A | ||
| 30 | |||
| 31 | const uint16_t fn_actions[] = { | ||
| 32 | }; | ||
