~ruther/qmk_firmware

461eaed7aac651e4dd1abbb86c99ce20b9ddc6d0 — jotix 1 year, 3 months ago 145a1ec
[Keyboard] update Jotanck config(#23228)

2 files changed, 14 insertions(+), 15 deletions(-)

M keyboards/handwired/jotanck/info.json
M keyboards/handwired/jotanck/rules.mk
M keyboards/handwired/jotanck/info.json => keyboards/handwired/jotanck/info.json +13 -3
@@ 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": {

M keyboards/handwired/jotanck/rules.mk => keyboards/handwired/jotanck/rules.mk +1 -12
@@ 1,12 1,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

Do not follow this link