Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ext65rev2 - New Keyboard #9482

Merged
merged 35 commits into from
Aug 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
3c48f1f
ext65rev2 initial
Xelus22 Apr 2, 2020
b5edc98
open drain change and config
Xelus22 Apr 2, 2020
4512507
pwm
Xelus22 Apr 2, 2020
e0bb312
pwm streams
Xelus22 Apr 2, 2020
11c5276
Merge branch 'master' into ext65rev2
Xelus22 Apr 2, 2020
1412e14
spi
Xelus22 Apr 2, 2020
63b105a
ws2812 spi
Xelus22 Apr 2, 2020
d9eec7e
oled
Xelus22 Apr 2, 2020
2b0ba70
Merge branch 'master' into ext65rev2
Xelus22 Apr 7, 2020
3e09397
enable sleep
Xelus22 Apr 7, 2020
16a52d6
keymap and dissable oled
Xelus22 Apr 8, 2020
17db035
readd oleds
Xelus22 Apr 14, 2020
8d5364b
Merge branch 'master' into ext65rev2
Xelus22 Apr 14, 2020
6e7b2f3
Merge branch 'master' into ext65rev2
Xelus22 Jun 1, 2020
04546b0
nooled
Xelus22 Jun 2, 2020
0b2aff6
ext65rev2 updated with opendrain 9414 commit
Xelus22 Jun 20, 2020
0621ba3
led_update_kb revised
Xelus22 Jun 22, 2020
a97d150
Merge branch 'master' into ext65rev2
Xelus22 Jun 22, 2020
9bcd116
update and remove board specific files and add to ext65rev2.c
Xelus22 Jun 22, 2020
8bab09d
Update OLED usb status
Xelus22 Jul 5, 2020
74bf615
Update keyboards led state
Xelus22 Jul 5, 2020
ce4bf8c
Layer state set kb
Xelus22 Jul 5, 2020
3897128
Return state
Xelus22 Jul 5, 2020
cdc0892
Update keyboards led state
Xelus22 Jul 5, 2020
2744cec
Update OLED usb status
Xelus22 Jul 5, 2020
68adf34
Merge branch 'master' into ext65rev2
Xelus22 Jul 10, 2020
7a38b28
merge master and merge rev folders
Xelus22 Jul 10, 2020
975e8d8
add readme
Xelus22 Jul 10, 2020
770dcfb
move board_init to only if OLED is enabled
Xelus22 Jul 10, 2020
1c2cb77
update readme
Xelus22 Jul 10, 2020
1fb1404
update rules.mk
Xelus22 Jul 28, 2020
10da0b7
Remove OLED from rules.mk
Xelus22 Aug 5, 2020
e282960
Update config.h
Xelus22 Aug 5, 2020
ee2a1a9
show AEBoards
Xelus22 Aug 5, 2020
e56998f
Update keyboards/aeboards/ext65/rev2/rules.mk
Xelus22 Aug 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Hardware Availability: Custom keyboard group buys

Make example for this keyboard (after setting up your build environment):

make aeboards/ext65:default
make aeboards/ext65/rev1:default

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions keyboards/aeboards/ext65/rev2/bootloader_defs.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* Address for jumping to bootloader on STM32 chips. */
/* It is chip dependent, the correct number can be looked up here (page 175):
* http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
* This also requires a patch to chibios:
* <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
*/
#define STM32_BOOTLOADER_ADDRESS 0x1FFFC800
Loading