[Keyboard] update Jotanck config(#23228)
parent
145a1eca1b
commit
461eaed7aa
|
@ -1,20 +1,30 @@
|
|||
{
|
||||
"keyboard_name": "Jotanck",
|
||||
"manufacturer": "Jotix",
|
||||
"url": "",
|
||||
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/jotanck",
|
||||
"maintainer": "jotix",
|
||||
"usb": {
|
||||
"vid": "0x4A4F",
|
||||
"pid": "0x5458",
|
||||
"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": {
|
||||
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "D3", "D2", "D1", "D0", "D4", "C6"],
|
||||
"rows": ["D7", "E6", "B6", "B2"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"community_layouts": ["ortho_4x12"],
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x12": {
|
||||
|
|
|
@ -1,12 +1 @@
|
|||
# Build Options
|
||||
# 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.
|
||||
# This file intentionally left blank
|
||||
|
|
Loading…
Reference in New Issue