summaryrefslogtreecommitdiffstats
path: root/keyboards/takashicompany/minizone
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-4/+0
|
* [Keymap] Update Miryoku (#19190)Manna Harbour2022-11-293-0/+48
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Remove legacy international keycodes (#18588)Ryan2022-10-093-30/+30
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-061-63/+125
|\|
| * Update miniZone keymap (#17919)takashicompany2022-08-061-63/+125
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-042-7/+6
|
* takashicompany miniZone: fix QMK Configurator implementation (#17801)James Young2022-07-251-229/+42
|
* Add miniZone Keymap (#17552)takashicompany2022-07-205-66/+473
|
* Refactor legacy quantum keycodes in default-ish keymaps (#17150)Joel Challis2022-05-272-2/+2
|
* [Keyboard] Add miniZone keyboard (#16644)takashicompany2022-05-1910-0/+688
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>