Skip to content

Commit

Permalink
Merge pull request #3 from urbanvanilla/dev_branch
Browse files Browse the repository at this point in the history
updating documentation
  • Loading branch information
urbanvanilla authored Dec 30, 2020
2 parents ba88173 + 478e3f5 commit deb55d7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/massdrop/alt/keymaps/urbanvanilla/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ idle_timer = timer_read();
rgb_matrix_set_speed_noeeprom(currentWPM);
rgb_matrix_set_color(13, 100, 255, 255);
}

return true; //Process all other keycodes normally
}
}
Expand Down
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# Custom mapping for the Drop Alt Keyboard.

A really simple set of changes/fixes

# Features and changes:

## *ESC is now Grave Escape.*
Changes KC_ESC for grave escape - Escape key is also `/~ when used with the modifier key.

## *RGB timer switch off*

There is a timer that turns off RGB lighting after a set time. This is defined by

#define IDLE_TIMER_DURATION 20000 //how many milliseconds before RGB turns off

## *Keyboard chatter fix*

I have left the debounce settings and instead changed

wait_us(1); //Delay for output
to 20 instead of 1 which works for other keyboards as I was getting lots of keyboard chatter on all keys previously. Seems to be working well since.
## ---
~~also a really poorly implemented and not functional version of velocikey for rgb matrix that I'd rather not talk about.~~

# Quantum Mechanical Keyboard Firmware

[![Current Version](https://img.shields.io/github/tag/qmk/qmk_firmware.svg)](https://github.com/qmk/qmk_firmware/tags)
Expand Down

0 comments on commit deb55d7

Please sign in to comment.