Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-02 | fix(boards): Remap flash to account for bootloader | Nick | |
2020-11-01 | fix(boards): Rename BVD labels | Nick | |
2020-10-26 | Implement Kconfig and enhance error checks | Nick | |
2020-10-24 | Remove newlib dep | Nick | |
2020-10-23 | Add missing ADC and fix formatting | Nick | |
2020-10-23 | Merge branch 'main' into bluetooth/battery-reporting | Nick Winans | |
2020-10-23 | clang-format and add missing defconfig values | Nick | |
2020-10-23 | Refactor driver to use Sensor API | Nick | |
2020-10-10 | Added driver to control the external power output | Mega Mind | |
This PR adds support to control the external power output from controllers like nice!nano, nRFMicro etc I have implemented based on my understanding of Pete suggestion on this feature. Testing done: Tested by enabling and disabling the ext_power from application and verified Verified the application does not crash with boards that does not have ext_power support Note: I did not test this in nice!nano since I don't have the boards. Will get help from others once the behavior PR is up Next Steps: Create a behavior PR to control enable/disable ext_power | |||
2020-10-06 | Merge pull request #211 from petejohanson/core/keymap-port-event-exploration | Pete Johanson | |
Use PORT events for kscan matrix interrupts, add option for deep sleep. | |||
2020-10-05 | M60 keymap update and misc changes | Mega Mind | |
* Updated M60 keymap * Make nrfjproj as default runner * Remove the polling config | |||
2020-10-05 | Added Makerdiary M.2 module | Mega Mind | |
2020-10-04 | feat(kscan): Use PORT events for kscan matrix interrupts | Pete Johanson | |
* Lower power usage compared to regular interrupts on nrf52. | |||
2020-09-25 | Add support to GPIO matrix driver for matrix polling, rather than ↵ | Jason Chestnut | |
interrupt-based IO. - Add ZMK_KSCAN_MATRIX_POLLING config flag to Kconfig - Update matrix driver code to use the above flag to conditionally add the handling code for polling operations. | |||
2020-09-21 | fix(boards): Flash Planck with `dfu-util`. | Pete Johanson | |
2020-09-19 | Merge remote-tracking branch 'upstream/main' into bluetooth/battery-reporting | Nick | |
2020-09-19 | Voltage divider driver initial implementation | Nick | |
2020-09-14 | chore: clang-format the codebase. | Pete Johanson | |
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142. | |||
2020-09-10 | fix: Switch to single AUTHORS file.* Closes #164 | Pete Johanson | |
2020-09-07 | Fix comment name of keyboard | Nick | |
2020-09-07 | Fix Planck defconfig | Nick | |
2020-09-07 | Finish DZ60RGB board definition | Nick | |
2020-09-07 | Merge commit '61b249666b13f7f356c0e77ee5eb500d672d7dce' into boards/dz60rgb | Nick | |
2020-08-23 | Incorporate comments - Change config name to nrfmicro specific | Mega Mind | |
2020-08-21 | Add KConfig for board battery charger | Mega Mind | |
2020-08-20 | Use correct macro for board | Mega Mind | |
2020-08-19 | refactor(boards): Rename to bluemicro840_v1. | Pete Johanson | |
2020-08-19 | Merge pull request #101 from okke-formsma/nrfmicro | Pete Johanson | |
nrfmicro support | |||
2020-08-19 | Add nrfmicro 1.1, 1.1 flipped and 1.3 boards. | Okke Formsma | |
2020-08-18 | fix(board): Fix status LED on BlueMicro | Nick | |
2020-08-18 | fix(board): Cleanup nice!nano DT | Nick | |
2020-08-18 | fix(boards): Remove dup `uart0` overrides for nano | Pete Johanson | |
2020-08-16 | Merge pull request #91 from Na-Cly/boards/bluemicro52840_v1 | Pete Johanson | |
Add bluemicro support | |||
2020-08-16 | Add DCDC mode config. | Pete Johanson | |
2020-08-16 | Various fixes. | Pete Johanson | |
2020-08-16 | Remove duplicate uart0 node. | Pete Johanson | |
2020-08-16 | Update board.cmake | Derek | |
2020-08-16 | Update arduino_pro_micro_pins.dtsi | Derek | |
2020-08-15 | Corrected pins for scl-pin and sda-pin | Derek | |
2020-08-15 | Add bluemicro support | Derek | |
2020-08-14 | Add DCDC setting for nano. | Pete Johanson | |
2020-08-11 | Fix up some incorrect license headers. | Pete Johanson | |
2020-08-06 | Refactor to simpler keymaps. | Pete Johanson | |
2020-08-06 | Refactor to using .keymap files | Pete Johanson | |
* Still just devicetree keymaps. * Filename can now use `<board>.keymap` or `<shield>.keymap` convention, including overrides for revisions, etc. | |||
2020-08-02 | WIP DZ60RGB board definition | Nick | |
2020-07-24 | Add base files and configuration for RGB underglow | Nick | |
2020-07-17 | Working BT settings. | Pete Johanson | |
2020-07-15 | Code partition size fix for nice!nano. | Pete Johanson | |
2020-07-11 | boards: nice_nano: Fix i2c usage. | Pete Johanson | |
* change conflicting pins usage for uart. * use i2c0 properly instead. | |||
2020-07-07 | nice!nano fixes for necessary USB CDC ACM UART console. | Pete Johanson | |