diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/bioi/g60ble |
Diffstat (limited to 'keyboards/bioi/g60ble')
-rw-r--r-- | keyboards/bioi/g60ble/config.h | 49 | ||||
-rw-r--r-- | keyboards/bioi/g60ble/g60ble.h | 89 | ||||
-rw-r--r-- | keyboards/bioi/g60ble/info.json | 406 | ||||
-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 | 23 |
8 files changed, 635 insertions, 0 deletions
diff --git a/keyboards/bioi/g60ble/config.h b/keyboards/bioi/g60ble/config.h new file mode 100644 index 000000000..4aa806eb4 --- /dev/null +++ b/keyboards/bioi/g60ble/config.h | |||
@@ -0,0 +1,49 @@ | |||
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 | |||
12 | /* key matrix size */ | ||
13 | #define MATRIX_ROWS 5 | ||
14 | #define MATRIX_COLS 14 | ||
15 | |||
16 | /* key matrix pins */ | ||
17 | #define MATRIX_ROW_PINS \ | ||
18 | { E6, B0, F1, F5, F4 } | ||
19 | #define MATRIX_COL_PINS \ | ||
20 | { F6, F7, B3, C7, C6, B6, B5, D5, B4, D7, D6, D4, D1, D0 } | ||
21 | #define UNUSED_PINS | ||
22 | |||
23 | /* COL2ROW or ROW2COL */ | ||
24 | #define DIODE_DIRECTION COL2ROW | ||
25 | |||
26 | /* number of backlight levels */ | ||
27 | #define BACKLIGHT_PIN B7 | ||
28 | #ifdef BACKLIGHT_PIN | ||
29 | # define BACKLIGHT_LEVELS 8 | ||
30 | #endif | ||
31 | |||
32 | /* Set 0 if debouncing isn't needed */ | ||
33 | #define DEBOUNCE 5 | ||
34 | |||
35 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
36 | #define LOCKING_SUPPORT_ENABLE | ||
37 | |||
38 | /* Locking resynchronize hack */ | ||
39 | #define LOCKING_RESYNC_ENABLE | ||
40 | |||
41 | #define RGB_DI_PIN B1 | ||
42 | #define RGBLIGHT_ANIMATIONS | ||
43 | #define RGBLED_NUM 36 | ||
44 | #define RGBLIGHT_HUE_STEP 8 | ||
45 | #define RGBLIGHT_SAT_STEP 8 | ||
46 | #define RGBLIGHT_VAL_STEP 8 | ||
47 | |||
48 | #define KEYBOARD_LOCK_ENABLE | ||
49 | #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..f8a453773 --- /dev/null +++ b/keyboards/bioi/g60ble/info.json | |||
@@ -0,0 +1,406 @@ | |||
1 | { | ||
2 | "keyboard_name": "BIOI G60 BLE", | ||
3 | "url": "", | ||
4 | "maintainer": "qmk", | ||
5 | "layouts": { | ||
6 | "LAYOUT_all": { | ||
7 | "layout": [ | ||
8 | { "label": "Esc", "x": 0, "y": 0 }, | ||
9 | { "label": "!", "x": 1, "y": 0 }, | ||
10 | { "label": "@", "x": 2, "y": 0 }, | ||
11 | { "label": "#", "x": 3, "y": 0 }, | ||
12 | { "label": "$", "x": 4, "y": 0 }, | ||
13 | { "label": "%", "x": 5, "y": 0 }, | ||
14 | { "label": "^", "x": 6, "y": 0 }, | ||
15 | { "label": "&", "x": 7, "y": 0 }, | ||
16 | { "label": "*", "x": 8, "y": 0 }, | ||
17 | { "label": "(", "x": 9, "y": 0 }, | ||
18 | { "label": ")", "x": 10, "y": 0 }, | ||
19 | { "label": "_", "x": 11, "y": 0 }, | ||
20 | { "label": "+", "x": 12, "y": 0 }, | ||
21 | { "label": "|", "x": 13, "y": 0 }, | ||
22 | { "label": "~", "x": 14, "y": 0 }, | ||
23 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
24 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
25 | { "label": "W", "x": 2.5, "y": 1 }, | ||
26 | { "label": "E", "x": 3.5, "y": 1 }, | ||
27 | { "label": "R", "x": 4.5, "y": 1 }, | ||
28 | { "label": "T", "x": 5.5, "y": 1 }, | ||
29 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
30 | { "label": "U", "x": 7.5, "y": 1 }, | ||
31 | { "label": "I", "x": 8.5, "y": 1 }, | ||
32 | { "label": "O", "x": 9.5, "y": 1 }, | ||
33 | { "label": "P", "x": 10.5, "y": 1 }, | ||
34 | { "label": "{", "x": 11.5, "y": 1 }, | ||
35 | { "label": "}", "x": 12.5, "y": 1 }, | ||
36 | { "label": "Backspace", "x": 13.5, "y": 1, "w": 1.5 }, | ||
37 | { "label": "Ctrl", "x": 0, "y": 2, "w": 1.75 }, | ||
38 | { "label": "A", "x": 1.75, "y": 2 }, | ||
39 | { "label": "S", "x": 2.75, "y": 2 }, | ||
40 | { "label": "D", "x": 3.75, "y": 2 }, | ||
41 | { "label": "F", "x": 4.75, "y": 2 }, | ||
42 | { "label": "G", "x": 5.75, "y": 2 }, | ||
43 | { "label": "H", "x": 6.75, "y": 2 }, | ||
44 | { "label": "J", "x": 7.75, "y": 2 }, | ||
45 | { "label": "K", "x": 8.75, "y": 2 }, | ||
46 | { "label": "L", "x": 9.75, "y": 2 }, | ||
47 | { "label": ":", "x": 10.75, "y": 2 }, | ||
48 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
49 | { "label": "~", "x": 12.75, "y": 2 }, | ||
50 | { "label": "Enter", "x": 13.75, "y": 2, "w": 1.25 }, | ||
51 | { "label": "Shift", "x": 0, "y": 3 }, | ||
52 | { "label": "|", "x": 1, "y": 3 }, | ||
53 | { "label": "Z", "x": 2, "y": 3 }, | ||
54 | { "label": "X", "x": 3, "y": 3 }, | ||
55 | { "label": "C", "x": 4, "y": 3 }, | ||
56 | { "label": "V", "x": 5, "y": 3 }, | ||
57 | { "label": "B", "x": 6, "y": 3 }, | ||
58 | { "label": "N", "x": 7, "y": 3 }, | ||
59 | { "label": "M", "x": 8, "y": 3 }, | ||
60 | { "label": "<", "x": 9, "y": 3 }, | ||
61 | { "label": ">", "x": 10, "y": 3 }, | ||
62 | { "label": "?", "x": 11, "y": 3 }, | ||
63 | { "label": "Up", "x": 12, "y": 3 }, | ||
64 | { "label": "Shift", "x": 13, "y": 3 }, | ||
65 | { "label": "Fn", "x": 14, "y": 3 }, | ||
66 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
67 | { "label": "Alt", "x": 1.25, "y": 4, "w": 1.25 }, | ||
68 | { "label": "OS", "x": 2.5, "y": 4, "w": 1.25 }, | ||
69 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
70 | { "label": "OS", "x": 10, "y": 4 }, | ||
71 | { "label": "Alt", "x": 11, "y": 4 }, | ||
72 | { "label": "Left", "x": 12, "y": 4 }, | ||
73 | { "label": "Menu", "x": 13, "y": 4 }, | ||
74 | { "label": "Ctrl", "x": 14, "y": 4 } | ||
75 | ] | ||
76 | }, | ||
77 | "LAYOUT_60_ansi": { | ||
78 | "layout": [ | ||
79 | { "label": "~", "x": 0, "y": 0 }, | ||
80 | { "label": "!", "x": 1, "y": 0 }, | ||
81 | { "label": "@", "x": 2, "y": 0 }, | ||
82 | { "label": "#", "x": 3, "y": 0 }, | ||
83 | { "label": "$", "x": 4, "y": 0 }, | ||
84 | { "label": "%", "x": 5, "y": 0 }, | ||
85 | { "label": "^", "x": 6, "y": 0 }, | ||
86 | { "label": "&", "x": 7, "y": 0 }, | ||
87 | { "label": "*", "x": 8, "y": 0 }, | ||
88 | { "label": "(", "x": 9, "y": 0 }, | ||
89 | { "label": ")", "x": 10, "y": 0 }, | ||
90 | { "label": "_", "x": 11, "y": 0 }, | ||
91 | { "label": "+", "x": 12, "y": 0 }, | ||
92 | { "label": "Backspace", "x": 13, "y": 0, "w": 2 }, | ||
93 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
94 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
95 | { "label": "W", "x": 2.5, "y": 1 }, | ||
96 | { "label": "E", "x": 3.5, "y": 1 }, | ||
97 | { "label": "R", "x": 4.5, "y": 1 }, | ||
98 | { "label": "T", "x": 5.5, "y": 1 }, | ||
99 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
100 | { "label": "U", "x": 7.5, "y": 1 }, | ||
101 | { "label": "I", "x": 8.5, "y": 1 }, | ||
102 | { "label": "O", "x": 9.5, "y": 1 }, | ||
103 | { "label": "P", "x": 10.5, "y": 1 }, | ||
104 | { "label": "{", "x": 11.5, "y": 1 }, | ||
105 | { "label": "}", "x": 12.5, "y": 1 }, | ||
106 | { "label": "|", "x": 13.5, "y": 1, "w": 1.5 }, | ||
107 | { "label": "CapsLock", "x": 0, "y": 2, "w": 1.75 }, | ||
108 | { "label": "A", "x": 1.75, "y": 2 }, | ||
109 | { "label": "S", "x": 2.75, "y": 2 }, | ||
110 | { "label": "D", "x": 3.75, "y": 2 }, | ||
111 | { "label": "F", "x": 4.75, "y": 2 }, | ||
112 | { "label": "G", "x": 5.75, "y": 2 }, | ||
113 | { "label": "H", "x": 6.75, "y": 2 }, | ||
114 | { "label": "J", "x": 7.75, "y": 2 }, | ||
115 | { "label": "K", "x": 8.75, "y": 2 }, | ||
116 | { "label": "L", "x": 9.75, "y": 2 }, | ||
117 | { "label": ":", "x": 10.75, "y": 2 }, | ||
118 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
119 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
120 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
121 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
122 | { "label": "X", "x": 3.25, "y": 3 }, | ||
123 | { "label": "C", "x": 4.25, "y": 3 }, | ||
124 | { "label": "V", "x": 5.25, "y": 3 }, | ||
125 | { "label": "B", "x": 6.25, "y": 3 }, | ||
126 | { "label": "N", "x": 7.25, "y": 3 }, | ||
127 | { "label": "M", "x": 8.25, "y": 3 }, | ||
128 | { "label": "<", "x": 9.25, "y": 3 }, | ||
129 | { "label": ">", "x": 10.25, "y": 3 }, | ||
130 | { "label": "?", "x": 11.25, "y": 3 }, | ||
131 | { "label": "Shift", "x": 12.25, "y": 3, "w": 2.75 }, | ||
132 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
133 | { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, | ||
134 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, | ||
135 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
136 | { "label": "Alt", "x": 10, "y": 4, "w": 1.25 }, | ||
137 | { "label": "Win", "x": 11.25, "y": 4, "w": 1.25 }, | ||
138 | { "label": "Menu", "x": 12.5, "y": 4, "w": 1.25 }, | ||
139 | { "label": "Ctrl", "x": 13.75, "y": 4, "w": 1.25 } | ||
140 | ] | ||
141 | }, | ||
142 | "LAYOUT_60_iso": { | ||
143 | "layout": [ | ||
144 | { "label": "¬", "x": 0, "y": 0 }, | ||
145 | { "label": "!", "x": 1, "y": 0 }, | ||
146 | { "label": "\"", "x": 2, "y": 0 }, | ||
147 | { "label": "£", "x": 3, "y": 0 }, | ||
148 | { "label": "$", "x": 4, "y": 0 }, | ||
149 | { "label": "%", "x": 5, "y": 0 }, | ||
150 | { "label": "^", "x": 6, "y": 0 }, | ||
151 | { "label": "&", "x": 7, "y": 0 }, | ||
152 | { "label": "*", "x": 8, "y": 0 }, | ||
153 | { "label": "(", "x": 9, "y": 0 }, | ||
154 | { "label": ")", "x": 10, "y": 0 }, | ||
155 | { "label": "_", "x": 11, "y": 0 }, | ||
156 | { "label": "+", "x": 12, "y": 0 }, | ||
157 | { "label": "Backspace", "x": 13, "y": 0, "w": 2 }, | ||
158 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
159 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
160 | { "label": "W", "x": 2.5, "y": 1 }, | ||
161 | { "label": "E", "x": 3.5, "y": 1 }, | ||
162 | { "label": "R", "x": 4.5, "y": 1 }, | ||
163 | { "label": "T", "x": 5.5, "y": 1 }, | ||
164 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
165 | { "label": "U", "x": 7.5, "y": 1 }, | ||
166 | { "label": "I", "x": 8.5, "y": 1 }, | ||
167 | { "label": "O", "x": 9.5, "y": 1 }, | ||
168 | { "label": "P", "x": 10.5, "y": 1 }, | ||
169 | { "label": "{", "x": 11.5, "y": 1 }, | ||
170 | { "label": "}", "x": 12.5, "y": 1 }, | ||
171 | { "label": "CapsLock", "x": 0, "y": 2, "w": 1.75 }, | ||
172 | { "label": "A", "x": 1.75, "y": 2 }, | ||
173 | { "label": "S", "x": 2.75, "y": 2 }, | ||
174 | { "label": "D", "x": 3.75, "y": 2 }, | ||
175 | { "label": "F", "x": 4.75, "y": 2 }, | ||
176 | { "label": "G", "x": 5.75, "y": 2 }, | ||
177 | { "label": "H", "x": 6.75, "y": 2 }, | ||
178 | { "label": "J", "x": 7.75, "y": 2 }, | ||
179 | { "label": "K", "x": 8.75, "y": 2 }, | ||
180 | { "label": "L", "x": 9.75, "y": 2 }, | ||
181 | { "label": ":", "x": 10.75, "y": 2 }, | ||
182 | { "label": "@", "x": 11.75, "y": 2 }, | ||
183 | { "label": "~", "x": 12.75, "y": 2 }, | ||
184 | { "label": "Enter", "x": 13.75, "y": 1, "w": 1.25, "h": 2 }, | ||
185 | { "label": "Shift", "x": 0, "y": 3, "w": 1.25 }, | ||
186 | { "label": "|", "x": 1.25, "y": 3 }, | ||
187 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
188 | { "label": "X", "x": 3.25, "y": 3 }, | ||
189 | { "label": "C", "x": 4.25, "y": 3 }, | ||
190 | { "label": "V", "x": 5.25, "y": 3 }, | ||
191 | { "label": "B", "x": 6.25, "y": 3 }, | ||
192 | { "label": "N", "x": 7.25, "y": 3 }, | ||
193 | { "label": "M", "x": 8.25, "y": 3 }, | ||
194 | { "label": "<", "x": 9.25, "y": 3 }, | ||
195 | { "label": ">", "x": 10.25, "y": 3 }, | ||
196 | { "label": "?", "x": 11.25, "y": 3 }, | ||
197 | { "label": "Shift", "x": 12.25, "y": 3, "w": 2.75 }, | ||
198 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
199 | { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, | ||
200 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, | ||
201 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
202 | { "label": "AltGr", "x": 10, "y": 4, "w": 1.25 }, | ||
203 | { "label": "Win", "x": 11.25, "y": 4, "w": 1.25 }, | ||
204 | { "label": "Menu", "x": 12.5, "y": 4, "w": 1.25 }, | ||
205 | { "label": "Ctrl", "x": 13.75, "y": 4, "w": 1.25 } | ||
206 | ] | ||
207 | }, | ||
208 | "LAYOUT_60_hhkb": { | ||
209 | "layout": [ | ||
210 | { "label": "Esc", "x": 0, "y": 0 }, | ||
211 | { "label": "1", "x": 1, "y": 0 }, | ||
212 | { "label": "2", "x": 2, "y": 0 }, | ||
213 | { "label": "3", "x": 3, "y": 0 }, | ||
214 | { "label": "4", "x": 4, "y": 0 }, | ||
215 | { "label": "5", "x": 5, "y": 0 }, | ||
216 | { "label": "6", "x": 6, "y": 0 }, | ||
217 | { "label": "7", "x": 7, "y": 0 }, | ||
218 | { "label": "8", "x": 8, "y": 0 }, | ||
219 | { "label": "9", "x": 9, "y": 0 }, | ||
220 | { "label": "0", "x": 10, "y": 0 }, | ||
221 | { "label": "-", "x": 11, "y": 0 }, | ||
222 | { "label": "=", "x": 12, "y": 0 }, | ||
223 | { "label": "\\", "x": 13, "y": 0 }, | ||
224 | { "label": "`", "x": 14, "y": 0 }, | ||
225 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
226 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
227 | { "label": "W", "x": 2.5, "y": 1 }, | ||
228 | { "label": "E", "x": 3.5, "y": 1 }, | ||
229 | { "label": "R", "x": 4.5, "y": 1 }, | ||
230 | { "label": "T", "x": 5.5, "y": 1 }, | ||
231 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
232 | { "label": "U", "x": 7.5, "y": 1 }, | ||
233 | { "label": "I", "x": 8.5, "y": 1 }, | ||
234 | { "label": "O", "x": 9.5, "y": 1 }, | ||
235 | { "label": "P", "x": 10.5, "y": 1 }, | ||
236 | { "label": "[", "x": 11.5, "y": 1 }, | ||
237 | { "label": "]", "x": 12.5, "y": 1 }, | ||
238 | { "label": "Backspace", "x": 13.5, "y": 1, "w": 1.5 }, | ||
239 | { "label": "Control", "x": 0, "y": 2, "w": 1.75 }, | ||
240 | { "label": "A", "x": 1.75, "y": 2 }, | ||
241 | { "label": "S", "x": 2.75, "y": 2 }, | ||
242 | { "label": "D", "x": 3.75, "y": 2 }, | ||
243 | { "label": "F", "x": 4.75, "y": 2 }, | ||
244 | { "label": "G", "x": 5.75, "y": 2 }, | ||
245 | { "label": "H", "x": 6.75, "y": 2 }, | ||
246 | { "label": "J", "x": 7.75, "y": 2 }, | ||
247 | { "label": "K", "x": 8.75, "y": 2 }, | ||
248 | { "label": "L", "x": 9.75, "y": 2 }, | ||
249 | { "label": ";", "x": 10.75, "y": 2 }, | ||
250 | { "label": "'", "x": 11.75, "y": 2 }, | ||
251 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
252 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
253 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
254 | { "label": "X", "x": 3.25, "y": 3 }, | ||
255 | { "label": "C", "x": 4.25, "y": 3 }, | ||
256 | { "label": "V", "x": 5.25, "y": 3 }, | ||
257 | { "label": "B", "x": 6.25, "y": 3 }, | ||
258 | { "label": "N", "x": 7.25, "y": 3 }, | ||
259 | { "label": "M", "x": 8.25, "y": 3 }, | ||
260 | { "label": ",", "x": 9.25, "y": 3 }, | ||
261 | { "label": ".", "x": 10.25, "y": 3 }, | ||
262 | { "label": "/", "x": 11.25, "y": 3 }, | ||
263 | { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, | ||
264 | { "label": "Fn", "x": 14, "y": 3 }, | ||
265 | { "label": "Os", "x": 1.5, "y": 4 }, | ||
266 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.5 }, | ||
267 | { "x": 4, "y": 4, "w": 7 }, | ||
268 | { "label": "Alt", "x": 11, "y": 4, "w": 1.5 }, | ||
269 | { "label": "Os", "x": 12.5, "y": 4 } | ||
270 | ] | ||
271 | }, | ||
272 | "LAYOUT_60_ansi_split_bs_rshift": { | ||
273 | "layout": [ | ||
274 | { "label": "ESC", "x": 0, "y": 0 }, | ||
275 | { "label": "!", "x": 1, "y": 0 }, | ||
276 | { "label": "@", "x": 2, "y": 0 }, | ||
277 | { "label": "#", "x": 3, "y": 0 }, | ||
278 | { "label": "$", "x": 4, "y": 0 }, | ||
279 | { "label": "%", "x": 5, "y": 0 }, | ||
280 | { "label": "^", "x": 6, "y": 0 }, | ||
281 | { "label": "&", "x": 7, "y": 0 }, | ||
282 | { "label": "*", "x": 8, "y": 0 }, | ||
283 | { "label": "(", "x": 9, "y": 0 }, | ||
284 | { "label": ")", "x": 10, "y": 0 }, | ||
285 | { "label": "_", "x": 11, "y": 0 }, | ||
286 | { "label": "+", "x": 12, "y": 0 }, | ||
287 | { "label": "|", "x": 13, "y": 0 }, | ||
288 | { "label": "~", "x": 14, "y": 0 }, | ||
289 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
290 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
291 | { "label": "W", "x": 2.5, "y": 1 }, | ||
292 | { "label": "E", "x": 3.5, "y": 1 }, | ||
293 | { "label": "R", "x": 4.5, "y": 1 }, | ||
294 | { "label": "T", "x": 5.5, "y": 1 }, | ||
295 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
296 | { "label": "U", "x": 7.5, "y": 1 }, | ||
297 | { "label": "I", "x": 8.5, "y": 1 }, | ||
298 | { "label": "O", "x": 9.5, "y": 1 }, | ||
299 | { "label": "P", "x": 10.5, "y": 1 }, | ||
300 | { "label": "{", "x": 11.5, "y": 1 }, | ||
301 | { "label": "}", "x": 12.5, "y": 1 }, | ||
302 | { "label": "BS", "x": 13.5, "y": 1, "w": 1.5 }, | ||
303 | { "label": "Caps Lock", "x": 0, "y": 2, "w": 1.75 }, | ||
304 | { "label": "A", "x": 1.75, "y": 2 }, | ||
305 | { "label": "S", "x": 2.75, "y": 2 }, | ||
306 | { "label": "D", "x": 3.75, "y": 2 }, | ||
307 | { "label": "F", "x": 4.75, "y": 2 }, | ||
308 | { "label": "G", "x": 5.75, "y": 2 }, | ||
309 | { "label": "H", "x": 6.75, "y": 2 }, | ||
310 | { "label": "J", "x": 7.75, "y": 2 }, | ||
311 | { "label": "K", "x": 8.75, "y": 2 }, | ||
312 | { "label": "L", "x": 9.75, "y": 2 }, | ||
313 | { "label": ":", "x": 10.75, "y": 2 }, | ||
314 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
315 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
316 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
317 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
318 | { "label": "X", "x": 3.25, "y": 3 }, | ||
319 | { "label": "C", "x": 4.25, "y": 3 }, | ||
320 | { "label": "V", "x": 5.25, "y": 3 }, | ||
321 | { "label": "B", "x": 6.25, "y": 3 }, | ||
322 | { "label": "N", "x": 7.25, "y": 3 }, | ||
323 | { "label": "M", "x": 8.25, "y": 3 }, | ||
324 | { "label": "<", "x": 9.25, "y": 3 }, | ||
325 | { "label": ">", "x": 10.25, "y": 3 }, | ||
326 | { "label": "?", "x": 11.25, "y": 3 }, | ||
327 | { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, | ||
328 | { "label": "Fn", "x": 14, "y": 3 }, | ||
329 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, | ||
330 | { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, | ||
331 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, | ||
332 | { "x": 3.75, "y": 4, "w": 6.25 }, | ||
333 | { "label": "Alt", "x": 10, "y": 4, "w": 1.25 }, | ||
334 | { "label": "Win", "x": 11.25, "y": 4, "w": 1.25 }, | ||
335 | { "label": "Menu", "x": 12.5, "y": 4, "w": 1.25 }, | ||
336 | { "label": "Ctrl", "x": 13.75, "y": 4, "w": 1.25 } | ||
337 | ] | ||
338 | }, | ||
339 | "LAYOUT_60_tsangan_hhkb": { | ||
340 | "layout": [ | ||
341 | { "label": "Esc", "x": 0, "y": 0 }, | ||
342 | { "label": "!", "x": 1, "y": 0 }, | ||
343 | { "label": "@", "x": 2, "y": 0 }, | ||
344 | { "label": "#", "x": 3, "y": 0 }, | ||
345 | { "label": "$", "x": 4, "y": 0 }, | ||
346 | { "label": "%", "x": 5, "y": 0 }, | ||
347 | { "label": "^", "x": 6, "y": 0 }, | ||
348 | { "label": "&", "x": 7, "y": 0 }, | ||
349 | { "label": "*", "x": 8, "y": 0 }, | ||
350 | { "label": "(", "x": 9, "y": 0 }, | ||
351 | { "label": ")", "x": 10, "y": 0 }, | ||
352 | { "label": "_", "x": 11, "y": 0 }, | ||
353 | { "label": "+", "x": 12, "y": 0 }, | ||
354 | { "label": "|", "x": 13, "y": 0 }, | ||
355 | { "label": "~", "x": 14, "y": 0 }, | ||
356 | { "label": "Tab", "x": 0, "y": 1, "w": 1.5 }, | ||
357 | { "label": "Q", "x": 1.5, "y": 1 }, | ||
358 | { "label": "W", "x": 2.5, "y": 1 }, | ||
359 | { "label": "E", "x": 3.5, "y": 1 }, | ||
360 | { "label": "R", "x": 4.5, "y": 1 }, | ||
361 | { "label": "T", "x": 5.5, "y": 1 }, | ||
362 | { "label": "Y", "x": 6.5, "y": 1 }, | ||
363 | { "label": "U", "x": 7.5, "y": 1 }, | ||
364 | { "label": "I", "x": 8.5, "y": 1 }, | ||
365 | { "label": "O", "x": 9.5, "y": 1 }, | ||
366 | { "label": "P", "x": 10.5, "y": 1 }, | ||
367 | { "label": "{", "x": 11.5, "y": 1 }, | ||
368 | { "label": "}", "x": 12.5, "y": 1 }, | ||
369 | { "label": "Backspace", "x": 13.5, "y": 1, "w": 1.5 }, | ||
370 | { "label": "Caps Lock", "x": 0, "y": 2, "w": 1.75 }, | ||
371 | { "label": "A", "x": 1.75, "y": 2 }, | ||
372 | { "label": "S", "x": 2.75, "y": 2 }, | ||
373 | { "label": "D", "x": 3.75, "y": 2 }, | ||
374 | { "label": "F", "x": 4.75, "y": 2 }, | ||
375 | { "label": "G", "x": 5.75, "y": 2 }, | ||
376 | { "label": "H", "x": 6.75, "y": 2 }, | ||
377 | { "label": "J", "x": 7.75, "y": 2 }, | ||
378 | { "label": "K", "x": 8.75, "y": 2 }, | ||
379 | { "label": "L", "x": 9.75, "y": 2 }, | ||
380 | { "label": ":", "x": 10.75, "y": 2 }, | ||
381 | { "label": "\"", "x": 11.75, "y": 2 }, | ||
382 | { "label": "Enter", "x": 12.75, "y": 2, "w": 2.25 }, | ||
383 | { "label": "Shift", "x": 0, "y": 3, "w": 2.25 }, | ||
384 | { "label": "Z", "x": 2.25, "y": 3 }, | ||
385 | { "label": "X", "x": 3.25, "y": 3 }, | ||
386 | { "label": "C", "x": 4.25, "y": 3 }, | ||
387 | { "label": "V", "x": 5.25, "y": 3 }, | ||
388 | { "label": "B", "x": 6.25, "y": 3 }, | ||
389 | { "label": "N", "x": 7.25, "y": 3 }, | ||
390 | { "label": "M", "x": 8.25, "y": 3 }, | ||
391 | { "label": "<", "x": 9.25, "y": 3 }, | ||
392 | { "label": ">", "x": 10.25, "y": 3 }, | ||
393 | { "label": "?", "x": 11.25, "y": 3 }, | ||
394 | { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, | ||
395 | { "label": "Fn", "x": 14, "y": 3 }, | ||
396 | { "label": "Ctrl", "x": 0, "y": 4, "w": 1.5 }, | ||
397 | { "label": "Win", "x": 1.5, "y": 4 }, | ||
398 | { "label": "Alt", "x": 2.5, "y": 4, "w": 1.5 }, | ||
399 | { "x": 4, "y": 4, "w": 7 }, | ||
400 | { "label": "Win", "x": 11, "y": 4, "w": 1.5 }, | ||
401 | { "label": "Menu", "x": 12.5, "y": 4 }, | ||
402 | { "label": "Ctrl", "x": 13.5, "y": 4, "w": 1.5 } | ||
403 | ] | ||
404 | } | ||
405 | } | ||
406 | } | ||
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..f610ca3b3 --- /dev/null +++ b/keyboards/bioi/g60ble/rules.mk | |||
@@ -0,0 +1,23 @@ | |||
1 | # MCU name | ||
2 | MCU = atmega32u4 | ||
3 | |||
4 | # Processor frequency | ||
5 | F_CPU = 8000000 | ||
6 | |||
7 | # Bootloader selection | ||
8 | BOOTLOADER = qmk-dfu | ||
9 | |||
10 | # Build Options | ||
11 | # change yes to no to disable | ||
12 | # | ||
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
14 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
15 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
16 | CONSOLE_ENABLE = no # Console for debug | ||
17 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
18 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
20 | RGBLIGHT_ENABLE = yes | ||
21 | LTO_ENABLE = yes | ||
22 | |||
23 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_ansi_split_bs_rshift 60_tsangan_hhkb | ||