Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-13 | [squash] implement feedback | eyenseo | |
2021-10-13 | Add ergodash | eyenseo | |
2021-10-03 | feat(boards): Add Zodiark shield | Aleblazer | |
2021-10-03 | feat(shields): Add Naked60BMP shield | Brandon Xie | |
2021-09-25 | feat(boards): Remove usage of pro_micro_a/d nodes | Nick Winans | |
2021-09-25 | feat(boards): Add D18-21 to Pro Micro pin mappings | Nick Winans | |
2021-09-26 | refactor(boards): Remove leftover right split name | Peter Johanson | |
2021-09-25 | refactor(boards): Remove "left" from split keyboard names | Nick Winans | |
2021-09-25 | refactor(boards): Remove split right keyboard names | Nick Winans | |
2021-09-23 | fix(shield): Update URL in A. Dux metadata | Dom H | |
2021-09-23 | refactor(shield): "Architeuthis Dux" to "A. Dux" | Dom H | |
The shorter name is more user-friendly. | |||
2021-09-23 | feat(shield): Add Architeuthis Dux shield | Dom H | |
2021-09-14 | feat(board): Add Ferris 0.2 boards | Peter Johanson | |
* Onboard stm32f072 with mcp23018 IO expander. * No underglow support yet. * Miryoku inspired default layout. | |||
2021-09-11 | feat(metadata): Add MakerDiary nRF52840 M.2 interconnect | Peter Johanson | |
* Add interconnect details. * Add m60 and nrf52840_m2 metadata files. | |||
2021-09-11 | refactor(boards): Add metadata for boards. | Peter Johanson | |
* Standalone and pro-micro format board metadata added. | |||
2021-09-11 | refactor(shields): Add pro-micro shield metadata. | Peter Johanson | |
2021-09-11 | feat: Add a few sample hardware metadata files. | Peter Johanson | |
2021-09-08 | fix(shields): Add note about Cradio pin arrangement | Dom H | |
2021-08-24 | fix: Planck rev 6.1 | Martin Aumùˆller | |
My Planck rev 6.1 would not register any keys without "col2row". I also had to apply a matrix_transform in order to move them to the correct position. Peeking into #228 helped for finding this. I also add transforms for the 2u spacebar layouts. | |||
2021-08-02 | feat(boards): Use the nRF VDDH driver for the nice!nano v2 | Nick Winans | |
2021-08-02 | fix(shields): Clean up default corne keymap. | Devon Allie | |
2021-07-17 | refactor(boards): Switch proton_c to newer pinmux approach. | Peter Johanson | |
See: https://github.com/zephyrproject-rtos/zephyr/issues/28999 PR: https://github.com/zmkfirmware/zmk/pull/736 | |||
2021-07-17 | fix(boards): Enable pinmux for bdn9_rev2 by default. | Pete Johanson | |
See: https://github.com/zephyrproject-rtos/zephyr/issues/28999 PR: https://github.com/zmkfirmware/zmk/pull/736 | |||
2021-07-15 | feat(boards): Add nice!nano v2 | Nick Winans | |
2021-06-10 | fix(shields): Cradio v2 keymap/shield improvements | David Barr | |
* fix cradio dtsi add new keymap and readme Co-authored-by: Dom H <dom@hxy.io> | |||
2021-06-08 | fix(shields): added right alt and layer quick tap to Jian | Alexander Krikun | |
2021-06-04 | fix(boards): Set nice!60 nRF subfamily for openocd (#816) | Nick Winans | |
2021-05-31 | fix(boards): Add delay on initializing external power for BlueMicro840 | Anthony Amanse | |
This commits adds a delay of 20ms on initializing the external power control driver. Previously, OLED's i2c driver is failing to initialize the display. This commit fixes that issue. Signed-off-by: Anthony Amanse <ghieamanse@gmail.com> | |||
2021-05-31 | fix(boards): Fix Blue LED pin definition in BlueMicro840 | Anthony Amanse | |
This commit fixes the pin definition for BlueMicro840. Based on the schematics, the blue led is at pin 1.10. Signed-off-by: Anthony Amanse <ghieamanse@gmail.com> | |||
2021-05-30 | feat(boards): Add nice!60 board | Nick Winans | |
2021-05-27 | fix(tests): Use debug builds and high resolution timer | Okke 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-24 | fix(boards): Proper BlueMicro840_V1 &pro_micro_a map for A10 (#733) | Lucas Messenger | |
2021-03-18 | fix(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-10 | style(hold-tap)!: Write hold-tap params with dashes | Okke Formsma | |
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated. | |||
2021-02-08 | fix(boards): Remove explicit enable of sensor | Nick Winans | |
2021-02-04 | Refactor 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-03 | feat(shields) Add encoder support to CRBN | mantas | |
Pin A maps to A2 (F5), pin B to A3 (F4). Added keymappings to encoder on default and lower layers. | |||
2021-02-03 | style(crbn): Unify indentation from spaces to tabs | mantas | |
2021-02-02 | fix(boards): Shorten keyboard names that are too long | Nick Winans | |
2021-01-22 | Fix offset in NIBBLE transformation and keymap | Jay Greco | |
The NIBBLE transformation was missing RC(0,0), which was causing some strange behavior in the kscan driver. | |||
2021-01-19 | fix(shields): Unflip left Microdox OLED. | Pete Johanson | |
2021-01-15 | fix(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-08 | refactor(Kconfig): Set USB default based on hardware capabilities | Nick 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-08 | feat(tg4x): Reconcile with official keymap and tidy-up | KemoNine | |
2021-01-08 | style(tg4x): Convert Kconfig spaces to tabs | KemoNine | |
2021-01-08 | fix(tg4x): Add tg4x.conf to mirror other shield setups | KemoNine | |
2021-01-08 | refactor(tg4x): Cleanup tg4x overlay | innovaker | |
Tidies pin definitions and map. | |||
2021-01-08 | chore(tg4x): fix copyright header | innovaker | |
2021-01-08 | docs(tg4x): Add readme for tg4x | KemoNine | |
2021-01-08 | fix(tg4x): Fix tg4x keyboard name in Kconfig | KemoNine | |