1
0
Fork 0
qmk_firmware/keyboards/jm60
fredizzimo e9d32b60b7 Add a custom USB driver for ARM (#2750)
* Copy Chibios serial_usb_driver into the chibios/protocol

It's renamed to usb_driver to avoid name conflicts

* Make the usb driver compile

* Disable ChibiOS serial usb driver for all keyboards

* Change usb_main to use QMKUSBDriver

* Initialize the usb driver buffers

* Add support for fixed size queues

* Fix USB driver initialization

* Don't transfer an empty packet for fixed size streams
2018-04-15 20:42:53 -04:00
..
boards/JM60_BOARD Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
keymaps Use KC_GESC keycode instead of custom function 2017-09-10 22:58:55 -04:00
ld Basic support for JM60 keyboard 2017-09-10 22:58:55 -04:00
chconf.h Basic support for JM60 keyboard 2017-09-10 22:58:55 -04:00
config.h Merge ChibiOS and LUFA descriptor support (#2362) 2018-02-08 15:07:46 -05:00
halconf.h Add a custom USB driver for ARM (#2750) 2018-04-15 20:42:53 -04:00
jm60.c Basic support for JM60 keyboard 2017-09-10 22:58:55 -04:00
jm60.h Basic support for JM60 keyboard 2017-09-10 22:58:55 -04:00
led.c Basic support for JM60 keyboard 2017-09-10 22:58:55 -04:00
matrix.c Fix call to memset for various keyboards 2018-01-12 13:23:38 -05:00
mcuconf.h Basic support for JM60 keyboard 2017-09-10 22:58:55 -04:00
readme.md Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
rules.mk Basic support for JM60 keyboard 2017-09-10 22:58:55 -04:00

readme.md

JM60

A compact 60% keyboard with full RGB led support.

Keyboard Maintainer: QMK Community Hardware Supported: JM60 Hardware Availability: https://kbdfans.myshopify.com/ (is no longer sold)

Make example for this keyboard (after setting up your build environment):

make jm60:default:bin

See build environment setup then the make instructions for more information.

Flashing Instructions

  1. from the qmk_firmware directory run:
$ make jm60:default:bin
  1. rename 'jm60_default.bin' to 'jm60_default.firmware'

  2. Press 'R' and reconnect the keyboard.

  3. Start the original Configuration Tool and flash 'jm60_default.bin'