forked from tmk/tmk_keyboard
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
1. Flash led on ~Ln keypress (for now it works only on +Ln) | ||
2. Flash NumLock led only when "numpad" layer is active | ||
3. Command (in terms of IS_COMMAND) to switch to no-leds mode | ||
4. Increase count of ACTION keys | ||
5. Check how it works with ACTION/TAP keys (layerN+key or modifier+key) | ||
6. Fix command_state() onboard led: | ||
it should flash only when kbd in some specific mode (CONSOLE || MOUSE) | ||
7. Fix Right TEENSY key (for now it locks kbd & system) | ||
8. Cleanup everything, add conditionals (ifdef/ifndef), push to github | ||
9. Add minimal documentation and links to related things | ||
announce on GeekHack: http://geekhack.org/index.php?topic=48106.0 | ||
announce on DeskThority: http://deskthority.net/keyboards-f2/announce-tmk-firmware-for-ergodox-t6460.html | ||
original firmware from Ben Blazak: https://github.com/benblazak/ergodox-firmware | ||
|