summaryrefslogtreecommitdiffstats
path: root/keyboards/mokey
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-0712-709/+0
|
* Merge upstream masterlokher2022-12-0612-0/+709
|\
| * Reworked backlight keycodes. (#18961)Nick Brassel2022-11-063-3/+3
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Remove more `UNUSED_PINS` defines (#18940)Ryan2022-11-031-1/+0
| |
| * Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-204-4/+4
| |
| * Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
| * Mokey Ibis80 Refactor (#18514)James Young2022-09-284-77/+79
| |
* | Remove non-Keychron keyboardslokher2022-09-1364-3449/+0
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-172-42/+33
|\
| * Fixup mokey/ibis80 keymaps (#18088)jack2022-08-172-42/+33
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-179-0/+461
|\|
| * [Keyboard] Add ibis80 (#18051)Runheme2022-08-169-0/+461
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Update ginkgo65hot to allow use of community layouts (#17911)Joshua Diamond2022-08-063-71/+76
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-066-6/+0
|/
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-0312-45/+39
|
* [Keyboard]modify ginkgo65hot (#17705)Runheme2022-07-181-2/+2
| | | modify ginkgo65hot
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-153-3/+3
|
* `mokey/xox70`: clean up layouts (#16375)Ryan2022-02-175-310/+531
|
* Mokey xox70hot: rename LAYOUT to LAYOUT_tkl_nofrow_ansi_tsangan (#16193)James Young2022-02-034-13/+16
|
* Remove missing and trailing commas in info.json files. (#16088)Gabriel Harel2022-01-281-1/+1
|
* [Keyboard] Fix xox70hot via layout (#15863)Drashna Jaelre2022-01-131-26/+28
|
* [Keyboard] Add xox70hot (#15632)rhmokey2022-01-109-0/+293
|
* [Keyboard] Add ginkgo65hot (#15404)Runheme2021-12-109-0/+325
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-094-8/+4
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-014-8/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-215-517/+631
|\
| * Mokey Ginkgo65 Layout Macro Refactor (#15233)James Young2021-11-215-517/+631
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename LAYOUT to LAYOUT_65_ansi_blocker; enable Community Layout support * refactor default keymaps Updates grid alignment of keycodes, and adds a Function layer to the default keymap. * refactor LAYOUT_iso into LAYOUT_65_iso_blocker_split_bs Adds missing KC_NUBS position, and moves Enter keycode to home row (consistent with QMK Community Layout). * remove LAYOUT_split_left_shift With the changes to LAYOUT_65_iso_blocker_split_bs, LAYOUT_split_left_shift maps all the same positions, but in a different sequence, making it redundant. * refactor LAYOUT_7u_space to LAYOUT_65_iso_blocker_tsangan_split_bs Moves Enter keycode to home row. * remove LAYOUT_split_space_1 LAYOUT_split_space_1 differs from LAYOUT_split_space_2 only in the sizes of the split spacebars, and I like the layout rendering of LAYOUT_split_space_2 better. :) * refactor LAYOUT_split_space_2 into LAYOUT_all ANSI Enter, split Backspace, split Left Shift, and Split Spacebar. * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_iso_blocker * ginkgo65.h: touch-up block diagrams * info.json: use maintainer's GitHub username * bugfix layout macros Position k1D wasn't being assigned on the ISO layouts or LAYOUT_all. * rules.mk: update Community Layout support
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-201-25/+29
|\|
| * [Keyboard] Fix xox70 via layout (#15220)Drashna Jaelre2021-11-191-25/+29
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-199-0/+488
|\|
| * [Keyboard] Add xox70 (#15098)rhmokey2021-11-199-0/+488
| |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* [Keyboard] Add ginkgo65 (#14802)rhmokey2021-10-149-0/+851
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Modify mokey64 matrix (#14761)rhmokey2021-10-114-70/+71
|
* [Keyboard] Disable RGBLIGHT on mokey64 (#14681)Drashna Jaelre2021-10-031-1/+1
|
* [Keyboard] Modify mokey64 (#14612)rhmokey2021-10-026-25/+35
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) (#14567)James Young2021-09-221-2/+0
| | | | | * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) * update keyboards/handwired/slash/rules.mk per fauxpark
* [Keyboard] fix mokey63 keymaps (#14424)Drashna Jaelre2021-09-132-25/+26
|
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
|
* [Keyboard] Add mokey63 (#14357)rhmokey2021-09-1010-0/+411
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add new Mokey keyboard (#14329)rhmokey2021-09-089-0/+295
Co-authored-by: Ryan <fauxpark@gmail.com>