summaryrefslogtreecommitdiff
path: root/keyboards/mnk50
Commit message (Collapse)AuthorAge
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-20
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-15
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove more RESET keycode references (#18252)Joel Challis2022-09-03
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-03
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-09
|
* Add DFU Suffix for APM chips (#15414)yiancar2021-12-06
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-01
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-12
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-12
|
* mnk50: Configurator Fix and Layout Macro Additions (#14257)James Young2021-09-01
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add MNK50 (#14031)yiancar2021-08-19
* Add MNK50 * Update keyboards/mnk50/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/mnk50/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mnk50/readme.md hihi thanks! Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mnk50/keymaps/default/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: yiancar <yiancar@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>