diff options
| author | Joshua Rubin <joshuarubin@users.noreply.github.com> | 2020-07-11 12:50:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 11:50:57 -0700 |
| commit | 78f0b5fb02c2419b2a4dd508c423701a48f43e01 (patch) | |
| tree | fd87fb5c1816af9eca8b8f7c72bcddb5455e696e | |
| parent | 64603ab647c07f3b7574e59ebbd2f92457588152 (diff) | |
| download | qmk_firmware-78f0b5fb02c2419b2a4dd508c423701a48f43e01.tar.gz qmk_firmware-78f0b5fb02c2419b2a4dd508c423701a48f43e01.zip | |
[Keyboard] Add g60ble (#8952)
* add g60ble
Signed-off-by: Joshua Rubin <mejawa.dev>
* fixes from review
Signed-off-by: Joshua Rubin <mejawa.dev>
* bioi/g60ble better comments in rules.mk
* bioi/g60ble better comments in rules.mk part 2
* Update keyboards/bioi/g60ble/readme.md
* Update keyboards/bioi/g60ble/rules.mk
* Update keyboards/bioi/g60ble/rules.mk
| -rw-r--r-- | keyboards/bioi/g60ble/config.h | 50 | ||||
| -rw-r--r-- | keyboards/bioi/g60ble/g60ble.h | 89 | ||||
| -rw-r--r-- | keyboards/bioi/g60ble/info.json | 414 | ||||
| -rw-r--r-- | keyboards/bioi/g60ble/keymaps/default/keymap.c | 13 | ||||
| -rw-r--r-- | keyboards/bioi/g60ble/keymaps/via/keymap.c | 39 | ||||
| -rw-r--r-- | keyboards/bioi/g60ble/keymaps/via/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/bioi/g60ble/readme.md | 15 | ||||
| -rw-r--r-- | keyboards/bioi/g60ble/rules.mk | 31 |
8 files changed, 652 insertions, 0 deletions
diff --git a/keyboards/bioi/g60ble/config.h b/keyboards/bioi/g60ble/config.h new file mode 100644 index 000000000..e7515ec89 --- /dev/null +++ b/keyboards/bioi/g60ble/config.h | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "config_common.h" | ||
| 4 | |||
| 5 | /* USB Device descriptor parameter */ | ||
| 6 | #define VENDOR_ID 0x6583 | ||
| 7 | #define PRODUCT_ID 0x6080 | ||
| 8 | #define DEVICE_VER 0x0001 | ||
| 9 | #define MANUFACTURER Basic IO Instruments | ||
| 10 | #define PRODUCT BIOI G60 BLE | ||
| 11 | #define DESCRIPTION BIOI G60 BLE | ||
| 12 | |||
| 13 | /* key matrix size */ | ||
| 14 | #define MATRIX_ROWS 5 | ||
| 15 | #define MATRIX_COLS 14 | ||
| 16 | |||
| 17 | /* key matrix pins */ | ||
| 18 | #define MATRIX_ROW_PINS \ | ||
| 19 | { E6, B0, F1, F5, F4 } | ||
| 20 | #define MATRIX_COL_PINS \ | ||
| 21 | { F6, F7, B3, C7, C6, B6, B5, D5, B4, D7, D6, D4, D1, D0 } | ||
| 22 | #define UNUSED_PINS | ||
| 23 | |||
| 24 | /* COL2ROW or ROW2COL */ | ||
| 25 | #define DIODE_DIRECTION COL2ROW | ||
| 26 | |||
| 27 | /* number of backlight levels */ | ||
| 28 | #define BACKLIGHT_PIN B7 | ||
| 29 | #ifdef BACKLIGHT_PIN | ||
| 30 | # define BACKLIGHT_LEVELS 8 | ||
| 31 | #endif | ||
| 32 | |||
| 33 | /* Set 0 if debouncing isn't needed */ | ||
| 34 | #define DEBOUNCE 5 | ||
| 35 | |||
| 36 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 37 | #define LOCKING_SUPPORT_ENABLE | ||
| 38 | |||
| 39 | /* Locking resynchronize hack */ | ||
| 40 | #define LOCKING_RESYNC_ENABLE | ||
| 41 | |||
| 42 | #define RGB_DI_PIN B1 | ||
| 43 | #define RGBLIGHT_ANIMATIONS | ||
| 44 | #define RGBLED_NUM 36 | ||
| 45 | #define RGBLIGHT_HUE_STEP 8 | ||
| 46 | #define RGBLIGHT_SAT_STEP 8 | ||
| 47 | #define RGBLIGHT_VAL_STEP 8 | ||
| 48 | |||
| 49 | #define KEYBOARD_LOCK_ENABLE | ||
| 50 | #define MAGIC_KEY_LOCK L | ||
diff --git a/keyboards/bioi/g60ble/g60ble.h b/keyboards/bioi/g60ble/g60ble.h new file mode 100644 index 000000000..f1e1699dd --- /dev/null +++ b/keyboards/bioi/g60ble/g60ble.h | |||
| @@ -0,0 +1,89 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | |||
| 5 | #define XXX KC_NO | ||
| 6 | |||
| 7 | #define LAYOUT_all( \ | ||
| 8 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K49, \ | ||
| 9 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 10 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \ | ||
| 11 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K47, K3D, K3C, \ | ||
| 12 | K40, K41, K42, K45, K4A, K4B, K48, K4C, K4D \ | ||
| 13 | ) { \ | ||
| 14 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 15 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | ||
| 16 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ | ||
| 17 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | ||
| 18 | { K40, K41, K42, XXX, XXX, K45, XXX, K47, K48, K49, K4A, K4B, K4C, K4D } \ | ||
| 19 | } | ||
| 20 | |||
| 21 | #define LAYOUT_60_ansi( \ | ||
| 22 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ | ||
| 23 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 24 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, \ | ||
| 25 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, \ | ||
| 26 | K40, K41, K42, K45, K4A, K4B, K4C, K4D \ | ||
| 27 | ) { \ | ||
| 28 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 29 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | ||
| 30 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, XXX, K2D }, \ | ||
| 31 | { K30, XXX, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, XXX, K3D }, \ | ||
| 32 | { K40, K41, K42, XXX, XXX, K45, XXX, XXX, XXX, XXX, K4A, K4B, K4C, K4D } \ | ||
| 33 | } | ||
| 34 | |||
| 35 | #define LAYOUT_60_iso( \ | ||
| 36 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ | ||
| 37 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, \ | ||
| 38 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \ | ||
| 39 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, \ | ||
| 40 | K40, K41, K42, K45, K4A, K4B, K4C, K4D \ | ||
| 41 | ) { \ | ||
| 42 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 43 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, XXX }, \ | ||
| 44 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ | ||
| 45 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, XXX, K3D }, \ | ||
| 46 | { K40, K41, K42, XXX, XXX, K45, XXX, XXX, XXX, XXX, K4A, K4B, K4C, K4D } \ | ||
| 47 | } | ||
| 48 | |||
| 49 | #define LAYOUT_60_hhkb( \ | ||
| 50 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K49, \ | ||
| 51 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 52 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | ||
| 53 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, K3C, \ | ||
| 54 | K41, K42, K45, K4B, K4C \ | ||
| 55 | ) { \ | ||
| 56 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 57 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | ||
| 58 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, XXX }, \ | ||
| 59 | { K30, XXX, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | ||
| 60 | { XXX, K41, K42, XXX, XXX, K45, XXX, XXX, XXX, K49, XXX, K4B, K4C, XXX } \ | ||
| 61 | } | ||
| 62 | |||
| 63 | #define LAYOUT_60_ansi_split_bs_rshift( \ | ||
| 64 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K49, \ | ||
| 65 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 66 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, \ | ||
| 67 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, K3C, \ | ||
| 68 | K40, K41, K42, K45, K4A, K4B, K4C, K4D \ | ||
| 69 | ) { \ | ||
| 70 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 71 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | ||
| 72 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, XXX, K2D }, \ | ||
| 73 | { K30, XXX, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | ||
| 74 | { K40, K41, K42, XXX, XXX, K45, XXX, XXX, XXX, K49, K4A, K4B, K4C, K4D } \ | ||
| 75 | } | ||
| 76 | |||
| 77 | #define LAYOUT_60_tsangan_hhkb( \ | ||
| 78 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K49,\ | ||
| 79 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 80 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, \ | ||
| 81 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, K3C, \ | ||
| 82 | K40, K41, K42, K45, K4B, K4C, K4D \ | ||
| 83 | ) { \ | ||
| 84 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 85 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | ||
| 86 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, XXX, K2D }, \ | ||
| 87 | { K30, XXX, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | ||
| 88 | { K40, K41, K42, XXX, XXX, K45, XXX, XXX, XXX, K49, XXX, K4B, K4C, K4D } \ | ||
| 89 | } | ||
diff --git a/keyboards/bioi/g60ble/info.json b/keyboards/bioi/g60ble/info.json new file mode 100644 index 000000000..f9c7408e5 --- /dev/null +++ b/keyboards/bioi/g60ble/info.json | |||
| @@ -0,0 +1,414 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "BIOI G60 BLE", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "qmk", | ||
| 5 | "width": 15, | ||
| 6 | "height": 5, | ||
| 7 | "layouts": { | ||
| 8 | "LAYOUT_all": { | ||
| 9 | "key_count": 67, | ||
| 10 | "layout": [ | ||
| 11 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 12 | { "label": "!", "x": 1, "y": 0 }, | ||
| 13 | { "label": "@", "x": 2, "y": 0 }, | ||
| 14 | { "label": "#", "x": 3, "y": 0 }, | ||
| 15 | { "label": "$", "x": 4, "y": 0 }, | ||
| 16 | { "label": "%", "x": 5, "y": 0 }, | ||
| 17 | { "label": "^", "x": 6, "y": 0 }, | ||
| 18 | { "label": "&", "x": 7, "y": 0 }, | ||
| 19 | { "label": "*", "x": 8, "y": 0 }, | ||
| 20 | { "label": "(", "x": 9, "y": 0 }, | ||
| 21 | { "label": ")", "x": 10, "y": 0 }, | ||
| 22 | { "label": "_", "x": 11, "y": 0 }, | ||
| 23 | { "label": "+", "x": 12, "y": 0 }, | ||
| 24 | { "label": "|", "x": 13, "y": 0 }, | ||
| 25 | { "label": "~", "x": 14, "y": 0 }, | ||
| 26 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
| 27 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
| 28 | { "label": "W", "x": 2.5, "y": 1 }, | ||
| 29 | { "label": "E", "x": 3.5, "y": 1 }, | ||
| 30 | { "label": "R", "x": 4.5, "y": 1 }, | ||
| 31 | { "label": "T", "x": 5.5, "y": 1 }, | ||
| 32 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
| 33 | { "label": "U", "x": 7.5, "y": 1 }, | ||
| 34 | { "label": "I", "x": 8.5, "y": 1 }, | ||
| 35 | { "label": "O", "x": 9.5, "y": 1 }, | ||
| 36 | { "label": "P", "x": 10.5, "y": 1 }, | ||
| 37 | { "label": "{", "x": 11.5, "y": 1 }, | ||
| 38 | { "label": "}", "x": 12.5, "y": 1 }, | ||
| 39 | { "label": "Backspace", "x": 13.5, "y": 1, "w": 1.5 }, | ||
| 40 | { "label": "Ctrl", "x": 0, "y": 2, "w": 1.75 }, | ||
| 41 | { "label": "A", "x": 1.75, "y": 2 }, | ||
| 42 | { "label": "S", "x": 2.75, "y": 2 }, | ||
| 43 | { "label": "D", "x": 3.75, "y": 2 }, | ||
| 44 | { "label": "F", "x": 4.75, "y": 2 }, | ||
| 45 | { "label": "G", "x": 5.75, "y": 2 }, | ||
| 46 | { "label": "H", "x": 6.75, "y": 2 }, | ||
| 47 | { "label": "J", "x": 7.75, "y": 2 }, | ||
| 48 | { "label": "K", "x": 8.75, "y": 2 }, | ||
| 49 | { "label": "L", "x": 9.75, "y": 2 }, | ||
| 50 | { "label": ":", "x": 10.75, "y": 2 }, | ||
| 51 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
| 52 | { "label": "~", "x": 12.75, "y": 2 }, | ||
| 53 | { "label": "Enter", "x": 13.75, "y": 2, "w": 1.25 }, | ||
| 54 | { "label": "Shift", "x": 0, "y": 3 }, | ||
| 55 | { "label": "|", "x": 1, "y": 3 }, | ||
| 56 | { "label": "Z", "x": 2, "y": 3 }, | ||
| 57 | { "label": "X", "x": 3, "y": 3 }, | ||
| 58 | { "label": "C", "x": 4, "y": 3 }, | ||
| 59 | { "label": "V", "x": 5, "y": 3 }, | ||
| 60 | { "label": "B", "x": 6, "y": 3 }, | ||
| 61 | { "label": "N", "x": 7, "y": 3 }, | ||
| 62 | { "label": "M", "x": 8, "y": 3 }, | ||
| 63 | { "label": "<", "x": 9, "y": 3 }, | ||
| 64 | { "label": ">", "x": 10, "y": 3 }, | ||
| 65 | { "label": "?", "x": 11, "y": 3 }, | ||
| 66 | { "label": "Up", "x": 12, "y": 3 }, | ||
| 67 | { "label": "Shift", "x": 13, "y": 3 }, | ||
| 68 | { "label": "Fn", "x": 14, "y": 3 }, | ||
| 69 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
| 70 | { "label": "Alt", "x": 1.25, "y": 4, "w": 1.25 }, | ||
| 71 | { "label": "OS", "x": 2.5, "y": 4, "w": 1.25 }, | ||
| 72 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
| 73 | { "label": "OS", "x": 10, "y": 4 }, | ||
| 74 | { "label": "Alt", "x": 11, "y": 4 }, | ||
| 75 | { "label": "Left", "x": 12, "y": 4 }, | ||
| 76 | { "label": "Menu", "x": 13, "y": 4 }, | ||
| 77 | { "label": "Ctrl", "x": 14, "y": 4 } | ||
| 78 | ] | ||
| 79 | }, | ||
| 80 | "LAYOUT_60_ansi": { | ||
| 81 | "key_count": 61, | ||
| 82 | "layout": [ | ||
| 83 | { "label": "~", "x": 0, "y": 0 }, | ||
| 84 | { "label": "!", "x": 1, "y": 0 }, | ||
| 85 | { "label": "@", "x": 2, "y": 0 }, | ||
| 86 | { "label": "#", "x": 3, "y": 0 }, | ||
| 87 | { "label": "$", "x": 4, "y": 0 }, | ||
| 88 | { "label": "%", "x": 5, "y": 0 }, | ||
| 89 | { "label": "^", "x": 6, "y": 0 }, | ||
| 90 | { "label": "&", "x": 7, "y": 0 }, | ||
| 91 | { "label": "*", "x": 8, "y": 0 }, | ||
| 92 | { "label": "(", "x": 9, "y": 0 }, | ||
| 93 | { "label": ")", "x": 10, "y": 0 }, | ||
| 94 | { "label": "_", "x": 11, "y": 0 }, | ||
| 95 | { "label": "+", "x": 12, "y": 0 }, | ||
| 96 | { "label": "Backspace", "x": 13, "y": 0, "w": 2 }, | ||
| 97 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
| 98 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
| 99 | { "label": "W", "x": 2.5, "y": 1 }, | ||
| 100 | { "label": "E", "x": 3.5, "y": 1 }, | ||
| 101 | { "label": "R", "x": 4.5, "y": 1 }, | ||
| 102 | { "label": "T", "x": 5.5, "y": 1 }, | ||
| 103 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
| 104 | { "label": "U", "x": 7.5, "y": 1 }, | ||
| 105 | { "label": "I", "x": 8.5, "y": 1 }, | ||
| 106 | { "label": "O", "x": 9.5, "y": 1 }, | ||
| 107 | { "label": "P", "x": 10.5, "y": 1 }, | ||
| 108 | { "label": "{", "x": 11.5, "y": 1 }, | ||
| 109 | { "label": "}", "x": 12.5, "y": 1 }, | ||
| 110 | { "label": "|", "x": 13.5, "y": 1, "w": 1.5 }, | ||
| 111 | { "label": "CapsLock", "x": 0, "y": 2, "w": 1.75 }, | ||
| 112 | { "label": "A", "x": 1.75, "y": 2 }, | ||
| 113 | { "label": "S", "x": 2.75, "y": 2 }, | ||
| 114 | { "label": "D", "x": 3.75, "y": 2 }, | ||
| 115 | { "label": "F", "x": 4.75, "y": 2 }, | ||
| 116 | { "label": "G", "x": 5.75, "y": 2 }, | ||
| 117 | { "label": "H", "x": 6.75, "y": 2 }, | ||
| 118 | { "label": "J", "x": 7.75, "y": 2 }, | ||
| 119 | { "label": "K", "x": 8.75, "y": 2 }, | ||
| 120 | { "label": "L", "x": 9.75, "y": 2 }, | ||
| 121 | { "label": ":", "x": 10.75, "y": 2 }, | ||
| 122 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
| 123 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
| 124 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
| 125 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
| 126 | { "label": "X", "x": 3.25, "y": 3 }, | ||
| 127 | { "label": "C", "x": 4.25, "y": 3 }, | ||
| 128 | { "label": "V", "x": 5.25, "y": 3 }, | ||
| 129 | { "label": "B", "x": 6.25, "y": 3 }, | ||
| 130 | { "label": "N", "x": 7.25, "y": 3 }, | ||
| 131 | { "label": "M", "x": 8.25, "y": 3 }, | ||
| 132 | { "label": "<", "x": 9.25, "y": 3 }, | ||
| 133 | { "label": ">", "x": 10.25, "y": 3 }, | ||
| 134 | { "label": "?", "x": 11.25, "y": 3 }, | ||
| 135 | { "label": "Shift", "x": 12.25, "y": 3, "w": 2.75 }, | ||
| 136 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
| 137 | { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, | ||
| 138 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, | ||
| 139 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
| 140 | { "label": "Alt", "x": 10, "y": 4, "w": 1.25 }, | ||
| 141 | { "label": "Win", "x": 11.25, "y": 4, "w": 1.25 }, | ||
| 142 | { "label": "Menu", "x": 12.5, "y": 4, "w": 1.25 }, | ||
| 143 | { "label": "Ctrl", "x": 13.75, "y": 4, "w": 1.25 } | ||
| 144 | ] | ||
| 145 | }, | ||
| 146 | "LAYOUT_60_iso": { | ||
| 147 | "key_count": 62, | ||
| 148 | "layout": [ | ||
| 149 | { "label": "¬", "x": 0, "y": 0 }, | ||
| 150 | { "label": "!", "x": 1, "y": 0 }, | ||
| 151 | { "label": "\"", "x": 2, "y": 0 }, | ||
| 152 | { "label": "£", "x": 3, "y": 0 }, | ||
| 153 | { "label": "$", "x": 4, "y": 0 }, | ||
| 154 | { "label": "%", "x": 5, "y": 0 }, | ||
| 155 | { "label": "^", "x": 6, "y": 0 }, | ||
| 156 | { "label": "&", "x": 7, "y": 0 }, | ||
| 157 | { "label": "*", "x": 8, "y": 0 }, | ||
| 158 | { "label": "(", "x": 9, "y": 0 }, | ||
| 159 | { "label": ")", "x": 10, "y": 0 }, | ||
| 160 | { "label": "_", "x": 11, "y": 0 }, | ||
| 161 | { "label": "+", "x": 12, "y": 0 }, | ||
| 162 | { "label": "Backspace", "x": 13, "y": 0, "w": 2 }, | ||
| 163 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
| 164 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
| 165 | { "label": "W", "x": 2.5, "y": 1 }, | ||
| 166 | { "label": "E", "x": 3.5, "y": 1 }, | ||
| 167 | { "label": "R", "x": 4.5, "y": 1 }, | ||
| 168 | { "label": "T", "x": 5.5, "y": 1 }, | ||
| 169 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
| 170 | { "label": "U", "x": 7.5, "y": 1 }, | ||
| 171 | { "label": "I", "x": 8.5, "y": 1 }, | ||
| 172 | { "label": "O", "x": 9.5, "y": 1 }, | ||
| 173 | { "label": "P", "x": 10.5, "y": 1 }, | ||
| 174 | { "label": "{", "x": 11.5, "y": 1 }, | ||
| 175 | { "label": "}", "x": 12.5, "y": 1 }, | ||
| 176 | { "label": "CapsLock", "x": 0, "y": 2, "w": 1.75 }, | ||
| 177 | { "label": "A", "x": 1.75, "y": 2 }, | ||
| 178 | { "label": "S", "x": 2.75, "y": 2 }, | ||
| 179 | { "label": "D", "x": 3.75, "y": 2 }, | ||
| 180 | { "label": "F", "x": 4.75, "y": 2 }, | ||
| 181 | { "label": "G", "x": 5.75, "y": 2 }, | ||
| 182 | { "label": "H", "x": 6.75, "y": 2 }, | ||
| 183 | { "label": "J", "x": 7.75, "y": 2 }, | ||
| 184 | { "label": "K", "x": 8.75, "y": 2 }, | ||
| 185 | { "label": "L", "x": 9.75, "y": 2 }, | ||
| 186 | { "label": ":", "x": 10.75, "y": 2 }, | ||
| 187 | { "label": "@", "x": 11.75, "y": 2 }, | ||
| 188 | { "label": "~", "x": 12.75, "y": 2 }, | ||
| 189 | { "label": "Enter", "x": 13.75, "y": 1, "w": 1.25, "h": 2 }, | ||
| 190 | { "label": "Shift", "x": 0, "y": 3, "w": 1.25 }, | ||
| 191 | { "label": "|", "x": 1.25, "y": 3 }, | ||
| 192 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
| 193 | { "label": "X", "x": 3.25, "y": 3 }, | ||
| 194 | { "label": "C", "x": 4.25, "y": 3 }, | ||
| 195 | { "label": "V", "x": 5.25, "y": 3 }, | ||
| 196 | { "label": "B", "x": 6.25, "y": 3 }, | ||
| 197 | { "label": "N", "x": 7.25, "y": 3 }, | ||
| 198 | { "label": "M", "x": 8.25, "y": 3 }, | ||
| 199 | { "label": "<", "x": 9.25, "y": 3 }, | ||
| 200 | { "label": ">", "x": 10.25, "y": 3 }, | ||
| 201 | { "label": "?", "x": 11.25, "y": 3 }, | ||
| 202 | { "label": "Shift", "x": 12.25, "y": 3, "w": 2.75 }, | ||
| 203 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
| 204 | { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, | ||
| 205 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, | ||
| 206 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
| 207 | { "label": "AltGr", "x": 10, "y": 4, "w": 1.25 }, | ||
| 208 | { "label": "Win", "x": 11.25, "y": 4, "w": 1.25 }, | ||
| 209 | { "label": "Menu", "x": 12.5, "y": 4, "w": 1.25 }, | ||
| 210 | { "label": "Ctrl", "x": 13.75, "y": 4, "w": 1.25 } | ||
| 211 | ] | ||
| 212 | }, | ||
| 213 | "LAYOUT_60_hhkb": { | ||
| 214 | "key_count": 60, | ||
| 215 | "layout": [ | ||
| 216 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 217 | { "label": "1", "x": 1, "y": 0 }, | ||
| 218 | { "label": "2", "x": 2, "y": 0 }, | ||
| 219 | { "label": "3", "x": 3, "y": 0 }, | ||
| 220 | { "label": "4", "x": 4, "y": 0 }, | ||
| 221 | { "label": "5", "x": 5, "y": 0 }, | ||
| 222 | { "label": "6", "x": 6, "y": 0 }, | ||
| 223 | { "label": "7", "x": 7, "y": 0 }, | ||
| 224 | { "label": "8", "x": 8, "y": 0 }, | ||
| 225 | { "label": "9", "x": 9, "y": 0 }, | ||
| 226 | { "label": "0", "x": 10, "y": 0 }, | ||
| 227 | { "label": "-", "x": 11, "y": 0 }, | ||
| 228 | { "label": "=", "x": 12, "y": 0 }, | ||
| 229 | { "label": "\\", "x": 13, "y": 0 }, | ||
| 230 | { "label": "`", "x": 14, "y": 0 }, | ||
| 231 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
| 232 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
| 233 | { "label": "W", "x": 2.5, "y": 1 }, | ||
| 234 | { "label": "E", "x": 3.5, "y": 1 }, | ||
| 235 | { "label": "R", "x": 4.5, "y": 1 }, | ||
| 236 | { "label": "T", "x": 5.5, "y": 1 }, | ||
| 237 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
| 238 | { "label": "U", "x": 7.5, "y": 1 }, | ||
| 239 | { "label": "I", "x": 8.5, "y": 1 }, | ||
| 240 | { "label": "O", "x": 9.5, "y": 1 }, | ||
| 241 | { "label": "P", "x": 10.5, "y": 1 }, | ||
| 242 | { "label": "[", "x": 11.5, "y": 1 }, | ||
| 243 | { "label": "]", "x": 12.5, "y": 1 }, | ||
| 244 | { "label": "Backspace", "x": 13.5, "y": 1, "w": 1.5 }, | ||
| 245 | { "label": "Control", "x": 0, "y": 2, "w": 1.75 }, | ||
| 246 | { "label": "A", "x": 1.75, "y": 2 }, | ||
| 247 | { "label": "S", "x": 2.75, "y": 2 }, | ||
| 248 | { "label": "D", "x": 3.75, "y": 2 }, | ||
| 249 | { "label": "F", "x": 4.75, "y": 2 }, | ||
| 250 | { "label": "G", "x": 5.75, "y": 2 }, | ||
| 251 | { "label": "H", "x": 6.75, "y": 2 }, | ||
| 252 | { "label": "J", "x": 7.75, "y": 2 }, | ||
| 253 | { "label": "K", "x": 8.75, "y": 2 }, | ||
| 254 | { "label": "L", "x": 9.75, "y": 2 }, | ||
| 255 | { "label": ";", "x": 10.75, "y": 2 }, | ||
| 256 | { "label": "'", "x": 11.75, "y": 2 }, | ||
| 257 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
| 258 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
| 259 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
| 260 | { "label": "X", "x": 3.25, "y": 3 }, | ||
| 261 | { "label": "C", "x": 4.25, "y": 3 }, | ||
| 262 | { "label": "V", "x": 5.25, "y": 3 }, | ||
| 263 | { "label": "B", "x": 6.25, "y": 3 }, | ||
| 264 | { "label": "N", "x": 7.25, "y": 3 }, | ||
| 265 | { "label": "M", "x": 8.25, "y": 3 }, | ||
| 266 | { "label": ",", "x": 9.25, "y": 3 }, | ||
| 267 | { "label": ".", "x": 10.25, "y": 3 }, | ||
| 268 | { "label": "/", "x": 11.25, "y": 3 }, | ||
| 269 | { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, | ||
| 270 | { "label": "Fn", "x": 14, "y": 3 }, | ||
| 271 | { "label": "Os", "x": 1.5, "y": 4 }, | ||
| 272 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.5 }, | ||
| 273 | { "x": 4, "y": 4, "w": 7 }, | ||
| 274 | { "label": "Alt", "x": 11, "y": 4, "w": 1.5 }, | ||
| 275 | { "label": "Os", "x": 12.5, "y": 4 } | ||
| 276 | ] | ||
| 277 | }, | ||
| 278 | "LAYOUT_60_ansi_split_bs_rshift": { | ||
| 279 | "key_count": 63, | ||
| 280 | "layout": [ | ||
| 281 | { "label": "ESC", "x": 0, "y": 0 }, | ||
| 282 | { "label": "!", "x": 1, "y": 0 }, | ||
| 283 | { "label": "@", "x": 2, "y": 0 }, | ||
| 284 | { "label": "#", "x": 3, "y": 0 }, | ||
| 285 | { "label": "$", "x": 4, "y": 0 }, | ||
| 286 | { "label": "%", "x": 5, "y": 0 }, | ||
| 287 | { "label": "^", "x": 6, "y": 0 }, | ||
| 288 | { "label": "&", "x": 7, "y": 0 }, | ||
| 289 | { "label": "*", "x": 8, "y": 0 }, | ||
| 290 | { "label": "(", "x": 9, "y": 0 }, | ||
| 291 | { "label": ")", "x": 10, "y": 0 }, | ||
| 292 | { "label": "_", "x": 11, "y": 0 }, | ||
| 293 | { "label": "+", "x": 12, "y": 0 }, | ||
| 294 | { "label": "|", "x": 13, "y": 0 }, | ||
| 295 | { "label": "~", "x": 14, "y": 0 }, | ||
| 296 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
| 297 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
| 298 | { "label": "W", "x": 2.5, "y": 1 }, | ||
| 299 | { "label": "E", "x": 3.5, "y": 1 }, | ||
| 300 | { "label": "R", "x": 4.5, "y": 1 }, | ||
| 301 | { "label": "T", "x": 5.5, "y": 1 }, | ||
| 302 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
| 303 | { "label": "U", "x": 7.5, "y": 1 }, | ||
| 304 | { "label": "I", "x": 8.5, "y": 1 }, | ||
| 305 | { "label": "O", "x": 9.5, "y": 1 }, | ||
| 306 | { "label": "P", "x": 10.5, "y": 1 }, | ||
| 307 | { "label": "{", "x": 11.5, "y": 1 }, | ||
| 308 | { "label": "}", "x": 12.5, "y": 1 }, | ||
| 309 | { "label": "BS", "x": 13.5, "y": 1, "w": 1.5 }, | ||
| 310 | { "label": "Caps Lock", "x": 0, "y": 2, "w": 1.75 }, | ||
| 311 | { "label": "A", "x": 1.75, "y": 2 }, | ||
| 312 | { "label": "S", "x": 2.75, "y": 2 }, | ||
| 313 | { "label": "D", "x": 3.75, "y": 2 }, | ||
| 314 | { "label": "F", "x": 4.75, "y": 2 }, | ||
| 315 | { "label": "G", "x": 5.75, "y": 2 }, | ||
| 316 | { "label": "H", "x": 6.75, "y": 2 }, | ||
| 317 | { "label": "J", "x": 7.75, "y": 2 }, | ||
| 318 | { "label": "K", "x": 8.75, "y": 2 }, | ||
| 319 | { "label": "L", "x": 9.75, "y": 2 }, | ||
| 320 | { "label": ":", "x": 10.75, "y": 2 }, | ||
| 321 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
| 322 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
| 323 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
| 324 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
| 325 | { "label": "X", "x": 3.25, "y": 3 }, | ||
| 326 | { "label": "C", "x": 4.25, "y": 3 }, | ||
| 327 | { "label": "V", "x": 5.25, "y": 3 }, | ||
| 328 | { "label": "B", "x": 6.25, "y": 3 }, | ||
| 329 | { "label": "N", "x": 7.25, "y": 3 }, | ||
| 330 | { "label": "M", "x": 8.25, "y": 3 }, | ||
| 331 | { "label": "<", "x": 9.25, "y": 3 }, | ||
| 332 | { "label": ">", "x": 10.25, "y": 3 }, | ||
| 333 | { "label": "?", "x": 11.25, "y": 3 }, | ||
| 334 | { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, | ||
| 335 | { "label": "Fn", "x": 14, "y": 3 }, | ||
| 336 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
| 337 | { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, | ||
| 338 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, | ||
| 339 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
| 340 | { "label": "Alt", "x": 10, "y": 4, "w": 1.25 }, | ||
| 341 | { "label": "Win", "x": 11.25, "y": 4, "w": 1.25 }, | ||
| 342 | { "label": "Menu", "x": 12.5, "y": 4, "w": 1.25 }, | ||
| 343 | { "label": "Ctrl", "x": 13.75, "y": 4, "w": 1.25 } | ||
| 344 | ] | ||
| 345 | }, | ||
| 346 | "LAYOUT_60_tsangan_hhkb": { | ||
| 347 | "key_count": 62, | ||
| 348 | "layout": [ | ||
| 349 | { "label": "Esc", "x": 0, "y": 0 }, | ||
| 350 | { "label": "!", "x": 1, "y": 0 }, | ||
| 351 | { "label": "@", "x": 2, "y": 0 }, | ||
| 352 | { "label": "#", "x": 3, "y": 0 }, | ||
| 353 | { "label": "$", "x": 4, "y": 0 }, | ||
| 354 | { "label": "%", "x": 5, "y": 0 }, | ||
| 355 | { "label": "^", "x": 6, "y": 0 }, | ||
| 356 | { "label": "&", "x": 7, "y": 0 }, | ||
| 357 | { "label": "*", "x": 8, "y": 0 }, | ||
| 358 | { "label": "(", "x": 9, "y": 0 }, | ||
| 359 | { "label": ")", "x": 10, "y": 0 }, | ||
| 360 | { "label": "_", "x": 11, "y": 0 }, | ||
| 361 | { "label": "+", "x": 12, "y": 0 }, | ||
| 362 | { "label": "|", "x": 13, "y": 0 }, | ||
| 363 | { "label": "~", "x": 14, "y": 0 }, | ||
| 364 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
| 365 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
| 366 | { "label": "W", "x": 2.5, "y": 1 }, | ||
| 367 | { "label": "E", "x": 3.5, "y": 1 }, | ||
| 368 | { "label": "R", "x": 4.5, "y": 1 }, | ||
| 369 | { "label": "T", "x": 5.5, "y": 1 }, | ||
| 370 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
| 371 | { "label": "U", "x": 7.5, "y": 1 }, | ||
| 372 | { "label": "I", "x": 8.5, "y": 1 }, | ||
| 373 | { "label": "O", "x": 9.5, "y": 1 }, | ||
| 374 | { "label": "P", "x": 10.5, "y": 1 }, | ||
| 375 | { "label": "{", "x": 11.5, "y": 1 }, | ||
| 376 | { "label": "}", "x": 12.5, "y": 1 }, | ||
| 377 | { "label": "Backspace", "x": 13.5, "y": 1, "w": 1.5 }, | ||
| 378 | { "label": "Caps Lock", "x": 0, "y": 2, "w": 1.75 }, | ||
| 379 | { "label": "A", "x": 1.75, "y": 2 }, | ||
| 380 | { "label": "S", "x": 2.75, "y": 2 }, | ||
| 381 | { "label": "D", "x": 3.75, "y": 2 }, | ||
| 382 | { "label": "F", "x": 4.75, "y": 2 }, | ||
| 383 | { "label": "G", "x": 5.75, "y": 2 }, | ||
| 384 | { "label": "H", "x": 6.75, "y": 2 }, | ||
| 385 | { "label": "J", "x": 7.75, "y": 2 }, | ||
| 386 | { "label": "K", "x": 8.75, "y": 2 }, | ||
| 387 | { "label": "L", "x": 9.75, "y": 2 }, | ||
| 388 | { "label": ":", "x": 10.75, "y": 2 }, | ||
| 389 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
| 390 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
| 391 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
| 392 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
| 393 | { "label": "X", "x": 3.25, "y": 3 }, | ||
| 394 | { "label": "C", "x": 4.25, "y": 3 }, | ||
| 395 | { "label": "V", "x": 5.25, "y": 3 }, | ||
| 396 | { "label": "B", "x": 6.25, "y": 3 }, | ||
| 397 | { "label": "N", "x": 7.25, "y": 3 }, | ||
| 398 | { "label": "M", "x": 8.25, "y": 3 }, | ||
| 399 | { "label": "<", "x": 9.25, "y": 3 }, | ||
| 400 | { "label": ">", "x": 10.25, "y": 3 }, | ||
| 401 | { "label": "?", "x": 11.25, "y": 3 }, | ||
| 402 | { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, | ||
| 403 | { "label": "Fn", "x": 14, "y": 3 }, | ||
| 404 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.5 }, | ||
| 405 | { "label": "Win", "x": 1.5, "y": 4 }, | ||
| 406 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.5 }, | ||
| 407 | { "x": 4, "y": 4, "w": 7 }, | ||
| 408 | { "label": "Win", "x": 11, "y": 4, "w": 1.5 }, | ||
| 409 | { "label": "Menu", "x": 12.5, "y": 4 }, | ||
| 410 | { "label": "Ctrl", "x": 13.5, "y": 4, "w": 1.5 } | ||
| 411 | ] | ||
| 412 | } | ||
| 413 | } | ||
| 414 | } | ||
diff --git a/keyboards/bioi/g60ble/keymaps/default/keymap.c b/keyboards/bioi/g60ble/keymaps/default/keymap.c new file mode 100644 index 000000000..b17bfbb12 --- /dev/null +++ b/keyboards/bioi/g60ble/keymaps/default/keymap.c | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 4 | |||
| 5 | [0] = LAYOUT_60_ansi( | ||
| 6 | 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_BSPC, | ||
| 7 | 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, | ||
| 8 | 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_ENT, | ||
| 9 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 10 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL | ||
| 11 | ) | ||
| 12 | |||
| 13 | }; | ||
diff --git a/keyboards/bioi/g60ble/keymaps/via/keymap.c b/keyboards/bioi/g60ble/keymaps/via/keymap.c new file mode 100644 index 000000000..478d83bc5 --- /dev/null +++ b/keyboards/bioi/g60ble/keymaps/via/keymap.c | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | // clang-format off | ||
| 4 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 5 | |||
| 6 | [0] = LAYOUT_all( | ||
| 7 | KC_ESC, 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_BSLS, KC_GRV, | ||
| 8 | 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_BSPC, | ||
| 9 | CTL_T(KC_ESC), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, LT(2, KC_SCLN), KC_QUOT, KC_NUHS, KC_ENT, | ||
| 10 | 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_UP, KC_RSFT, MO(1), | ||
| 11 | KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RGUI, KC_RGUI, KC_LEFT, KC_APP, KC_RCTL | ||
| 12 | ), | ||
| 13 | |||
| 14 | [1] = LAYOUT_all( | ||
| 15 | _______, 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_INS, KC_DEL, | ||
| 16 | KC_CAPS, RESET, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_SLCK, KC_PAUS, KC_UP, _______, _______, | ||
| 17 | _______, KC_VOLD, KC_VOLU, KC_MUTE, KC_EJCT, _______, KC_ASTR, KC_SLSH, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______, _______, | ||
| 18 | RGB_MOD, _______, RGB_HUD, RGB_HUI, RGB_SAD, RGB_SAI, _______, KC_PLUS, KC_MINS, KC_END, KC_PGDN, KC_DOWN, _______, BL_STEP, _______, | ||
| 19 | RGB_TOG, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, BL_TOGG | ||
| 20 | ), | ||
| 21 | |||
| 22 | [2] = LAYOUT_all( | ||
| 23 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 24 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 25 | _______, XXXXXXX, KC_HOME, KC_PGUP, KC_PGDN, KC_END, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______, _______, _______, | ||
| 26 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 27 | _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 28 | ), | ||
| 29 | |||
| 30 | [3] = LAYOUT_all( | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 36 | ) | ||
| 37 | |||
| 38 | }; | ||
| 39 | // clang-format on | ||
diff --git a/keyboards/bioi/g60ble/keymaps/via/rules.mk b/keyboards/bioi/g60ble/keymaps/via/rules.mk new file mode 100644 index 000000000..1e5b99807 --- /dev/null +++ b/keyboards/bioi/g60ble/keymaps/via/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| VIA_ENABLE = yes | |||
diff --git a/keyboards/bioi/g60ble/readme.md b/keyboards/bioi/g60ble/readme.md new file mode 100644 index 000000000..f42d90164 --- /dev/null +++ b/keyboards/bioi/g60ble/readme.md | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # BIOI G60 BLE | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | A 60% keyboard with Bluetooth LE support | ||
| 6 | |||
| 7 | * Keyboard Maintainer: [Joshua Rubin](https://github.com/joshuarubin) | ||
| 8 | * Hardware Supported: R2 both default and hotswap versions | ||
| 9 | * Hardware Availability: https://play-keyboard.store/ | ||
| 10 | |||
| 11 | Make example for this keyboard (after setting up your build environment): | ||
| 12 | |||
| 13 | make bioi/g60ble:default | ||
| 14 | |||
| 15 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
diff --git a/keyboards/bioi/g60ble/rules.mk b/keyboards/bioi/g60ble/rules.mk new file mode 100644 index 000000000..464a6d136 --- /dev/null +++ b/keyboards/bioi/g60ble/rules.mk | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Processor frequency | ||
| 5 | F_CPU = 8000000 | ||
| 6 | |||
| 7 | # Bootloader selection | ||
| 8 | # Teensy halfkay | ||
| 9 | # Pro Micro caterina | ||
| 10 | # Atmel DFU atmel-dfu | ||
| 11 | # LUFA DFU lufa-dfu | ||
| 12 | # QMK DFU qmk-dfu | ||
| 13 | # ATmega32A bootloadHID | ||
| 14 | # ATmega328P USBasp | ||
| 15 | BOOTLOADER = qmk-dfu | ||
| 16 | |||
| 17 | # Build Options | ||
| 18 | # comment out to disable the options. | ||
| 19 | # | ||
| 20 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 21 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 22 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 23 | CONSOLE_ENABLE = no # Console for debug | ||
| 24 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 26 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 28 | RGBLIGHT_ENABLE = yes | ||
| 29 | LTO_ENABLE = yes | ||
| 30 | |||
| 31 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_ansi_split_bs_rshift 60_tsangan_hhkb | ||
