Commit Graph

821 Commits

Author SHA1 Message Date
Farkas József
055cba0575 Fix blink test led on Windows 2016-11-12 15:18:26 +01:00
Nejc Zdovc
d8b35f57f4 Fixed macro redirect (#149)
Closes #148
2016-10-23 19:43:26 +02:00
NejcZdovc
b5eb8601e2 Add macro 2016-10-23 11:39:03 +02:00
NejcZdovc
3a69726257 Moved list of macros to the new component 2016-10-23 11:39:03 +02:00
László Monda
1063cb2e6e Merge remote-tracking branch 'origin/usb' 2016-10-22 15:13:31 +02:00
Nejc Zdovc
a5a60f5862 Added highlight for menu items (#130)
Closes #129
2016-10-21 19:10:57 +02:00
NejcZdovc
721e676eb8 Added sliding effect to the items 2016-10-21 19:08:46 +02:00
NejcZdovc
51c33cec3c Fixed delay tab error 2016-10-21 19:08:46 +02:00
Nejc Zdovc
9369b956d8 Added favicon (#135) 2016-10-21 17:00:51 +02:00
Nejc Zdovc
a653333c9b Removed unnecessary services (#125)
They have been replaced with Store.
2016-10-21 16:36:41 +02:00
László Monda
c1290d3686 Don't disable the LEDs of the LED display. 2016-10-21 02:41:33 +02:00
László Monda
f33f1d71ea Make texts less redundant. 2016-10-20 00:28:00 +02:00
László Monda
729d7b2297 Output text of whether the keyboard halves are merged or split. 2016-10-20 00:26:30 +02:00
László Monda
ee404fe09e Display text about the state of the LED jumper. 2016-10-20 00:20:54 +02:00
László Monda
f1525679ef Add script for detecting the state of the ISO jumper. 2016-10-20 00:18:37 +02:00
László Monda
e44d53f4f3 Add script to test the LED jumper. 2016-10-18 18:58:50 +02:00
László Monda
c59900f9b2 Add script to test the merge sensor. 2016-10-17 23:22:03 +02:00
László Monda
fec68d8931 Light up the SW11 LEDs of the left and right keyboard halves. 2016-10-17 02:55:49 +02:00
Farkas József
b16e83fc30 Don't store preset in local storage 2016-10-16 19:10:00 +02:00
Farkas József
6381f90111 Refactor: DataProviderService 2016-10-16 18:46:39 +02:00
Farkas József
e9f0d63f45 Update dependencies (angular to 2.1.0) 2016-10-13 19:18:41 +02:00
László Monda
272663b275 Add read-eeprom.js and write-eeprom.js 2016-10-12 12:51:50 +02:00
Farkas József
5f218e13b3 Add MouseActions to the mouse layer of the QWERTY keymap 2016-10-11 22:20:29 +02:00
László Monda
a43d17f497 Extend the script to be able to send commands upon initialization. Enable the ghost image prevention bit which doesn't seem to fix the ghosting issue. 2016-10-10 01:30:44 +02:00
Farkas József
5bf0da3b52 Update dependencies (angular 2.1.0-rc.0, ...) 2016-10-06 20:14:04 +02:00
Farkas József
58443cefe1 Add MouseAction rendering 2016-10-02 18:42:10 +02:00
Farkas József
c382418dbe Fix typo in filename 2016-10-02 17:30:23 +02:00
Nejc Zdovc
aca22f9429 fix: First macro opening (#123)
Closes #121
2016-10-01 13:42:39 +02:00
NejcZdovc
f93477487c Added effects 2016-09-30 23:04:47 +02:00
NejcZdovc
c28f564e3f Updated angular to version 2.1.0-beta.0 and select2 to version 0.5.1 2016-09-30 23:04:47 +02:00
László Monda
ac5bab2ced Iterate over the alphabet and layer icons. 2016-09-29 02:33:49 +02:00
László Monda
dc4aa96482 Add letter definitions and letter drawing function. 2016-09-29 01:48:41 +02:00
László Monda
0fead7b556 Add new script that is partially working. 2016-09-27 17:11:42 +02:00
László Monda
67695151aa Add util.js featuring bufferToString() 2016-09-27 16:08:00 +02:00
László Monda
fcd1bc4f58 Update command id according to the changed firmware. 2016-09-27 00:13:03 +02:00
László Monda
07af142718 Transfer the actual payload to be sent. Read and display response. 2016-09-26 23:36:36 +02:00
László Monda
7bbf944ad8 Extract command id. 2016-09-26 02:40:09 +02:00
László Monda
aaebf0e051 Prefix the state of the LED with the ID of the LED test command. 2016-09-26 02:38:12 +02:00
László Monda
554a7b45f6 Send 0 and 1 instead of their ASCII counterparts. 2016-09-26 01:56:46 +02:00
László Monda
2b80d75211 Make the test LED actually blink. 2016-09-26 01:40:54 +02:00
Nejc Zdovc
4e13f910dd Data layer - Macro & UX improvments (#117)
Closes #75
2016-09-25 19:54:36 +02:00
Farkas József
ee1d8ec59e cleanup: Remove unused ClassArray classes 2016-09-25 14:27:52 +02:00
Farkas József
140709e31f refactor: Macro 2016-09-25 14:26:52 +02:00
Farkas József
2aed594dd1 Add MacroAction Helper 2016-09-25 14:26:50 +02:00
Farkas József
927cc80815 refactor: Module 2016-09-25 14:26:49 +02:00
Farkas József
8c0f202b60 Add KeyAction Helper 2016-09-25 14:26:47 +02:00
Farkas József
a719f06618 refactor: Layer 2016-09-25 14:26:45 +02:00
Farkas József
7ba0a0401a refactor: Keymap 2016-09-25 14:26:43 +02:00
Farkas József
b78ce778a6 refactor: Preset keymaps 2016-09-25 14:18:23 +02:00
Farkas József
cb1f677f31 refactor: UhkConfiguration 2016-09-25 14:18:23 +02:00