summaryrefslogtreecommitdiff
path: root/keyboards/keebio
AgeCommit message (Collapse)Author
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-21Keebio Cepstrum Configurator Touch-Up (#21310)James Young
* [enhancement] remove redundant layout data Remove the redundant layout data from the keyboard-level `info.json`. * [enhancement] correct JSON syntax in rev1/info.json * [enhancement] friendly-format rev1/info.json * [enhancement] correct layout data
2023-06-19Remove encoder in-matrix workaround code (#20389)jack
2023-06-18Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan
2023-06-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-14Add Sinc Rev. 4 (#21130)Danny
* Fork Rev. 3 to 4 * Update RGB LED positions * Adjust RGB positions * Enable more RGB modes * Update copyrights * Add license headers to keymaps * Use same type of license header Co-authored-by: Joel Challis <git@zvecr.com> * Fix I2C pins --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-06-14Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan
Co-authored-by: Joel Challis <git@zvecr.com>
2023-06-01Unicodemap keycodes rename (#21092)Ryan
2023-05-28Encoder map: NUM_DIRECTIONS (#21066)Nick Brassel
2023-05-27Fix up `keebio/cepstrum` (#21062)Nick Brassel
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-24Add encoder map FoldKB in VIA (#21038)Danny
2023-05-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-18Define RGB_DI_PIN directly instead of using another define (#20983)Danny
2023-05-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-18Add Cepstrum Rev. 1 Keyboard (#20721)Danny
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-05-09Clean up trailing commas from info.json (#20812)Ryan
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-05-03Remove more junk files and scripts (#20682)Ryan
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-04-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-04-30Adding my keymap (#20345)Jesse Estes
2023-04-30Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan
2023-04-27Move 60% layouts to data driven (#20477)Ryan
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan
2023-04-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-04-26[Keymap] Add johnstegeman iris colemak keymap (#20575)John Stegeman
2023-04-19Add encoder map for Iris Rev. 5 VIA (#20412)Danny
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan
2023-04-15Encodermap direction define. (#20454)Nick Brassel
2023-04-14Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Move 75% and 96% layouts to data driven (#20289)Ryan
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan
2023-04-04Move 65% layouts to data driven (#20308)Ryan
2023-04-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-04-03Modify default encoder mappings, change PID, enable mousekeys (#20329)Danny
2023-04-03Add core/fallback encoder behaviour (#20320)jack
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition