summaryrefslogtreecommitdiffstats
path: root/keyboards/jm60
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-151-12/+0
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
* Move keyboard USB IDs and strings to data driven: J (#17837)Ryan2022-07-292-7/+6
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-4/+0
* Fixup bootloaders. (#16256)Nick Brassel2022-02-062-0/+8
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Remove KEYMAP and LAYOUT_kc (#12160)Zach White2021-05-111-2/+0
* ChibiOS conf migrations... take 11 (#11646)Nick Brassel2021-01-211-4/+0
* Fix up comments showing how to execute config migration. (#11621)Nick Brassel2021-01-201-1/+1
* ChibiOS enable memory allocations (#11620)Nick Brassel2021-01-191-1/+1
* ChibiOS conf migrations... take 10 (#11617)Nick Brassel2021-01-205-197/+38
* Leftover early initialisation conversions (#11615)Nick Brassel2021-01-202-2/+4
* ChibiOS conf migrations... take 9 (#11598)Nick Brassel2021-01-182-1210/+36
* Merge remote-tracking branch 'origin/master' into developZach White2021-01-0810-299/+262
|\
| * [Keyboard] JM60 refactor (#11421)Ryan2021-01-0710-298/+261
* | Fix broken keyboards (#11412)Zach White2021-01-031-1/+3
|/
* Remove comments about custom ldscript for Teensy LC (#11224)Ryan2020-12-231-1/+0
* Normalise include statements in keyboard code (#11185)Ryan2020-12-163-3/+3
* Set MCU for some F103 boards (#8459)Ryan2020-03-191-39/+6
* Remove "ugly hack in usb_main.c" comments (#8296)Ryan2020-03-021-2/+0
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-292-51/+417
* Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.Nick Brassel2020-01-282-6/+6
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-2/+0
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-2/+0
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-2/+0
* add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb2018-08-261-2/+2
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-151-1/+1
* Set unused USB serial buffer to 1 byte to save memoryFred Sundvik2018-02-121-1/+1
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-082-6/+4
* Fix call to memset for various keyboardsKaleb Elwert2018-01-121-2/+2
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-142-4/+4
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
* Changed USB manufacturer to "JMWS"Marco2017-09-101-5/+5
* Use KC_GESC keycode instead of custom functionMarco2017-09-102-69/+2
* Basic support for JM60 keyboardMarco2017-09-1017-0/+1903