summaryrefslogtreecommitdiff
path: root/keyboards/acheron
AgeCommit message (Collapse)Author
2020-04-05Enable memcore to fix malloc/rand crashes (#8695)Joel Challis
2020-03-26Add KeebsPCB pre-Alpha support (#8485)Álvaro A. Volpato
* Add initial KeebsPCB support * Update readme * Update readme * Correct readme typo * Update keyboards/acheron/keebspcb/config.h Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Apply @noroadsleft suggestions from code review Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/acheron/keebspcb/info.json Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/acheron/keebspcb/keymaps/default/keymap.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-02-292020 February 29 Breaking Changes Update (#8064)James Young
2020-02-25Acheron VIA support (#8204)Joel Challis
* Update acheron USB IDs * Add shark via keymap * Update austin via keymap * Fix eeprom build error * 3 layers fit
2020-02-18[keyboard] Austin (#8176)Joel Challis
* Add austin keyboard * Update to use spi ws2812 driver * remove rgb
2019-10-25format code according to conventions [skip ci]QMK Bot
2019-10-24[Keyboard] Add SharkPCB rev Alpha support (#7090)Álvaro A. Volpato
* Add SharkPCB rev Alpha support * Solve PWM pin assignment - Solve PWM pin configuration for the SharkPCB rev.Alpha, which backlight pin is B0 * Update shark.c copyright name * Update shark.h copyright section * Apply suggestions from code review Suggestions from @zvecr and @drashna were accepted and applied for neater code. Also fixed typos and removed unused comments. See [pull request](https://github.com/qmk/qmk_firmware/pull/7090/files#diff-70c0a1f44287ae5810170b4180cdaa5d) for more information. Co-Authored-By: Joel Challis <git@zvecr.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update PRODUCT_ID into config.h * Update metadata info.json Fields "keyboard_name", "keyboard_folder", "url", "maintainer" were updated