aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/README.md30
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/config.h15
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/keymap.c76
-rw-r--r--keyboards/converter/usb_usb/keymaps/ble/rules.mk3
-rw-r--r--tmk_core/protocol/lufa/adafruit_ble.h3
5 files changed, 127 insertions, 0 deletions
diff --git a/keyboards/converter/usb_usb/keymaps/ble/README.md b/keyboards/converter/usb_usb/keymaps/ble/README.md
new file mode 100644
index 000000000..0ee7223fd
--- /dev/null
+++ b/keyboards/converter/usb_usb/keymaps/ble/README.md
@@ -0,0 +1,30 @@
1QMK BLE Adapter
2===============
3A small device that reads USB keyboard input and passes it on over Bluetooth LE HID.
4
5![Picture of Adapter](https://i.imgur.com/O3VwBBJ.png)
6
7Hardware
8--------
9The hardware is relatively easy to assemble. Just follow the schematic and don't forget to [cut the VBUS jumper](https://www.pjrc.com/teensy/td_libs_USBHostShield_4a.jpg).
10
11Schematic:
12![Schematic](https://i.imgur.com/s1Ia9We.png)
13
14Part list:
15* [Adafruit Feather 32u4 Bluefruit LE](https://www.adafruit.com/product/2829)
16* [USB Host Mini](https://www.circuitsathome.com/arduino_usb_host_shield_projects/)
17* [Pololu 5V Step-Up Voltage Regulator U3V12F5](https://www.pololu.com/product/2115)
18* [Lithium Ion Battery - 3.7v 2000mAh](https://www.adafruit.com/product/2011)
19* Some sort of switch to be able to turn it off
20
21Building and Flashing
22---------------------
23
24```
25make converter-usb_usb-ble
26```
27
28```
29make converter-usb_usb-ble-avrdude
30``` \ No newline at end of file
diff --git a/keyboards/converter/usb_usb/keymaps/ble/config.h b/keyboards/converter/usb_usb/keymaps/ble/config.h
new file mode 100644
index 000000000..c1859b7f1
--- /dev/null
+++ b/keyboards/converter/usb_usb/keymaps/ble/config.h
@@ -0,0 +1,15 @@
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6#undef PRODUCT
7#define PRODUCT QMK BLE Adapter
8#undef DESCRIPTION
9#define DESCRIPTION
10
11// Turn off the mode leds on the BLE module
12#define ADAFRUIT_BLE_ENABLE_MODE_LEDS 0
13#define ADAFRUIT_BLE_ENABLE_POWER_LED 0
14
15#endif
diff --git a/keyboards/converter/usb_usb/keymaps/ble/keymap.c b/keyboards/converter/usb_usb/keymaps/ble/keymap.c
new file mode 100644
index 000000000..094bd9569
--- /dev/null
+++ b/keyboards/converter/usb_usb/keymaps/ble/keymap.c
@@ -0,0 +1,76 @@
1/*
2Copyright 2017 Balz Guenat <balz.guenat@gmail.com>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#include "usb_usb.h"
19
20const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] PROGMEM = {
21 /* 0: plain Qwerty without layer switching
22 * ,---------------. ,---------------. ,---------------.
23 * |F13|F14|F15|F16| |F17|F18|F19|F20| |F21|F22|F23|F24|
24 * ,---. |---------------| |---------------| |---------------| ,-----------. ,---------------. ,-------.
25 * |Esc| |F1 |F2 |F3 |F4 | |F5 |F6 |F7 |F8 | |F9 |F10|F11|F12| |PrS|ScL|Pau| |VDn|VUp|Mut|Pwr| | Help |
26 * `---' `---------------' `---------------' `---------------' `-----------' `---------------' `-------'
27 * ,-----------------------------------------------------------. ,-----------. ,---------------. ,-------.
28 * | `| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|JPY|Bsp| |Ins|Hom|PgU| |NmL| /| *| -| |Stp|Agn|
29 * |-----------------------------------------------------------| |-----------| |---------------| |-------|
30 * |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \ | |Del|End|PgD| | 7| 8| 9| +| |Mnu|Und|
31 * |-----------------------------------------------------------| `-----------' |---------------| |-------|
32 * |CapsL | A| S| D| F| G| H| J| K| L| ;| :| #|Retn| | 4| 5| 6|KP,| |Sel|Cpy|
33 * |-----------------------------------------------------------| ,---. |---------------| |-------|
34 * |Shft| <| Z| X| C| V| B| N| M| ,| ,| /| RO|Shift | |Up | | 1| 2| 3|KP=| |Exe|Pst|
35 * |-----------------------------------------------------------| ,-----------. |---------------| |-------|
36 * |Ctl|Gui|Alt|MHEN|HNJ| Space |H/E|HENK|KANA|Alt|Gui|App|Ctl| |Lef|Dow|Rig| | 0 | .|Ent| |Fnd|Cut|
37 * `-----------------------------------------------------------' `-----------' `---------------' `-------'
38 */
39 [0] = KEYMAP_ALL(
40 KC_F13, KC_F14, KC_F15, KC_F16, KC_F17, KC_F18, KC_F19, KC_F20, KC_F21, KC_F22, KC_F23, KC_F24,
41 KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SLCK, KC_PAUS, KC_VOLD, KC_VOLU, KC_MUTE, KC_PWR, KC_HELP,
42 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_JYEN, KC_BSPC, KC_INS, KC_HOME, KC_PGUP, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS, KC_STOP, KC_AGIN,
43 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PPLS, KC_MENU, KC_UNDO,
44 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, KC_P4, KC_P5, KC_P6, KC_PCMM, KC_SLCT, KC_COPY,
45 KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RO, KC_RSFT, KC_UP, KC_P1, KC_P2, KC_P3, KC_PEQL, KC_EXEC, KC_PSTE,
46 KC_LCTL, KC_LGUI, KC_LALT, KC_MHEN, KC_HANJ, KC_SPC, KC_HAEN, KC_HENK, KC_KANA, KC_RALT, KC_RGUI, KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT, KC_FIND, KC_CUT
47 ),
48};
49
50const uint16_t PROGMEM fn_actions[] = {
51
52};
53
54const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
55 switch(id) {
56 default:
57 return MACRO_NONE;
58 }
59};
60
61
62void matrix_init_user(void) {
63
64}
65
66void matrix_scan_user(void) {
67
68}
69
70bool process_record_user(uint16_t keycode, keyrecord_t *record) {
71 return true;
72}
73
74void led_set_user(uint8_t usb_led) {
75
76}
diff --git a/keyboards/converter/usb_usb/keymaps/ble/rules.mk b/keyboards/converter/usb_usb/keymaps/ble/rules.mk
new file mode 100644
index 000000000..3beda3f44
--- /dev/null
+++ b/keyboards/converter/usb_usb/keymaps/ble/rules.mk
@@ -0,0 +1,3 @@
1BLUETOOTH = AdafruitBLE
2ADAFRUIT_BLE_ENABLE = yes
3OPT_DEFS += -DCATERINA_BOOTLOADER \ No newline at end of file
diff --git a/tmk_core/protocol/lufa/adafruit_ble.h b/tmk_core/protocol/lufa/adafruit_ble.h
index 036b7d14e..5d26a9d5a 100644
--- a/tmk_core/protocol/lufa/adafruit_ble.h
+++ b/tmk_core/protocol/lufa/adafruit_ble.h
@@ -8,6 +8,9 @@
8#include <stdint.h> 8#include <stdint.h>
9#include <string.h> 9#include <string.h>
10 10
11#include "config_common.h"
12#include "progmem.h"
13
11#ifdef __cplusplus 14#ifdef __cplusplus
12extern "C" { 15extern "C" {
13#endif 16#endif