[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-04-06 10:00:54 +02:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "E2"
|
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
2024-02-01 13:05:29 +01:00
|
|
|
"animations": {
|
|
|
|
"alphas_mods": true,
|
|
|
|
"gradient_up_down": true,
|
|
|
|
"gradient_left_right": true,
|
|
|
|
"breathing": true,
|
|
|
|
"band_sat": true,
|
|
|
|
"band_val": true,
|
|
|
|
"band_pinwheel_sat": true,
|
|
|
|
"band_pinwheel_val": true,
|
|
|
|
"band_spiral_sat": true,
|
|
|
|
"band_spiral_val": true,
|
|
|
|
"cycle_all": true,
|
|
|
|
"cycle_left_right": true,
|
|
|
|
"cycle_up_down": true,
|
|
|
|
"rainbow_moving_chevron": true,
|
|
|
|
"cycle_out_in": true,
|
|
|
|
"cycle_out_in_dual": true,
|
|
|
|
"cycle_pinwheel": true,
|
|
|
|
"cycle_spiral": true,
|
|
|
|
"dual_beacon": true,
|
|
|
|
"rainbow_beacon": true,
|
|
|
|
"rainbow_pinwheels": true,
|
|
|
|
"raindrops": true,
|
|
|
|
"jellybean_raindrops": true,
|
|
|
|
"hue_breathing": true,
|
|
|
|
"hue_pendulum": true,
|
|
|
|
"hue_wave": true,
|
|
|
|
"pixel_fractal": true,
|
|
|
|
"pixel_rain": true,
|
|
|
|
"typing_heatmap": true,
|
|
|
|
"digital_rain": true,
|
|
|
|
"solid_reactive_simple": true,
|
|
|
|
"solid_reactive": true,
|
|
|
|
"solid_reactive_wide": true,
|
|
|
|
"solid_reactive_multiwide": true,
|
|
|
|
"solid_reactive_cross": true,
|
|
|
|
"solid_reactive_multicross": true,
|
|
|
|
"solid_reactive_nexus": true,
|
|
|
|
"solid_reactive_multinexus": true,
|
|
|
|
"splash": true,
|
|
|
|
"multisplash": true,
|
|
|
|
"solid_splash": true,
|
|
|
|
"solid_multisplash": true
|
|
|
|
},
|
2023-08-23 02:00:03 +02:00
|
|
|
"driver": "ws2812"
|
2023-04-08 10:08:08 +02:00
|
|
|
},
|
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": [
|
2023-04-05 07:53:45 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 7], "x": 6.5, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 7.5, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 8.5, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 9.5, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [3, 12], "x": 13, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 14], "x": 15.25, "y": 0},
|
|
|
|
{"matrix": [0, 15], "x": 16.25, "y": 0},
|
|
|
|
{"matrix": [0, 16], "x": 17.25, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1.5},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1.5},
|
|
|
|
{"matrix": [1, 4], "x": 4, "y": 1.5},
|
|
|
|
{"matrix": [1, 5], "x": 5, "y": 1.5},
|
|
|
|
{"matrix": [1, 6], "x": 6, "y": 1.5},
|
|
|
|
{"matrix": [1, 7], "x": 7, "y": 1.5},
|
|
|
|
{"matrix": [1, 8], "x": 8, "y": 1.5},
|
|
|
|
{"matrix": [1, 9], "x": 9, "y": 1.5},
|
|
|
|
{"matrix": [1, 10], "x": 10, "y": 1.5},
|
|
|
|
{"matrix": [1, 11], "x": 11, "y": 1.5},
|
|
|
|
{"matrix": [1, 12], "x": 12, "y": 1.5},
|
|
|
|
{"matrix": [1, 13], "x": 13, "y": 1.5, "w": 2},
|
|
|
|
|
|
|
|
{"matrix": [1, 14], "x": 15.25, "y": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 16.25, "y": 1.5},
|
|
|
|
{"matrix": [1, 16], "x": 17.25, "y": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
|
|
|
|
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 13], "x": 13.5, "y": 2.5, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 14], "x": 15.25, "y": 2.5},
|
|
|
|
{"matrix": [2, 15], "x": 16.25, "y": 2.5},
|
|
|
|
{"matrix": [2, 16], "x": 17.25, "y": 2.5},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
|
|
|
|
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 13], "x": 12.75, "y": 3.5, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 2.25},
|
|
|
|
{"matrix": [4, 1], "x": 2.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 2], "x": 3.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 3], "x": 4.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 4], "x": 5.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 5], "x": 6.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 6], "x": 7.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 7], "x": 8.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 8], "x": 9.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 9], "x": 10.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 10], "x": 11.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 12], "x": 12.25, "y": 4.5, "w": 2.75},
|
|
|
|
|
|
|
|
{"matrix": [4, 15], "x": 16.25, "y": 4.5},
|
|
|
|
|
|
|
|
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 1], "x": 1.25, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 5], "x": 3.75, "y": 5.5, "w": 6.25},
|
|
|
|
{"matrix": [5, 9], "x": 10, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 10], "x": 11.25, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 11], "x": 12.5, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 12], "x": 13.75, "y": 5.5, "w": 1.25},
|
|
|
|
|
|
|
|
{"matrix": [5, 13], "x": 15.25, "y": 5.5},
|
|
|
|
{"matrix": [5, 15], "x": 16.25, "y": 5.5},
|
|
|
|
{"matrix": [5, 16], "x": 17.25, "y": 5.5}
|
[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
|
|
|
}
|