Commit graph

366 commits

Author SHA1 Message Date
Jack Hartstein
1d2452313c merged with updated zmk main branch, added to duck.conf file to separate OLED and LED toggles 2021-01-24 18:06:17 -08:00
Jack Hartstein
3cb53f3b51 Merge https://github.com/zmkfirmware/zmk into main 2021-01-24 18:05:08 -08:00
Jay Greco
58ad5d4e86 Fix offset in NIBBLE transformation and keymap
The NIBBLE transformation was missing RC(0,0), which was causing some strange behavior in the kscan driver.
2021-01-22 16:03:14 -05:00
Jack Hartstein
1f674534d6 Merge https://github.com/zmkfirmware/zmk into main
"merge main zmk updates"
2021-01-19 23:51:51 -08:00
Pete Johanson
95acbd8859 fix(shields): Unflip left Microdox OLED. 2021-01-19 15:57:26 -05:00
Pete Johanson
969e5568af fix(boards): Define but don't enable uart0.
* Set pro-micro TX/RX pins, but don't enable the UART
  by default.
2021-01-15 01:51:44 -05:00
Jack Hartstein
66bce40b79 Merge https://github.com/zmkfirmware/zmk into main 2021-01-09 15:17:04 -08:00
Nick Winans
002a89765f refactor(Kconfig): Set USB default based on hardware capabilities
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 16:51:50 -05:00
KemoNine
5880a284c1 feat(tg4x): Reconcile with official keymap and tidy-up 2021-01-08 10:14:43 +00:00
KemoNine
28bec8541b style(tg4x): Convert Kconfig spaces to tabs 2021-01-08 10:14:43 +00:00
KemoNine
7fd8561b45 fix(tg4x): Add tg4x.conf to mirror other shield setups 2021-01-08 10:14:43 +00:00
innovaker
7fc28328d0 refactor(tg4x): Cleanup tg4x overlay
Tidies pin definitions and map.
2021-01-08 10:14:43 +00:00
innovaker
de6ce05391 chore(tg4x): fix copyright header 2021-01-08 10:14:43 +00:00
KemoNine
185ff462d6 docs(tg4x): Add readme for tg4x 2021-01-08 10:14:43 +00:00
KemoNine
cd8567071b fix(tg4x): Fix tg4x keyboard name in Kconfig 2021-01-08 10:14:43 +00:00
KemoNine
3e4f2a3dc3 feat(tg4x): Add underglow support for tg4x + nice_nano 2021-01-08 10:14:43 +00:00
innovaker
561e535a58 refactor(shields): standardize README.md filenames
Renames instances of `readme.md` to `README.md` so that it's easily noticed.

PR: #561
2021-01-07 00:34:04 -05:00
innovaker
f17584ca0e chore: standardize # style headers
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-06 17:00:44 -05:00
KingCoinless
5c11962d98
feat(shields): add helix shield
PR: #429
2021-01-05 18:56:47 +00:00
Nick Winans
e5b1f1e1be fix(shield): BFO9000 uses USB on right 2021-01-04 14:08:00 -05:00
Jack Hartstein
7671ea2054 fixed readme formatting 2021-01-02 17:08:21 -08:00
Jack Hartstein
4f15f64637 Merge https://github.com/zmkfirmware/zmk into main 2021-01-02 17:03:50 -08:00
Jack Hartstein
72313c5178 updated readme for oled support 2021-01-02 17:01:47 -08:00
Jack Hartstein
087f4a50ee added OLED support 2021-01-02 16:45:06 -08:00
pbz
dcd665999a
feat(shields): add bfo9000 shield
PR: #472
2021-01-02 18:52:50 +00:00
innovaker
5a72662898 chore: standardize C style headers
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-01 23:06:41 -05:00
innovaker
61893e453b
refactor(app): format with prettier (#563)
prettier --write .

PR: #563
2021-01-01 22:55:52 -05:00
Jack Hartstein
eadff9ee85 updated compiled files and .gitignore 2021-01-01 18:30:39 -08:00
Jack Hartstein
0510106844 updated readme and gitignore 2021-01-01 14:25:05 -08:00
Jack Hartstein
fbd02ec9c4 added to gitignore 2021-01-01 14:19:30 -08:00
Jack Hartstein
f21c42e421 merge with updated zmk 2021-01-01 14:13:36 -08:00
Jack Hartstein
fd85ef19f6 Merge https://github.com/zmkfirmware/zmk into main 2021-01-01 14:12:14 -08:00
Jack Hartstein
e27c5f0ab4 included compiled .uf2 file 2021-01-01 14:09:46 -08:00
KemoNine
a3ac0cb5be feat(shields): add ws2812 underglow support to lily58 (nice_nano) 2021-01-01 21:29:22 +00:00
Jack Hartstein
807d00d3c9 bluetooth fixes 2021-01-01 12:06:23 -08:00
Mango The Fourth
5752b4fbda
feat(shields): add eek shield
PR: #529
2021-01-01 14:33:19 +00:00
Jack Hartstein
da54121e12 reformatting 2020-12-31 18:38:17 -08:00
Jack Hartstein
f39814a256 merge with main zmk branch 2020-12-31 15:14:21 -08:00
Jack Hartstein
81c39322d3 Merge https://github.com/zmkfirmware/zmk into main 2020-12-31 15:13:38 -08:00
Jack Hartstein
93b6c889d7 NYE update 2020-12-31 15:12:23 -08:00
Pete Johanson
39490552f2 feat(boards): Add BDN9 Rev2 board.
* Onboard stm32f072.
* 3 possible encoder positions.
* Underglow/per-key not yet support.
2020-12-31 14:46:15 -05:00
Pete Johanson
4fc17e0b3a fix(shields): Enable USB by default on right side.
* Ensures USB power detection for sleep/charging
  is properly detected on the right side by deafult.
2020-12-28 10:16:24 -05:00
Pete Johanson
4db5b169bf refactor(splits): Ability to override split role.
* Move central/peripheral setting to Kconfig.defconfig
  files to allow left/right .conf files to override
  central/peripheral role for splits.
2020-12-28 10:16:24 -05:00
innovaker
842aa5a842 refactor: replace filename hyphens with underscores
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-28 01:15:35 -05:00
Jack Hartstein
9e611e184b added usb and ble statements to Kconfig and updated readme 2020-12-27 07:59:23 -08:00
Jack Hartstein
d331fd6d77 added update notes 2020-12-26 17:03:47 -08:00
Jack Hartstein
96f23ea32a Merge https://github.com/jackh2000/zmk into main 2020-12-26 17:00:34 -08:00
Jack Hartstein
db8c77e979 added gpio pull downs to row-gpios in overlay file 2020-12-26 16:58:20 -08:00
jackh2000
a614fe42e2
Update README.md 2020-12-25 20:16:41 -08:00
jackh2000
49610b60dc
Update README.md 2020-12-25 20:16:11 -08:00