[Keyboard] Add BM80 Keyboard (#12948)
* Initial compatibility with bm80
* move files to kprepublic directory, see #12159
* fix pin assignment
* Revert "fix pin assignment"
This reverts commit 5a53a74953a23bb5064c11d5d9e6daf007a54872.
* add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken
* fixed flags( not sure, please check)
* fixed number of LEDs
* add comment about f11
* remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED
* readme.md
* add via keymap
* add info.json with help from noroadsleft's converter
* add suspended state implementation, I don't think it's working
* update to my testing setup
* restore erroneously included bm68rgb config
* Update keyboards/kprepublic/bm80/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* add reset instructions
* change reset instruction grammar
* remove not working sleep function, add comment for RGB flags
* add LED mapping comments
* change readme grammar
* replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects
* re-enable peepeetee/config.h, updating my disabled effect list
* updating my disabled effect list
* update LED struct documentation
* update readme with RGB matrix effect information
* Update keyboards/kprepublic/bm80/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* move files back to keyboard from keyboard/kprepublic, see 85b33d6 and qmk#12159
* Apply suggestions from code review
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* cleanup peepeetee keymap
* update peepeetee keymap; rebase on current master
* moved to /kprepublic, see #12159
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-28 07:00:47 +02:00
|
|
|
{
|
2021-11-17 22:37:23 +01:00
|
|
|
"keyboard_name": "BM80HSRGB",
|
2022-08-03 09:03:47 +02:00
|
|
|
"manufacturer": "KPRepublic",
|
[Keyboard] Add BM80 Keyboard (#12948)
* Initial compatibility with bm80
* move files to kprepublic directory, see #12159
* fix pin assignment
* Revert "fix pin assignment"
This reverts commit 5a53a74953a23bb5064c11d5d9e6daf007a54872.
* add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken
* fixed flags( not sure, please check)
* fixed number of LEDs
* add comment about f11
* remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED
* readme.md
* add via keymap
* add info.json with help from noroadsleft's converter
* add suspended state implementation, I don't think it's working
* update to my testing setup
* restore erroneously included bm68rgb config
* Update keyboards/kprepublic/bm80/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* add reset instructions
* change reset instruction grammar
* remove not working sleep function, add comment for RGB flags
* add LED mapping comments
* change readme grammar
* replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects
* re-enable peepeetee/config.h, updating my disabled effect list
* updating my disabled effect list
* update LED struct documentation
* update readme with RGB matrix effect information
* Update keyboards/kprepublic/bm80/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* move files back to keyboard from keyboard/kprepublic, see 85b33d6 and qmk#12159
* Apply suggestions from code review
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* cleanup peepeetee keymap
* update peepeetee keymap; rebase on current master
* moved to /kprepublic, see #12159
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-28 07:00:47 +02:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "peepeetee",
|
2022-08-03 09:03:47 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x4B50",
|
|
|
|
"pid": "0xEF83",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-03-10 18:59:07 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F0", "F1", "F4", "D7", "D6", "D4", "D5", "D3", "D2", "F5", "F6", "F7", "D1", "D0", "B4", "B5", "B6"],
|
|
|
|
"rows": ["B3", "B2", "B1", "B0", "C6", "C7"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-17 03:14:29 +01:00
|
|
|
"indicators": {
|
|
|
|
"caps_lock": "E6",
|
|
|
|
"on_state": 0
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
Migrate `LAYOUTS` to data driven (#19541)
* Migrate `LAYOUTS` to data driven, 0-9
* Migrate `LAYOUTS` to data driven, A
* Migrate `LAYOUTS` to data driven, B
* Migrate `LAYOUTS` to data driven, C
* Migrate `LAYOUTS` to data driven, D
* Migrate `LAYOUTS` to data driven, E
* Migrate `LAYOUTS` to data driven, F
* Migrate `LAYOUTS` to data driven, G
* Migrate `LAYOUTS` to data driven, H
* Migrate `LAYOUTS` to data driven, handwired
* Migrate `LAYOUTS` to data driven, I
* Migrate `LAYOUTS` to data driven, J
* Migrate `LAYOUTS` to data driven, K
* Migrate `LAYOUTS` to data driven, L
* Migrate `LAYOUTS` to data driven, M
* Migrate `LAYOUTS` to data driven, N
* Migrate `LAYOUTS` to data driven, O
* Migrate `LAYOUTS` to data driven, P
* Migrate `LAYOUTS` to data driven, Q
* Migrate `LAYOUTS` to data driven, R
* Migrate `LAYOUTS` to data driven, S
* Migrate `LAYOUTS` to data driven, T
* Migrate `LAYOUTS` to data driven, U
* Migrate `LAYOUTS` to data driven, V
* Migrate `LAYOUTS` to data driven, W
* Migrate `LAYOUTS` to data driven, X
* Migrate `LAYOUTS` to data driven, Y
* Migrate `LAYOUTS` to data driven, Z
2023-01-10 03:48:20 +01:00
|
|
|
"community_layouts": ["tkl_ansi"],
|
[Keyboard] Add BM80 Keyboard (#12948)
* Initial compatibility with bm80
* move files to kprepublic directory, see #12159
* fix pin assignment
* Revert "fix pin assignment"
This reverts commit 5a53a74953a23bb5064c11d5d9e6daf007a54872.
* add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken
* fixed flags( not sure, please check)
* fixed number of LEDs
* add comment about f11
* remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED
* readme.md
* add via keymap
* add info.json with help from noroadsleft's converter
* add suspended state implementation, I don't think it's working
* update to my testing setup
* restore erroneously included bm68rgb config
* Update keyboards/kprepublic/bm80/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* add reset instructions
* change reset instruction grammar
* remove not working sleep function, add comment for RGB flags
* add LED mapping comments
* change readme grammar
* replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects
* re-enable peepeetee/config.h, updating my disabled effect list
* updating my disabled effect list
* update LED struct documentation
* update readme with RGB matrix effect information
* Update keyboards/kprepublic/bm80/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* move files back to keyboard from keyboard/kprepublic, see 85b33d6 and qmk#12159
* Apply suggestions from code review
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* cleanup peepeetee keymap
* update peepeetee keymap; rebase on current master
* moved to /kprepublic, see #12159
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-28 07:00:47 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_tkl_ansi": {
|
|
|
|
"layout": [
|
|
|
|
{"label":"K0_0 (B3,F0)", "x":0, "y":0},
|
|
|
|
{"label":"K0_2 (B3,F4)", "x":2, "y":0},
|
|
|
|
{"label":"K0_3 (B3,D7)", "x":3, "y":0},
|
|
|
|
{"label":"K0_4 (B3,D6)", "x":4, "y":0},
|
|
|
|
{"label":"K0_5 (B3,D4)", "x":5, "y":0},
|
|
|
|
{"label":"K0_7 (B3,D3)", "x":6.5, "y":0},
|
|
|
|
{"label":"K0_8 (B3,D2)", "x":7.5, "y":0},
|
|
|
|
{"label":"K0_9 (B3,F5)", "x":8.5, "y":0},
|
|
|
|
{"label":"K0_A (B3,F6)", "x":9.5, "y":0},
|
|
|
|
{"label":"K0_B (B3,F7)", "x":11, "y":0},
|
|
|
|
{"label":"K0_C (B3,D1)", "x":12, "y":0},
|
|
|
|
{"label":"K3_C (B0,D1)", "x":13, "y":0},
|
|
|
|
{"label":"K0_D (B3,D0)", "x":14, "y":0},
|
|
|
|
{"label":"K0_E (B3,B4)", "x":15.25, "y":0},
|
|
|
|
{"label":"K0_F (B3,B5)", "x":16.25, "y":0},
|
|
|
|
{"label":"K0_10 (B3,B6)", "x":17.25, "y":0},
|
|
|
|
{"label":"K1_0 (B2,F0)", "x":0, "y":1.5},
|
|
|
|
{"label":"K1_1 (B2,F1)", "x":1, "y":1.5},
|
|
|
|
{"label":"K1_2 (B2,F4)", "x":2, "y":1.5},
|
|
|
|
{"label":"K1_3 (B2,D7)", "x":3, "y":1.5},
|
|
|
|
{"label":"K1_4 (B2,D6)", "x":4, "y":1.5},
|
|
|
|
{"label":"K1_5 (B2,D4)", "x":5, "y":1.5},
|
|
|
|
{"label":"K1_6 (B2,D5)", "x":6, "y":1.5},
|
|
|
|
{"label":"K1_7 (B2,D3)", "x":7, "y":1.5},
|
|
|
|
{"label":"K1_8 (B2,D2)", "x":8, "y":1.5},
|
|
|
|
{"label":"K1_9 (B2,F5)", "x":9, "y":1.5},
|
|
|
|
{"label":"K1_A (B2,F6)", "x":10, "y":1.5},
|
|
|
|
{"label":"K1_B (B2,F7)", "x":11, "y":1.5},
|
|
|
|
{"label":"K1_C (B2,D1)", "x":12, "y":1.5},
|
|
|
|
{"label":"K1_D (B2,D0)", "x":13, "y":1.5, "w":2},
|
|
|
|
{"label":"K1_E (B2,B4)", "x":15.25, "y":1.5},
|
|
|
|
{"label":"K1_F (B2,B5)", "x":16.25, "y":1.5},
|
|
|
|
{"label":"K1_10 (B2,B6)", "x":17.25, "y":1.5},
|
|
|
|
{"label":"K2_0 (B1,F0)", "x":0, "y":2.5, "w":1.5},
|
|
|
|
{"label":"K2_1 (B1,F1)", "x":1.5, "y":2.5},
|
|
|
|
{"label":"K2_2 (B1,F4)", "x":2.5, "y":2.5},
|
|
|
|
{"label":"K2_3 (B1,D7)", "x":3.5, "y":2.5},
|
|
|
|
{"label":"K2_4 (B1,D6)", "x":4.5, "y":2.5},
|
|
|
|
{"label":"K2_5 (B1,D4)", "x":5.5, "y":2.5},
|
|
|
|
{"label":"K2_6 (B1,D5)", "x":6.5, "y":2.5},
|
|
|
|
{"label":"K2_7 (B1,D3)", "x":7.5, "y":2.5},
|
|
|
|
{"label":"K2_8 (B1,D2)", "x":8.5, "y":2.5},
|
|
|
|
{"label":"K2_9 (B1,F5)", "x":9.5, "y":2.5},
|
|
|
|
{"label":"K2_A (B1,F6)", "x":10.5, "y":2.5},
|
|
|
|
{"label":"K2_B (B1,F7)", "x":11.5, "y":2.5},
|
|
|
|
{"label":"K2_C (B1,D1)", "x":12.5, "y":2.5},
|
|
|
|
{"label":"K2_D (B1,D0)", "x":13.5, "y":2.5, "w":1.5},
|
|
|
|
{"label":"K2_E (B1,B4)", "x":15.25, "y":2.5},
|
|
|
|
{"label":"K2_F (B1,B5)", "x":16.25, "y":2.5},
|
|
|
|
{"label":"K2_10 (B1,B6)", "x":17.25, "y":2.5},
|
|
|
|
{"label":"K3_0 (B0,F0)", "x":0, "y":3.5, "w":1.75},
|
|
|
|
{"label":"K3_1 (B0,F1)", "x":1.75, "y":3.5},
|
|
|
|
{"label":"K3_2 (B0,F4)", "x":2.75, "y":3.5},
|
|
|
|
{"label":"K3_3 (B0,D7)", "x":3.75, "y":3.5},
|
|
|
|
{"label":"K3_4 (B0,D6)", "x":4.75, "y":3.5},
|
|
|
|
{"label":"K3_5 (B0,D4)", "x":5.75, "y":3.5},
|
|
|
|
{"label":"K3_6 (B0,D5)", "x":6.75, "y":3.5},
|
|
|
|
{"label":"K3_7 (B0,D3)", "x":7.75, "y":3.5},
|
|
|
|
{"label":"K3_8 (B0,D2)", "x":8.75, "y":3.5},
|
|
|
|
{"label":"K3_9 (B0,F5)", "x":9.75, "y":3.5},
|
|
|
|
{"label":"K3_A (B0,F6)", "x":10.75, "y":3.5},
|
|
|
|
{"label":"K3_B (B0,F7)", "x":11.75, "y":3.5},
|
|
|
|
{"label":"K3_D (B0,D0)", "x":12.75, "y":3.5, "w":2.25},
|
|
|
|
{"label":"K4_0 (C6,F0)", "x":0, "y":4.5, "w":2.25},
|
|
|
|
{"label":"K4_1 (C6,F1)", "x":2.25, "y":4.5},
|
|
|
|
{"label":"K4_2 (C6,F4)", "x":3.25, "y":4.5},
|
|
|
|
{"label":"K4_3 (C6,D7)", "x":4.25, "y":4.5},
|
|
|
|
{"label":"K4_4 (C6,D6)", "x":5.25, "y":4.5},
|
|
|
|
{"label":"K4_5 (C6,D4)", "x":6.25, "y":4.5},
|
|
|
|
{"label":"K4_6 (C6,D5)", "x":7.25, "y":4.5},
|
|
|
|
{"label":"K4_7 (C6,D3)", "x":8.25, "y":4.5},
|
|
|
|
{"label":"K4_8 (C6,D2)", "x":9.25, "y":4.5},
|
|
|
|
{"label":"K4_9 (C6,F5)", "x":10.25, "y":4.5},
|
|
|
|
{"label":"K4_A (C6,F6)", "x":11.25, "y":4.5},
|
|
|
|
{"label":"K4_C (C6,D1)", "x":12.25, "y":4.5, "w":2.75},
|
|
|
|
{"label":"K4_F (C6,B5)", "x":16.25, "y":4.5},
|
|
|
|
{"label":"K5_0 (C7,F0)", "x":0, "y":5.5, "w":1.25},
|
|
|
|
{"label":"K5_1 (C7,F1)", "x":1.25, "y":5.5, "w":1.25},
|
|
|
|
{"label":"K5_2 (C7,F4)", "x":2.5, "y":5.5, "w":1.25},
|
|
|
|
{"label":"K5_5 (C7,D4)", "x":3.75, "y":5.5, "w":6.25},
|
|
|
|
{"label":"K5_9 (C7,F5)", "x":10, "y":5.5, "w":1.25},
|
|
|
|
{"label":"K5_A (C7,F6)", "x":11.25, "y":5.5, "w":1.25},
|
|
|
|
{"label":"K5_B (C7,F7)", "x":12.5, "y":5.5, "w":1.25},
|
|
|
|
{"label":"K5_C (C7,D1)", "x":13.75, "y":5.5, "w":1.25},
|
|
|
|
{"label":"K5_D (C7,D0)", "x":15.25, "y":5.5},
|
|
|
|
{"label":"K5_F (C7,B5)", "x":16.25, "y":5.5},
|
|
|
|
{"label":"K5_10 (C7,B6)", "x":17.25, "y":5.5}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-11-17 22:37:23 +01:00
|
|
|
}
|