1
0
Fork 0

Fix backslash and some of the docs

This commit is contained in:
Geoff Lane 2017-06-12 16:16:42 -04:00
parent 52f6bc164e
commit 96b0382fb4
4 changed files with 28 additions and 28 deletions

View file

@ -34,11 +34,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
*
*
*
* Up
* Up
*
* Left Down Right
* Left Down Right
*
*
*
*
*
*
@ -55,13 +55,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
*
* GRAVE F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12
*
* _AL Up PGUP PGDWNPRTSCSCLCKPAUSE
* _AL Up PGUP PGDWNPRTSCSCLCKPAUSE
*
* Left Down Right Left Down Up Right
* Left Down Right Left Down Up Right
*
* _UL Home End Vol+
* _UL Home End Vol+
*
* Mute Vol- Play
* Mute Vol- Play
*
*/
@ -76,11 +76,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
*
*
*
*
*
*
* On Mode
* On Mode
*
* Hue+ Hue- Sat+ Sat- Val+ Val-
* Hue+ Hue- Sat+ Sat- Val+ Val-
*
*
*
@ -124,6 +124,8 @@ const uint16_t PROGMEM fn_actions[] = {
void matrix_scan_user(void) {
// Would like to do something like this, that would be cool
// Turn off all the LEDs on except for the ones mapped on the UL layer, for example
/* uint32_t layer = layer_state; */
/* if (layer & (1<<1)) { */
/* gh60_wasd_leds_on(); */