summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/q1
Commit message (Collapse)AuthorAgeFilesLines
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-034-330/+330
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-024-125/+125
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-015-7/+8
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-156-6/+6
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-121-2/+2
|\
| * fixing bug that caused KC_DEL and KC_MUTE (encoder press) to be swapped (#20420)Mike Killewald2023-04-121-2/+2
| |
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-088-4/+12
| |
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-1610-110/+5
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move matrix config to info.json, part 8 (#20030)Ryan2023-03-119-19/+20
|/
* Move encoder config to data driven (#19923)Ryan2023-02-264-11/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-235-33/+25
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis2023-02-194-100/+4
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Refactor Leader key feature (#19632)Ryan2023-02-131-58/+52
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-24/+8
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-131-2/+2
|\
| * Rectified ins/del layout macro ordering of Keychron Q1 ANSI (#19560)Jonathan Moallem2023-01-131-2/+2
| |
* | Align definition of unicode_map (#19452)Joel Challis2023-01-011-1/+1
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-147-11/+11
|/
* Update Q1 and Q2 for keychron (#18713)lalalademaxiya12022-12-0996-1073/+939
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-272-3/+3
|
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-101-10/+0
|
* Rollback unrelated changes from previous PR. (#19015)Nick Brassel2022-11-101-2/+12
|
* Fixup keychron/q1/iso_encoder (#19006)jack2022-11-092-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-0814-12/+572
|\
| * [Keyboard] Add ISO Encoder variant of Keychron Q1v1 (#18829)adophoxia2022-11-0814-12/+572
| |
* | Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* | Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-074-40/+16
|\|
| * Add encoder map support for Keychron Q1v1 and Q2 (#18598)adophoxia2022-10-064-40/+16
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-045-11/+16
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-2311-11/+11
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
|
* Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-207-22/+21
|
* [Keymap] teimor keymap for Keychron Q1 (#16396)Teimor Epstein2022-07-1614-0/+579
| | | | | | | | | | | | | | | | | | | | | * teimor keymap * quickfix and cleanup * update readme * quickfix and cleanup before pr * clang * clean layout * add reset * pr fix * fix pr * Rename README.md to readme.md
* Keychron QMK Configurator Refactor (#16034)James Young2022-01-265-207/+201
|
* Update readme.md (#15989)dnlsmy2022-01-221-2/+2
| | | Spelling correction
* [Keyboard] Add Keychron_q1 rev_0101 and Keychron q2 series (#15025)lalalademaxiya12022-01-1417-136/+974
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Cesar Rojas <cesar.fieoner@gmail.com> Co-authored-by: lokher <lokher@gmail.com> Co-authored-by: Adam Karim <adam@akarsoft.com>
* [Keyboard] Keychron Q1: Turn off RGB during PC suspend (#15685)ripdog2022-01-021-0/+3
|
* Addd victorsavu3's Keychron Q1 keymap (ISO) (#15517)Victor Savu Gabriel2021-12-274-0/+228
| | | Co-authored-by: Savu Victor-Gabriel <dev@victorsavu.com>
* [Keymap] Add keymap for the Keychron Q1 ISO layout (#14853)Jakub HorĂ¡k2021-12-277-0/+240
| | | | | | | | | | | | | | | | * Add keymap for the Keychron Q1 ISO layout - The rightest key column is: Ins, Home, PgUp, PgDn, which differs from the default. - RGB lighting turns off when the computer sleeps - Caps Lock and alpha keys turn red to indicate when Caps Lock is on - When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Update keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rgb_matrix_user.c Suggestion from review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-4/+2
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-242-2/+2
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-15/+48
|
* 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.
* [Keymap] added caps lock indicator for Keychron Q1 rev_0100 (#14653)Mike Killewald2021-11-0314-0/+800
|
* Updated Keychron Q1 user keymap (#14666)Grayson Carr2021-10-067-11/+169
| | | | | | | | | | | | | | | | | * Updated Keychron Q1 user keymap - Added Caps Lock indicator - Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA * Only use VIA keycode range if VIA is enabled * Reformatted led_indexes enum to match layout * Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Fixes * Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color * Fixed int sizing for keycodes
* [Keymap] Keychron Q1 user keymap (#14636)Grayson Carr2021-09-284-0/+119
|