summaryrefslogtreecommitdiffstats
path: root/keyboards/0xcb
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-2/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-152-6/+1
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-041-96/+96
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-9/+9
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-151/+93
|
* Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-151-5/+1
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-153-3/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-4/+9
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-3/+0
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+5
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
|
* Remove more empty headers (#20155)Ryan2023-03-171-17/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-1515-0/+670
|\
| * add new board: splaytoraid (#20052)Conor Burns2023-03-1515-0/+670
| | | | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
* | Move matrix config to info.json, part 1 (#19985)Ryan2023-03-052-19/+5
|/
* Move encoder config to data driven (#19923)Ryan2023-02-264-6/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-262-4/+5
|
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-232-3/+3
|
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-196-94/+19
|
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-4/+3
|
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-144-31/+13
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-6/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-032-5/+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
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-313-3/+0
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-064-4/+4
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-273-3/+3
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-203-3/+3
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-203-3/+3
| | | | | | | | | | | * `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 RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-6/+10
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: A (#17781)Ryan2022-07-262-7/+6
|
* [Keyboard] Added TutelPad keyboard (#16975)Sam2022-07-149-0/+366
| | | | | | | | | | | | | | | | | | | | * TutelPad firmware v1.0 * Added VIA compatibility * Update keyboards/0xcb/tutelpad/config.h * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Add new OLED image, implement suggested fixes * Update keyboards/0xcb/tutelpad/rules.mk * Update keyboards/0xcb/tutelpad/rules.mk
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Move keyboard USB IDs and strings to data driven: 0-9 (#16481)Ryan2022-03-134-15/+14
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-4/+2
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
|
* Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)Joel Challis2021-11-291-3/+2
|
* fixed oled in bongocat keymap and fixed encoder direction (#15232)Conor Burns2021-11-283-3/+2
| | | | | * fixed oled in bongocat keymap (#13454) and fixed encoder direction for prod parts * updated readme for launch later today
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-027-7/+14
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
|
* Remove backlight pin references in rules.mk (#14513)Ryan2021-09-201-1/+1
|
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-122-2/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-122-4/+0
|
* Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-101-1/+1
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-248-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>