Update personal keymap for Let's Split keyboard. (#10536)
* Add Initial layout configuration.
* Set arduino pro micro's built in RX LED as Numlock
* Enable Autoshift feautre.
* Remove DVORAK layout.
* Add Numpad, update default layer.
* Update AutoShift timeout.
* Beautify ASCII Art.
* Update keymap.
* Add Initial verison of RGB lighting.
* Add Tap dance, hungarian letters.
.Xmodmap example: 09f058753d
* Update RGB to use only noeeprom functions.
* Change default rgb led color.
* Add `pragma once`.
* Emojis added.
* Add tap dance for hungarian letters, multimedia control, slash/backslash.
* Remove audio related code.
* Add Gaming layer.
* Remove unnecessary code, update copyright.
* Add readme.md
* Implement code review suggestions.
* Implement code review suggestions #2
* Remove Auto Shift feature.
* Remove Gaming layer.
This commit is contained in:
parent
661f4aaa8a
commit
32661df8cd
3 changed files with 3 additions and 33 deletions
|
@ -21,9 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define AUTO_SHIFT_TIMEOUT 200
|
||||
#define NO_AUTO_SHIFT_NUMERIC
|
||||
|
||||
// RGB lighting
|
||||
#define RGBLIGHT_SLEEP
|
||||
#undef RGBLED_NUM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue