Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Additional Cleanup of commit pages (#17)
Browse files Browse the repository at this point in the history
* Fix typos and add descriptions

* Formatting

* Change Iris category
  • Loading branch information
drashna authored and jackhumbert committed Nov 20, 2018
1 parent a65a555 commit 6a5660e
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 10 deletions.
6 changes: 4 additions & 2 deletions _posts/2017-10-19-add-iris-keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
layout: qmk-title
title: "Add Iris Keyboard"
date: 2017-10-19 17:30:00 -0500
category: core
commit: b5464cf20aa21bfe3671bd584dfc727878d508e0
category: keyboards
commit: b5464cf
pr: 1863
---

We've added support for the [Iris](https://github.com/nooges/qmk_firmware/tree/master/keyboards/iris) from [Keebio](http://keeb.io)!

* Clone Nyquist code to Iris and rename

* Set keymap and pins
Expand Down
4 changes: 3 additions & 1 deletion _posts/2017-10-21-create-a-userspace-for-keymaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ layout: qmk-title
title: "Creates a userspace for keymaps"
date: 2017-10-21 17:30:00 -0500
category: core
commit: 06f196c589b3c8c70c6cda6e95db6d1a2bf6e80b
commit: 06f196c5
pr: 1559
---

Added Userspace so you can share common code between different keyboards.

* create a user space

* adds example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ commit: 9fdc27
pr:
---

We've improved the Bootloader handling. Not only does it handling jumping to bootloader better, but makes configuration of the settings handled by the compiler, rather than having to set everything.

* pull fuse settings for bootloader jump

* fix 32a chips
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ commit: 6835ae82
pr: 2339
---

We've added the option to disable Music Mode when Audio is enabled. This saves a great deal of space for the firmware.

* Skip process_music in NO_MUSIC_MODE is defined

* Skip matrix_scan_music if NO_MUSIC_MODE is defined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ commit: b0e8de1
pr: 2399
---

* Fix EE HANDS on splits losing handedness if RGB is enabled
Fixes EE HANDS on splits losing handedness if RGB is enabled
2 changes: 2 additions & 0 deletions _posts/2018-02-28-remap-msys2-usb-fix-usb-port-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ commit: 524053e3
pr: 2301
---

Adds better support for Pro Micro (Caterina Bootloader) flashing.

* Add AVRDUDE to MSYS2 setup

* Remap detected USB port in MSYS2 to COM port
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commit: 8b0b17a
pr: 2748
---

* Add Faux Clicky to main Audio feature
Add Faux Clicky to the Audio feature

* Make clicky settings user configurable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commit: 751719
pr: 3070
---

* And and fix _noeeprom functions to many of the RGB Underglow functions
And and fix _noeeprom functions to many of the RGB Underglow functions

* Many functions are unnecessarily calling the eeprom write code. The toggle/enable is command is especially guilty of this, as it writes to EEPROM 3 times. But rgb mode writes twice, every time it's called. And init resets the rgb eeprom range and then writes back to it twice!
* Fixed the rgblight_sethsv_noeeprom to work as expected, by moving a lot of the code to a helper function.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2018-08-14-rgb-matrix-arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ commit: ad2bb5
pr: 3648
---

We've added ARM support for the RGB Matrix.

* Addition of I2C master driver for STM32, Generalization of ISSI3731 driver
- Addition of an i2c_master driver for STM32 to replicate expectations of AVR driver.
- Moved ISSI3731 driver one level up to make it accesible by both architectures.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ commit: 621ce29
pr: 3741
---

* STM32 EEPROM Emulation
We've added support for STM32 EEPROM Emulation! Mostly supports STM32F3xx MCUs. More support can be added later.

* STM32 EEPROM Emulation
- Added EEPROM emulation libaries from libmaple and Arduino_STM32. https://github.com/rogerclarkmelbourne/Arduino_STM32 and https://github.com/leaflabs/libmaple.
- Renamed teensy EEPROM library and added conditional selection of library.
- Remapped EEPROM memory map for 16 byte blocks (as is with STM32f3xx MCUs).
Expand Down
2 changes: 2 additions & 0 deletions _posts/2018-09-17-make-prevent-stuck-modifiers-the-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ commit: 7434494
pr: 3107
---

This changes the default behavior of QMK to use the `PREVENT_STUCK_MODIFIERS` behavior by default. This way, modifiers are remembered correctly.

* Remove chording as it is not documented, not used, and needs work.

* Make Leader Key an optional feature.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ category: core
commit: e885c79
pr: 3084
---

This adds support for keyboard and keymaps to be able to use EEPROM, as well as resetting those settings.

* Add Function level EEPROM configuration

Add kb and user functions for EEPROM, and example of how to use it.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-10-27-add-bootmagic-lite-to-qmk.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ commit: 4ffcacd
pr: 4215
---

Adds a lightweight implementation of Bootmagic that only resets the keyboard, so that users are not prone to accidentily activating unwanted features.
Adds a lightweight implementation of Bootmagic that only resets the keyboard, so that users are not prone to accidentally activating unwanted features.
2 changes: 1 addition & 1 deletion _posts/2018-11-05-add-eeprom-reset-keycode-to-core-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ commit: 6e44f94
pr: 4234
---

Adds a keycode to reset the EEPROM on the keyboard back to default settings.
Adds a keycode to reset the EEPROM on the keyboard (to reset persistant settings back to their default settings).
2 changes: 1 addition & 1 deletion _posts/2018-11-16-use-a-single-endpoint-for-hid-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commit: 39bd760
pr: 3951
---

Unify multiple HID interfaces into one
Unify multiple HID interfaces into a single Endpoint.

This reduces the number of USB endpoints required, which frees them up
for other things.
Expand Down

0 comments on commit 6a5660e

Please sign in to comment.