]> git.donarmstrong.com Git - qmk_firmware.git/commit
The "Practice60" Board, Blue Pill powered (#4407)
authorAndrew Kannan <andrew.kannan@klaviyo.com>
Tue, 13 Nov 2018 00:31:22 +0000 (19:31 -0500)
committerDrashna Jaelre <drashna@live.com>
Tue, 13 Nov 2018 00:31:22 +0000 (16:31 -0800)
commite653cc198e3a535f23ae33d677115f192979ee55
tree5cfd500f945829e3d8dcfaf687940e15f6a93ec4
parent599b21b9f4b450392380870675b136449839f6e5
The "Practice60" Board, Blue Pill powered (#4407)

* Starting point for blue pill based practice60

* Changes

* add

* try raw bin no botloader

* swap back to bootloader version

* edit

* Remove debug LED flash

* Disable JTAG to open up B3 and B4

* Add led backlight support (no breathing yet)

* Update matrix for correctness

* RGB Underglow working in a very simple state

* not as bright

* Move to handwired

* revert ChibiOS_Test changes

* Changes based on PR comments

* Address PR comments v2

* Move files
20 files changed:
keyboards/handwired/practice60/boards/GENERIC_STM32_F103/board.c [new file with mode: 0644]
keyboards/handwired/practice60/boards/GENERIC_STM32_F103/board.h [new file with mode: 0644]
keyboards/handwired/practice60/boards/GENERIC_STM32_F103/board.mk [new file with mode: 0644]
keyboards/handwired/practice60/bootloader_defs.h [new file with mode: 0644]
keyboards/handwired/practice60/chconf.h [new file with mode: 0644]
keyboards/handwired/practice60/config.h [new file with mode: 0644]
keyboards/handwired/practice60/halconf.h [new file with mode: 0644]
keyboards/handwired/practice60/hsv2rgb.c [new file with mode: 0644]
keyboards/handwired/practice60/hsv2rgb.h [new file with mode: 0644]
keyboards/handwired/practice60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/practice60/ld/MKL26Z64.ld [new file with mode: 0644]
keyboards/handwired/practice60/ld/STM32F103x8_stm32duino_bootloader.ld [new file with mode: 0644]
keyboards/handwired/practice60/led.c [new file with mode: 0644]
keyboards/handwired/practice60/mcuconf.h [new file with mode: 0644]
keyboards/handwired/practice60/practice60.c [new file with mode: 0644]
keyboards/handwired/practice60/practice60.h [new file with mode: 0644]
keyboards/handwired/practice60/readme.md [new file with mode: 0644]
keyboards/handwired/practice60/rules.mk [new file with mode: 0644]
keyboards/handwired/practice60/underglow.c [new file with mode: 0644]
keyboards/handwired/practice60/underglow.h [new file with mode: 0644]