summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-281-35/+20
|\|
| * [Keymap] fix NKRO - switch to get_mods() and refactor encoder action code ↵jonavin2021-09-281-35/+20
| | | | | | | | | | (#14278) Co-authored-by: Jonavin <=>
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-262-106/+0
|\|
| * Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-262-106/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9 * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z * Remove unused Magic Key definitions from keyboard-level config.h, 0-9 * Remove unused Magic Key definitions from keyboard-level config.h, A * Remove unused Magic Key definitions from keyboard-level config.h, B * Remove unused Magic Key definitions from keyboard-level config.h, C * Remove unused Magic Key definitions from keyboard-level config.h, D-E * Remove unused Magic Key definitions from keyboard-level config.h, F-H * Remove unused Magic Key definitions from keyboard-level config.h, handwired * Remove unused Magic Key definitions from keyboard-level config.h, I-K * Remove unused Magic Key definitions from keyboard-level config.h, L-M * Remove unused Magic Key definitions from keyboard-level config.h, N-R * Remove unused Magic Key definitions from keyboard-level config.h, S-V * Remove unused Magic Key definitions from keyboard-level config.h, W-Z * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-2124-24/+24
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-2124-24/+24
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-202-2/+2
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-202-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1229-29/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-1229-29/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-1226-59/+2
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-1226-59/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1023-161/+3
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-1023-161/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-058-101/+0
|\|
| * Remove empty override functions (#14312)Ryan2021-09-058-101/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-023-26/+51
|\|
| * [Keymap] Update iris fluffactually keymap (#14265)jhauh2021-09-023-26/+51
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-021-7/+7
|\|
| * [Keymap] Fine-tuning Nyquist keymap. (#14269)peott-fr2021-09-011-7/+7
| |
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-015-29/+14
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* [Keyboard] Disable console on Iris Rev5 (#14249)Drashna Jaelre2021-08-311-1/+1
|
* [Keyboard] Add Iris Rev. 5 (#13934)Danny2021-08-305-5/+170
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Nyquist (#14202)peott-fr2021-08-291-21/+21
| | | | | | | | | * adding my Nyquist keymap * Updating Nyquist keymap with licensing. * Cleaning-up and improving Nyquist keymap. * Cleaning-up and improving Nyquist keymap.
* [Keyboard] Disable Console on Keebio Quefrency (#14108)Drashna Jaelre2021-08-223-11/+0
|
* [Keymap] Drashna's Improve OLEDs and custom Split code (#14063)Drashna Jaelre2021-08-212-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fill the oleds with right mods * Enable double mods on x32 oleds * Disable forced NKRO * Make oleds fancy only on good MCUs * Overhaul oled display * Further enhance oled, with kitty! * Final oled form * Not working transport * Transport id of woring * Add acceleration * fix button placement for accel macro * Fix accelartion location and behavior * Remove OLED sync code * Fix alignment issue * Remove audio hack * Fix up zima keymap * Add matrix slave scan function and cleanup drashna.h * Clean up user space * Allow userspace sync to be disable-able * Fix weird issue with audio * Fix alignment issue with user split sync * Disable second rgb matrix task * Disable additional animations * Change dynamic keymap settings * Hacky fix for borked corne * Add Blackpill (F411) support to tractyl manuform * remove manual via eeprom reset * Remove all references to rgblight twinkle * Fix issues with config processing
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-08-193-66/+25
|\ | | | | | | | | | | Conflicts: keyboards/gmmk/pro/ansi/keymaps/jonavin/rules.mk keyboards/space_space/rules.mk
| * [Keymap] Add jonavin user space / common functions (#13876)jonavin2021-08-193-66/+25
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jonavin <=>