summaryrefslogtreecommitdiffstats
path: root/keyboards/bastardkb
Commit message (Collapse)AuthorAgeFilesLines
* Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-1922-22/+22
| | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* Re-structure splinky support to handle versioning in the same fashion as for ↵Charly Delay2022-12-0481-398/+660
| | | | the teensy (#19123)
* [Keyboard] Fix config error for Charybdis (#19219)Drashna Jaelre2022-12-011-0/+2
|
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-2913-272/+304
| | | | | | | | | | | | | | | | | | * Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-2711-31/+27
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-251-1/+2
|\
| * Fix build failures for `bastardkb/tbk` and `jels/boaty` (#19152)Ryan2022-11-251-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-11-2277-894/+586
|\|
| * Bastard Keyboards: upstream recent changes (#19083)Charly Delay2022-11-2077-889/+587
| | | | | | | | | | Co-authored-by: Simian <alex@Mandelbrot> Co-authored-by: Charly Delay <0xcharly@users.noreply.github.com> Co-authored-by: Alex Baldwin <alexbaldwin42@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-161-1/+3
|\|
| * Use `keyboard_pre_init_kb(void)` at keyboard level (#19091)Charly Delay2022-11-161-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-166-0/+12
|\|
| * Specify `DEFAULT_FOLDER` for `v2/splinky` (#19093)Charly Delay2022-11-166-0/+12
| |
* | Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089)Ryan2022-11-161-1/+1
| |
* | Fix some old keycodes (#19086)Ryan2022-11-153-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-15139-300/+2792
|\|
| * Bastard Keyboards: upstream recent changes (#18903)Charly Delay2022-11-15139-300/+2792
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bastardkb: cleanup blackpill configuration Fixes #17 * bastardkb: fix splinky configuration The pinout of the splinky changed between the last beta batch, and the production one. This commit updates the keyboard definition to support the new pinout by default, while offering backward compatibility. Define `SPLINKY_BETA_PINOUT` to build the firmware with pre-production pinout. Fixes #15 * bastardkb: add support for STeMCell * Update scylla/tbkmini/skeletyl outdated readmes * bastardkb/dilemma: enable circular scroll * bastardkb/dilemma: add initial version of the `via` keymap * bastardkb/dilemma/assembled: add new keyboard Fixes #20 * bastardkb/dilemma: remove elite-c * Initial support for the Dilemma 3x5+3 Assembled RGB * Address code review comments * Address more comments * Address review comments * Address more nits * bastardkb: split splinky-based keyboards to distinguish between Splinky v2 and v3 pinout
* | Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* | Remove rgblight_list.h (#18878)Ryan2022-10-275-5/+5
| | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* | [Core] Adjust PWM hardware audio driver for RP2040 (#17723)Stefan Kerkmann2022-10-276-10/+0
| |
* | Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan2022-10-241-1/+1
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-207-13/+13
| | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-159-13/+13
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-2/+11
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-133-3/+3
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-011-1/+1
| |
* | Enabling Pointing Device support in register code functions (#18363)Drashna Jaelre2022-09-261-10/+0
| |
* | [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-253-3/+3
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-236-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-286-9/+196
|\|
| * [Keymap] Drashna keymap updates for 0.18.0 (#18184)Drashna Jaelre2022-08-286-9/+196
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-1/+1
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-10/+10
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-151-0/+1
|\
| * Migrate more F4x1 board files (#18054)Joel Challis2022-08-151-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-144-4/+4
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-144-12/+12
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
| |
* | [Keyboard] use correct function in Dilemma splinky (#17923)Drashna Jaelre2022-08-061-1/+2
| |
* | bastardkb: fix info.json changes that got reverted during the last merge ↵Charly Delay2022-07-264-21/+3
| | | | | | | | | | | | | | from `master` to `develop` (#17800) * bastardkb: fix info.json changes that got reverted during the last merge from `master` to `develop` * Remove board name from root folder `info.json`
* | [Keyboard] Fix compilation issues for Charybdis/Dilemma (#17791)Drashna Jaelre2022-07-263-9/+16
| | | | | | | | | | * [Keyboard] Fix debug printing for Charybdis/Dilemma * Fix compliation issue for dilemma
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-07-255-8/+24
|\|
| * Move keyboard USB IDs and strings to data driven: B (#17782)Ryan2022-07-258-21/+25
| |
* | [keyboard] bastardkb: restructure folder hierarchy (#16778)Charly Delay2022-07-25156-639/+5256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bastardkb: restructure folder hierarchy ahead of supporting other adapters/mcus Upcoming support for the following (adapter, mcu) pairs will be submitted in follow-up PRs: - `v2/elitec` - `v2/stemcell` - `blackpill` This PR contains the following changes: - Move previous implementation to an inner `v1/elitec` folder - Move keyboard USB IDs and strings to data driven - Update headers to update maintainers list - Run `qmk format-c` * bastardkb/charybdis: remove broken acceleration implementation * bastardkb/charybdis: fix debug output * bastardkb: add support for BastardKb the `v2/elitec` (adapter, mcu) pair * bastardkb: add Blackpill support * bastardkb/charybdis/3x5: add `bstiq` keymap * bastardkb/charybdis: add fake LEDs to the configuration For the Charybdis 3x5 (respectively 4x6), the LED config now simulates 36 (respectively 58) LEDs instead of the actual 35 (respectively 56) to prevent confusion when testing LEDs during assembly when handedness is not set correctly. Those fake LEDs are bound to the physical bottom-left corner. * bastardkbk/charybdis/readme.md: update build commands Merge pull request #5 from Nathancooke7/update_charybdis_readme_v2_shield. * bastardkb/charybdis: fix Via keymap with blackpill * bastardkb/charybdis: add 3x6 configuration * bastardkb/charybdis: remove unnecessary files * bastardkb/charybdis: remove obsolete code * bastardkb/charybdis/3x6: add Via keymap * bastardkb: add support for Splinky (RP2040) board * bastardkb: initial configuration for the Splinky (SPI not working yet) * bastardkb/charybdis/3x5/v2/splinky: tentative change to enable trackball * bastardkb/charybdis/3x5/v2/splinky: fix SCK, MISO, MOSI pins * bastardkb/charybdis/3x5/v2/splinky: fix SCK, MISO, MOSI pins * bastardkb/charybdis/4x6/v2/splinky: add SPI configuration and enable trackball * bastardkb/charybdis/3x6: add splinky config * bastardkb/*/v2/splinky: update drivers to `vendor` * bastardkb/dilemma: add new board * bastardkb/charybdis: fix infinite loop in `layer_state_set_user(…)` in the `via` keymaps * bastardkb/dilemma: add `bstiq` keymap * bastardkb: specify blackpill boards * bastardkb/charybdis: fix blackpill-specific define syntax * bastardkb: remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` which are no longer valid options * bastardkb: fix `QK_BOOT` keycodes * bastardkb/dilemma: fix mouse direction on X axis * bastardkb/charybdis/3x6: adjust CS * bastardkb/dilemma: adjust trackpad configuration * charybdis: fix `PWM33XX_CS_PIN` defines This is a follow-up of https://github.com/qmk/qmk_firmware/pull/17613. * bastardkb: remove Vial mentions from `bstiq` keymaps * Cleanup unnecessary comments Co-authored-by: Nathan <nathan.cooke@compass.com> Co-authored-by: Charly Delay <0xcharly@codesink.dev>
* | [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-144-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PMW33XX drivers overhaul This combines the PMW3389 and PM3360 drivers as they only differ in the firmware blobs and CPI get and set functions. The following changes have been made: * PMW3389 now gets the same multi-sensor feature that is already available on the PMW3360. * Introduced a shared pmw33xx_report_t struct is now directly readable via SPI transactions instead of individual byte-sized reads, saving multiple copies and bitshift operations. * pmw33(89/60)_get_report functions had unreachable branches in their motion detection logic these have been simplied as much as possible. * The fast firmware upload option has been removed as this becomes obsolete by the newly introduced polled waiting functions for ChibiOS polled waiting * PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options have been removed as they don't need to be configurable. * All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix to reduce code duplication and make the defines interchangeable * Adjust keyboards to PMW33XX naming scheme
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-035-49/+102
|\|
| * [Keymap] Updates to drashna Keymaps and Userspace (#17543)Drashna Jaelre2022-07-025-49/+102
| |
* | [Keyboard] Update Charybdis code for Extended Mouse reports (#17435)Drashna Jaelre2022-07-023-3/+73
|/
* [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-028-2/+58
|