|
7 жил өмнө | |
---|---|---|
.. | ||
keymaps | 05f15b789f More "oscillope" keymap fixes. (#1982) | 7 жил өмнө |
tools | c70b419ec0 Add multiple layout support and Linux flash utility to JJ40 (#1837) | 7 жил өмнө |
README.md | 800ec55dfc Make arguments redo, subproject elimination (#1784) | 7 жил өмнө |
config.h | 05f15b789f More "oscillope" keymap fixes. (#1982) | 7 жил өмнө |
i2c.c | e094cd42b5 Add support for the JJ40 Keyboard (#1834) | 7 жил өмнө |
i2c.h | e094cd42b5 Add support for the JJ40 Keyboard (#1834) | 7 жил өмнө |
jj40.c | 2f24ed1046 Turned off some unnecessary makefile rules | 7 жил өмнө |
jj40.h | c70b419ec0 Add multiple layout support and Linux flash utility to JJ40 (#1837) | 7 жил өмнө |
matrix.c | e094cd42b5 Add support for the JJ40 Keyboard (#1834) | 7 жил өмнө |
program | e094cd42b5 Add support for the JJ40 Keyboard (#1834) | 7 жил өмнө |
rules.mk | 3a1ce56aed Added caps lock + key lock | 7 жил өмнө |
usbconfig.h | e094cd42b5 Add support for the JJ40 Keyboard (#1834) | 7 жил өмнө |
A compact 40% (12x4) ortholinear keyboard kit made and KPRepublic on AliExpress.
Keyboard Maintainer: QMK Community
Hardware Supported: Atmega32A
Hardware Availability: AliExpress
Make example for this keyboard (after setting up your build environment):
make jj40:default:program
See build environment setup then the make instructions for more information.
Note that this is a complete replacement for the firmware, so you won't be using Bootmapper Client to change any keyboard settings, since not all the USB report options are supported.
In addition you may need the AVR toolchain and bootloadHID
for flashing:
$ brew cask install crosspack-avr
$ brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
In order to use the ./program
script, which can reboot the board into
the bootloader, you'll need Python 2 with PyUSB installed:
$ pip install pyusb
If you prefer, you can just build it and flash the firmware directly with
bootloadHID
if you boot the board while holding down L_Ctrl
to keep it
in the bootloader:
$ make jj40
$ bootloadHID -r jj40_default.hex
L_Ctrl
. This will force it
to boot only the bootloader without loading the firmware. Once this is
done, just reflash the board with the original firmware.tools/usb_detach.c
. See tools/README.md
for more info.