summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio
Commit message (Collapse)AuthorAgeFilesLines
* Add Iris Rev 6.1 (#16722)Danny2022-04-055-0/+343
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-158-20/+0
| | | | (#16655)
* [Keyboard] Add BAMFK-1 (#16409)Danny2022-03-1412-0/+368
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* keebio/iris: Add ifdefs to encoder callbacks (#16642)Ryan2022-03-144-0/+8
|
* Add Big Switch Seat (#16524)Danny2022-03-0810-0/+212
| | | | | | | | | | | | | | * Add Big Switch Seat * Update keyboards/keebio/bigswitchseat/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keebio/bigswitchseat/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] fourier via keymap (#16335)Andrew Garver2022-03-062-0/+71
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-2233-175/+298
|\
| * Add encoder defaults for Keebio boards (#16398)Danny2022-02-2133-175/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add BDN9 encoder defaults * Add DSP40 encoder default * Add FoldKB encoder defaults * Add Iris encoder defaults * Update Iris Rev. 6 encoder orientation * Add KBO-5000 encoder defaults * Add Quefrency encoder defaults * Add Sinc encoder defaults * Add Stick encoder defaults * Remove encoder settings from VIA keymaps
* | [Keymap] BDN9 keymap (#15924)Adam Lickel2022-02-213-0/+179
| |
* | Remove manual enable of LTO within user keymaps (#15378)Joel Challis2022-02-101-2/+1
|/
* [Keyboard] Add explicit RGB Matrix defines for Iris Rev. 6 (#16275)Danny2022-02-081-1/+38
|
* [Keymap] ericgebhart keymap and userspace updates (#15727)Eric Gebhart2022-01-131-165/+20
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Drashna Jael're <drashna@live.com>
* Adding Quefrency keymap (#15852)peott-fr2022-01-131-0/+80
|
* [Keymap] Add keebio/iris keymap (#14688)Khang2022-01-106-0/+262
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre2021-12-292-10/+4
|
* [Keymap] Update bcat's keymaps/userspace to share logic, add OLED ↵Jonathan Rascher2021-12-273-19/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality, and set up one of my macropads for WFH (#14702) * Add script to build all bcat keymaps at once * Move userspace RGB to separate source file * Move layer handling logic into userspace * Move keycap aliases into userspace * Add OLED userspace library and Lily58 OLED setup * Add Luna keyboard pet, generic OLED pet framework Luna artwork and original implementation by HellSingCoder, licensed under GPL v2.0. See also: https://github.com/qmk/qmk_firmware/blob/6dfe915e26d7147e6c2bed495d3b01cf5b21e6ec/keyboards/sofle/keymaps/helltm/keymap.c * Use OLED on bcat's Crkbd I had to turn off a few unused features to address firmware size limits. * Remove vestigial NK_TOGG keybindings * Add post-render hook to OLED pet API This enables OLED pets to draw custom widgets (e.g., LED indicator status) on top of their animation frames. * Add Isda keyboard pet For future use on my Unicorne keyboard. Unicorn artwork by sparrow666, licensed under GPL v2.0. See also: https://opengameart.org/content/unicorn-2 * Replace OLED timeout implementation with custom The default implementation never lets the OLED turn off if a continuous animation is in progress. The custom one does. * Move keyboard state for OLED functions into struct No change in firmware size, but makes keymaps read a little nicer and enables more functionality in OLED pets. * Enable continuously running OLED pet (for Luna) * Sync OLED state; enable Bootmagic only when needed The new extensible split transport for Split Common finally allows OLED on/off status to be synced between halves of the keyboard. :) Unfortunately, this required disabling Bootmagic Lite to keep my Crkbd under the firmware size limit. (I now after 28 bytes free on avr-gcc version 8.5.0.) So now I'll enable Bootmagic only on keyboards that actually require it, i.e., ones lacking an accessible reset button. * Update 9-Key macropad keymap for working from home * Remove includes redundant with quantum.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Simplify BCAT_OLED_PET makefile logic * Swap some keys on my 9-Key macropad around * Inline spurious variable in OLED code * Remove max brightness that's now set by default The default max brightness is only 120 rather than 150, but that might actually fix some weirdness I've seen with bright white LED settings. * Enable specific RGBLIGHT modes instead of default The general trend these days seems to be enabling only the modes you want, so I'm manually expanding the ones currently enabled by RGBLIGHT_ANIMATIONS. I'd like to try out the TWINKLE mode too, but it seems not to work at all on ARM right now, and all my usable RGBLIGHT keebs are ARM boards. * Reenable RGB_MATRIX animations after #15018 My Crkbd still has a reasonable amount of free space with these: 27974/28672 (97%, 698 bytes free). The RGB_MATRIX_KEYPRESSES effects would put it over the firmware size limit, but I really don't ever use those anyway. * Use new get_u8_str function for WPM display Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)Drashna Jaelre2021-12-141-16/+16
|
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-1411-195/+195
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Fix up build options comments (#15463)Ryan2021-12-123-2/+5
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0932-44/+32
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-093-41/+0
|
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-0714-33/+14
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0131-63/+0
|
* [Keymap] Keebio Sinc layout with macOS support (#15324)Adam Lickel2021-11-303-0/+129
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove deprecated defines from my keymaps (#15353)Mats Nilsson2021-11-301-1/+1
|
* [Keyboard] Disable console on Keebio foldkb and iris rev3 (#15260)Drashna Jaelre2021-11-233-4/+4
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-152-0/+96
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-112-0/+101
|\
| * [Keymap] Adding keymap for BDN9 and Planck (#15067)Gustavs Gūtmanis2021-11-102-0/+101
| |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-0514-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-263-0/+146
|\|
| * [Keymap] Add planck/pjanx and keebio/nyquist/pjanx keymaps (#13115)Přemysl Eric Janouch2021-10-263-0/+146
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-231-11/+11
|\|
| * Reformat iris keymap antonlindstrom to be a bit more readable and consistent ↵Ingomancer2021-10-231-11/+11
| | | | | | | | | | (#14902) Co-authored-by: Ingo Junefjord <ingo.junefjord@attentec.se>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-233-1/+14
|\|
| * [Keymap] Jonavin userspace keymap updates INVERT_NUMLOCK_INDICATOR (#14880)jonavin2021-10-223-1/+14
| | | | | | Co-authored-by: Jonavin <=>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-221-1/+3
|\|
| * Fix right half of Nyquist in 4x12 mode having row shifted up by one (#14914)Danny2021-10-221-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-172-7/+7
|\|
| * [Keymap] added media controls, copy and paste; moved print screen (#14850)Roger2021-10-162-7/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-162-2/+2
|\|
| * [Keymap] Update Miryoku (#14827)Manna Harbour2021-10-152-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-144-0/+231
|\|
| * [Keymap] Add keebio iris layout beakl 15 (#14762)Tom2021-10-144-0/+231
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-052-8/+8
|\|
| * [Keyboard] Update Iris default keymap (#14701)Danny2021-10-042-8/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-045-0/+227
|\|
| * [Keyboard] Add Iris Rev. 6 (#14683)Danny2021-10-035-0/+227
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-2922-22/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-3022-22/+0
| |