summaryrefslogtreecommitdiff
path: root/keyboards/owlab
Commit message (Collapse)AuthorAge
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-15
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-04
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-26
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-23
|
* Move keyboard USB IDs and strings to data driven: O (#17874)Ryan2022-08-02
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-15
|
* [Keyboard] Add OwLab Spring (#15614)owlab-git2022-01-12
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-09
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-01
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-15
|
* 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.
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-10
|
* [Keyboard] Fix end of file issue for Owlab suit80 (#14640)Drashna Jaelre2021-09-29
|
* [Keyboard] Add OwLab Suit80 (#14362)owlab-git2021-09-28
| | | | | | | | | | | | | * add suit80 files * first add suit80 files * modified suit80 files * layout change * modified again * changed png url
* 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
|
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-10
|
* [Keyboard] Fix rotary encoder function for Voice65 (#14316)kb-elmo2021-09-05
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* OwLab Voice65 Hotswap: 65_ansi_blocker Community Layout support (#14293)James Young2021-09-03
| | | | | | | | * 65_ansi_blocker Community Layout support * rename LAYOUT to LAYOUT_65_ansi_blocker (with alias for backwards compatibility) * add LAYOUTS = 65_ansi_blocker to rules.mk * remove width and height keys from info.json
* [Keyboard] Add OwLab Jelly Epoch (#14190)kb-elmo2021-08-30
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Updated RGB Matrix suspend define part 3 (#13954)Drashna Jaelre2021-08-22
| | | | | | | | | * Updated RGB Matrix suspend define part 3 * Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)" This reverts commit 80015f7fb023f27ad5307815fd5433694a3bcb4a. * Add additional boards/keymaps
* [Keyboard] Add Voice65 (#13744)kb-elmo2021-08-19
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>