mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
[Keyboard] update Jotanck config(#23228)
This commit is contained in:
parent
145a1eca1b
commit
461eaed7aa
@ -1,20 +1,30 @@
|
|||||||
{
|
{
|
||||||
"keyboard_name": "Jotanck",
|
"keyboard_name": "Jotanck",
|
||||||
"manufacturer": "Jotix",
|
"manufacturer": "Jotix",
|
||||||
"url": "",
|
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/jotanck",
|
||||||
"maintainer": "jotix",
|
"maintainer": "jotix",
|
||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0x4A4F",
|
"vid": "0x4A4F",
|
||||||
"pid": "0x5458",
|
"pid": "0x5458",
|
||||||
"device_version": "0.0.1"
|
"device_version": "0.0.1"
|
||||||
},
|
},
|
||||||
|
"features": {
|
||||||
|
"bootmagic": true,
|
||||||
|
"command": false,
|
||||||
|
"console": false,
|
||||||
|
"extrakey": true,
|
||||||
|
"mousekey": true,
|
||||||
|
"nkro": true
|
||||||
|
},
|
||||||
|
"tapping": {
|
||||||
|
"term": 175
|
||||||
|
},
|
||||||
|
"development_board": "promicro",
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "D3", "D2", "D1", "D0", "D4", "C6"],
|
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "D3", "D2", "D1", "D0", "D4", "C6"],
|
||||||
"rows": ["D7", "E6", "B6", "B2"]
|
"rows": ["D7", "E6", "B6", "B2"]
|
||||||
},
|
},
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"processor": "atmega32u4",
|
|
||||||
"bootloader": "caterina",
|
|
||||||
"community_layouts": ["ortho_4x12"],
|
"community_layouts": ["ortho_4x12"],
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT_ortho_4x12": {
|
"LAYOUT_ortho_4x12": {
|
||||||
|
@ -1,12 +1 @@
|
|||||||
# Build Options
|
# This file intentionally left blank
|
||||||
# change yes to no to disable
|
|
||||||
#
|
|
||||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
|
||||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
||||||
CONSOLE_ENABLE = yes # Console for debug
|
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
||||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
|
||||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
||||||
AUDIO_ENABLE = no # Audio output
|
|
||||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user