Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -24,7 +24,6 @@ Ported to QMK by Peter Roe <pete@13bit.me>
|
||||
#define DEVICE_VER 0x0101
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT ADB keyboard converter
|
||||
#define DESCRIPTION Convert ADB keyboard to USB
|
||||
|
||||
/* matrix size */
|
||||
#define MATRIX_ROWS 16 // keycode bit: 3-0
|
||||
|
@@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT 46010A keyboard converter
|
||||
#define DESCRIPTION 46010A keyboard converter
|
||||
|
||||
#define MATRIX_ROWS 14
|
||||
#define MATRIX_COLS 8
|
||||
|
@@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT 5291 keyboard converter
|
||||
#define DESCRIPTION 5291 keyboard converter
|
||||
|
||||
#define MATRIX_ROWS 24
|
||||
#define MATRIX_COLS 4
|
||||
|
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0100
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT IBM Terminal Keyboard
|
||||
#define DESCRIPTION USB converter for IBM Terminal Keyboard
|
||||
|
||||
|
||||
/* matrix size */
|
||||
|
@@ -26,7 +26,6 @@ Ported to QMK by Techsock <info@techsock.com>
|
||||
#define DEVICE_VER 0x0101
|
||||
#define MANUFACTURER Apple
|
||||
#define PRODUCT M0110(A)
|
||||
#define DESCRIPTION Converts M0110(A) to USB and/or BT
|
||||
|
||||
/* matrix size */
|
||||
#define MATRIX_ROWS 14
|
||||
|
@@ -5,7 +5,7 @@ This is a port of the original M0110 converter from TMK to QMK. The original con
|
||||
|
||||
## Enabling Bluetooth for the Adafruit Feather 32U4 BLE
|
||||
|
||||
Simply add `BLUETOOTH = AdafruitBLE` to your `rules.mk` file. This enables code specifically for the Adafruit Feather 32U4 BLE. If enabled, the device will use the `PRODUCT` and `DESCRIPTION` values from `config.h` for the device name displayed by the Feather on host devices. You can simply change these values to change the device name.
|
||||
Simply add `BLUETOOTH = AdafruitBLE` to your `rules.mk` file. This enables code specifically for the Adafruit Feather 32U4 BLE. If enabled, the device will use the `PRODUCT` value from `config.h` for the device name displayed by the Feather on host devices. You can simply change these values to change the device name.
|
||||
|
||||
|
||||
## Pins
|
||||
|
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER iw0rm3r
|
||||
#define PRODUCT IBM Model M 101/102
|
||||
#define DESCRIPTION Controlled by AVR chip
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 8
|
||||
|
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Apple Inc.
|
||||
#define PRODUCT Numeric Keypad IIe
|
||||
#define DESCRIPTION "Numeric Keypad IIe, A2M2003"
|
||||
|
||||
/*
|
||||
|
||||
|
@@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0100
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT Stowaway converter
|
||||
#define DESCRIPTION USB converter for Stowaway keyboard
|
||||
|
||||
// IO pins to serial
|
||||
// https://deskthority.net/wiki/Arduino_Pro_Micro for pin lookup
|
||||
|
@@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define MANUFACTURER Yiancar-Designs
|
||||
#define PRODUCT Siemens Tastatur
|
||||
#define DESCRIPTION Practice
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
|
@@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0100
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT Sun keyboard converter
|
||||
#define DESCRIPTION USB converter for Sun type 5 keyboard
|
||||
|
||||
/* matrix size */
|
||||
#define MATRIX_ROWS 16
|
||||
|
@@ -2,8 +2,6 @@
|
||||
|
||||
#undef PRODUCT
|
||||
#define PRODUCT QMK BLE Adapter
|
||||
#undef DESCRIPTION
|
||||
#define DESCRIPTION
|
||||
|
||||
// Turn off the mode leds on the BLE module
|
||||
#define ADAFRUIT_BLE_ENABLE_MODE_LEDS 0
|
||||
|
@@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT QMK USB-USB Converter
|
||||
#define DESCRIPTION USB to USB Keyboard Converter with QMK
|
||||
|
||||
/* size of virtual matrix */
|
||||
#define MATRIX_ROWS 16
|
||||
|
@@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT XT keyboard converter
|
||||
#define DESCRIPTION convert XT keyboard to USB
|
||||
|
||||
|
||||
/* matrix size */
|
||||
|
Reference in New Issue
Block a user