summaryrefslogtreecommitdiff
path: root/app/boards
AgeCommit message (Collapse)Author
2021-05-27fix(tests): Use debug builds and high resolution timerOkke Formsma
By setting CONFIG_DEBUG, the native_posix builds will not be optimized which makes debugging them much nicer. By setting CONFIG_SYS_CLOCK_TICKS_PER_SEC to 1000, debug prints have a higher resolution and not always show up as multiples of 10ms.
2021-03-24fix(boards): Proper BlueMicro840_V1 &pro_micro_a map for A10 (#733)Lucas Messenger
2021-03-18fix(boards): Move board endif to proper location.Pete Johanson
* Nibble and tidbit conditional was closed early, enabling some settings incorrectly for other unrelated builds.
2021-02-10style(hold-tap)!: Write hold-tap params with dashesOkke Formsma
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated.
2021-02-08fix(boards): Remove explicit enable of sensorNick Winans
2021-02-04Refactor nibble / update to match build docs (#620)KemoNine
* feat(nibble): add underglow support for nice_nano builds * feat(nibble): add encoder to top, left most column to match standard assembly documentation * refactor(nibble): add layer labels * feat(nibble): add support for optional display ; off by default * feat(nibble): add README * fix(nibble): adjust oled rotation for easier reading * fix(nibble): add additional note about enabling oled * refactor(nibble): convert keymap to use tabs instead of spaces * refactor(nibble): enable oled in dts/overlay by default * refactor(nibble): cleanup alignment and formatting in nibble keymap * refactor(nibble): re-align top most row of keymap to be sensible * refactor(nibble): cleanup kscan map alignment * refactor(nibble): indent first row of map/transform to properly align with physical columns * fix(nibble): remove dangling code block from readme Co-authored-by: KemoNine <mcrosson@kemonine.info>
2021-02-03feat(shields) Add encoder support to CRBNmantas
Pin A maps to A2 (F5), pin B to A3 (F4). Added keymappings to encoder on default and lower layers.
2021-02-03style(crbn): Unify indentation from spaces to tabsmantas
2021-02-02fix(boards): Shorten keyboard names that are too longNick Winans
2021-01-22Fix offset in NIBBLE transformation and keymapJay Greco
The NIBBLE transformation was missing RC(0,0), which was causing some strange behavior in the kscan driver.
2021-01-19fix(shields): Unflip left Microdox OLED.Pete Johanson
2021-01-15fix(boards): Define but don't enable uart0.Pete Johanson
* Set pro-micro TX/RX pins, but don't enable the UART by default.
2021-01-08refactor(Kconfig): Set USB default based on hardware capabilitiesNick Winans
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig.
2021-01-08feat(tg4x): Reconcile with official keymap and tidy-upKemoNine
2021-01-08style(tg4x): Convert Kconfig spaces to tabsKemoNine
2021-01-08fix(tg4x): Add tg4x.conf to mirror other shield setupsKemoNine
2021-01-08refactor(tg4x): Cleanup tg4x overlayinnovaker
Tidies pin definitions and map.
2021-01-08chore(tg4x): fix copyright headerinnovaker
2021-01-08docs(tg4x): Add readme for tg4xKemoNine
2021-01-08fix(tg4x): Fix tg4x keyboard name in KconfigKemoNine
2021-01-08feat(tg4x): Add underglow support for tg4x + nice_nanoKemoNine
2021-01-07refactor(shields): standardize README.md filenamesinnovaker
Renames instances of `readme.md` to `README.md` so that it's easily noticed. PR: #561
2021-01-06chore: standardize # style headersinnovaker
Changes made with regex plus some manual tweaks. Find: /(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm Replace: # Copyright (c) $1 $2 # SPDX-License-Identifier: $3 PR: #564
2021-01-05feat(shields): add helix shieldKingCoinless
PR: #429
2021-01-04fix(shield): BFO9000 uses USB on rightNick Winans
2021-01-02feat(shields): add bfo9000 shieldpbz
PR: #472
2021-01-01chore: standardize C style headersinnovaker
Changes made with regex plus some manual tweaks. Find: /^\/\*.*\n(?:^\*.*\n)*^.*\*.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^.*\*.*\n)*^.*\*.*?SPDX-License-Identifier:? *(.+) *?\n(?:^.*\*.*\n)*.*\*\//gm Replace: /* * Copyright (c) $1 $2 * * SPDX-License-Identifier: $3 */ PR: #565
2021-01-01refactor(app): format with prettier (#563)innovaker
prettier --write . PR: #563
2021-01-01feat(shields): add ws2812 underglow support to lily58 (nice_nano)KemoNine
2021-01-01feat(shields): add eek shieldMango The Fourth
PR: #529
2020-12-31feat(boards): Add BDN9 Rev2 board.Pete Johanson
* Onboard stm32f072. * 3 possible encoder positions. * Underglow/per-key not yet support.
2020-12-28fix(shields): Enable USB by default on right side.Pete Johanson
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult.
2020-12-28refactor(splits): Ability to override split role.Pete Johanson
* Move central/peripheral setting to Kconfig.defconfig files to allow left/right .conf files to override central/peripheral role for splits.
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
Aligns *.h and *.c to underscore naming convention. These were kept (with warnings) for backwards compatibility with external boards/shields: - kscan-mock.h - matrix-transform.h They should be removed in the future. PR: #523
2020-12-17feat(shields): add tidbit and tidbit_19key shieldsKemoNine
2020-12-14refactor(app): replace `LVGL_VER_RES` with `LVGL_HOR_VER_MAX`innovaker
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
2020-12-14refactor(app): replace `LVGL_HOR_RES` with `LVGL_HOR_RES_MAX`innovaker
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
Replaced with RegExp: /(?<!const )(struct device \*)/g See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
2020-12-10improvement: upgrade default keymapsJoel Spadin
Ran all the default keymaps through the keymap upgrader and manually adjusted alignment.
2020-12-07feat(shields): add CRBN shieldReFil
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com> PR: #483
2020-12-02refactor(shields): Cradio to use interrupts now.Pete Johanson
2020-11-20chore: add copyright to core Kconfiginnovaker
2020-11-17Jian shieldkrikun98
2020-11-17Jorne shieldkrikun98
2020-11-16refactor(shield): Formatting tweaks for QAZ.Pete Johanson
2020-11-10boards: Cleanup and standardize featuresNick
2020-11-10fix(underglow): Switch from legacy SPI to SPIMNick
2020-11-10Merge pull request #357 from petejohanson/ble/remove-unpair-comboPete Johanson
fix(ble): Remove unpair combo code.
2020-11-10fix(ble): Remove unpair combo code.Pete Johanson
* Favor the settings reset images for this.
2020-11-10Merge branch 'main' into underglow/add-config_Nick Winans