summaryrefslogtreecommitdiff
path: root/keyboards/keebio/sinc
AgeCommit message (Collapse)Author
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan
2023-12-01Fix a bunch of CLI warnings (#22589)Ryan
2023-11-27Remove userspace keymaps (#22544)Joel Challis
2023-10-21Migrate recently introduced sync items (#22305)Joel Challis
2023-08-23RGB Matrix: driver naming cleanups (#21594)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-05-03More `info.json` whitespace cleanups (#20665)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan
2023-04-15Encodermap direction define. (#20454)Nick Brassel
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-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-13Fix layout macro keys with no matrix position (#20033)Ryan
2023-03-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-10Fix incorrect matrix positions for RGB LEDs (#20082)Danny
2023-03-10Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan
2023-02-19Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis
2023-02-03Debounce defines cleanup (#19742)Ryan
* 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
2023-01-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-19Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
2023-01-01[Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre
2022-12-11[RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann
2022-12-10[Keymap] Keeb.io Sinc - Lickel keymap update (#19188)Adam Lickel
2022-11-29Keeb.io Sinc: Enable Split LED state (#19187)Adam Lickel
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan
2022-11-25jsonify some info.json (#19146)Joel Challis
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-29Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-10-28[Keyboard] Add Sinc Rev 1&2 Encoder Map Support (#18861)Danny
2022-10-27Fixup keebio/sinc/rev3 (#18866)jack
2022-10-27userspace: fix up sethBarberee sinc keymap CI errors (#18865)Seth Barberee
2022-10-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-26Add Sinc Rev. 3 (#18846)Danny
* Initial work on adding Sinc Rev. 3 * Add RGB Matrix support * Add encoder map support * Set I2C pins * Update LED locations for right half * Move USB definitions to info.json * Update RGB modes * Replace pin mappings for right half with correct ones * Move config.h back to rev1/rev2 due to addition of rev3 * Convert initial Rev. 3 config work to be data-driven * Convert RGB Matrix config to DD format * More config cleanup * Use full-duplex PIO * Add MCU/bootloader settings for Rev. 2 * Change ISO Enter location since it shares location with Backslash * Adjust build settings to reduce flash/EEPROM usage
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-10-15Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre
2022-09-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-30Fixup keebio/sinc (#18551)jack
2022-09-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-29[Keyboard] Convert most of sinc to data driven info.json (#18481)Seth Barberee
2022-09-06Remove legacy USE_SERIAL define (#18292)Dasky
* Remove legacy USE_SERIAL define * tidy up missed comments
2022-08-20Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan
2022-06-16[Keyboard] Fix 1U space in Keebio/sinc/rev2 layout macros (#16901)Gordon
2022-05-30[Keymap] Update sethbarberee code to QK_BOOT and try out DVVORAK (#17230)Seth Barberee
2022-04-13[Keymap] sinc/lickel: Use backlight keys in Fn Row (#16789)Adam Lickel
2022-02-21Add encoder defaults for Keebio boards (#16398)Danny
* 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
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan