Joel Challis
1ff5ee255f
Indicator LEDs as config ( #10816 )
...
* First pass
* Add config options to docs
* Update some wording
* Slight tidy up of backlight caps logic
* Init pin to correct state
* Move init location
* Reverse default state
5 years ago
mechlovin
c45d7e526c
Add Cospad VIA support ( #10642 )
...
* Add Cospad VIA support
* Update keymap.c
5 years ago
James Young
4e8af9d41b
Remove HD44780 References, Part 2 ( #9918 )
...
* remove HD44780_ENABLE rules: C-F
* remove HD44780_ENABLE config: C-F
5 years ago
Ben Beckford
cb4a86475e
Changed default RGBLIGHT_SLEEP for cospad
5 years ago
Konstantin Đorđević
2d39a9dcdb
Remove no-longer-necessary LTO checks from keyboards' config.h files ( #8773 )
...
* Remove no-longer-necessary LTO checks from keyboards' config.h files
* Remove unnecessary LTO check in @danielo515's Ergodox EZ keymap
* Remove unnecessary USE_Link_Time_Optimization checks from keyboards' config.h files
Note: DISABLE_LEADER doesn't seem to be used anywhere
5 years ago
fauxpark
ba264c69c2
[Keyboard] Cospad refactor ( #7957 )
...
* Cospad refactor
* Add num lock indicator code
* Add led_init_ports()
* Revert change to matrix position blanks
* Define BACKLIGHT_ON_STATE explicitly, in anticipation of PR6749
5 years ago
Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
6 years ago
zvecr
e6f4173aec
Refactor cospad to current standards and enable support for backlight keycodes ( #5582 )
6 years ago
Drashna Jaelre
b05c0e46c6
Adds a default value for IS_COMMAND for COMMAND feature ( #4301 )
...
* Add default value for IS_COMMAND for COMMAND feature
* Cleanup and consistency
* Update Templates to reflect change
* Fix IS_COMMAND in template
* Fix IS_COMMAND define
* Use consistent IS_COMMAND block in templates
* Remove unnecessary `#undef IS_COMMAND` directives
* Fix compile issue on orthodox
* Reomve IS_COMMAND option for newer boards
* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting
* Remove a couple of additional IS_COMMAND defines
* Remove remaining redundant IS_COMMAND definitions
* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin
* Remove multiple empty lines in modified config.h files
* Update additional boards
* Reomve IS_COMMAND from newer boards
* Update Alice keyboard
* Remove IS_COMMAND from additional boards
Jan 24th edition
6 years ago
kamisamamizu
12e66330c5
Add COSPAD to QMK and add functions to read HSV ( #2156 )
...
* Added functions to read HSV values
I have added three functions to rgb_light.c to be able to read the hue, saturation and value from other places.
They are rgblight_get_hue(), rgblight_get_sat(), adn rgblight_get_val().
* Create keymap.c
* Add COSPAD support to QMK
I have ported the COSPAD numpad to qmk.
* Update readme.md
* Update cospad.c
8 years ago
TerryMathews
925ed44405
Establish support for AMJPAD
8 years ago
Jack Humbert
3774a7fcda
rgb light through midi
9 years ago
Jack Humbert
57e08eb8ba
updates rgblight implementation, makes non-timer stuff compatible with audio
9 years ago
Jack Humbert
13bb6b4b7f
Backlight abstraction and other changes ( #439 )
...
* redoes matrix pins, abstracts backlight code for B5,6,7
* slimming down keyboard stuff, backlight breathing implemented
* don't call backlight init when no pin
* cleans up user/kb/quantum calls, keyboard files
* fix pvc atomic
* replaces CHANNEL with correct var in breathing
* removes .hexs, updates readmes, updates template
* cleans-up clueboards, readmes to lowercase
* updates readme
9 years ago
Jack Humbert
649b33d778
Renames keyboard folder to keyboards, adds couple of tmk's fixes ( #432 )
...
* fixes from tmk's repo
* rename keyboard to keyboards
9 years ago
Jack Humbert
464c8e274f
adds backlight levels to the satan keyboard ( #431 )
...
* enable 4 levels
* remove breathing stuff
* update channels, comments, hex
9 years ago
TerryMathews
1c5a6733ff
adds support for GH60 Satan keyboard ( #407 )
...
* adds support for GH60 Satan keyboard
ANSI 125 layout, capslock and backlight implemented, support for
WS2812LED strip included
* added Phantom and GH60 Satan to travis
9 years ago
TerryMathews
25d4772754
adds support for Phantom TKL keyboard ( #399 )
...
ANSI 125 layout, capslock and scrolllock implemented, support for
WS2812LED strip included.
9 years ago
Eric Tang
aaa758f1d3
Optimize matrix scanning ( #343 )
9 years ago
skullY
21d4cafb8c
Fixup rgb underlight for clueboard1
9 years ago
skullY
5e822417d7
Fixup clueboard support and add rgb to clueboard1
9 years ago
skullY
073b44924c
Adding clueboard/cluepad support to qmk
9 years ago
Jack Humbert
eb2795b4d6
atomic up-to-date
10 years ago
Jack Humbert
b3f638f491
ok
10 years ago
Wilba6582
138156d4a0
Update for Atomic PCB Rev 0
10 years ago
Jack Humbert
98f486a633
atomic
10 years ago
tmk
2721022078
Add mechanical locking switch support for NumLock and ScrollLock
12 years ago
tmk
10f33a3e48
Remove ACT_KEYMAP and ACT_OVERLAY
...
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
12 years ago
tmk
353a9b56e6
Fix BOOTLOADER_SIZE setting
12 years ago
tmk
b2a19328ad
Changed Makefile and config.h for new options
12 years ago
tmk
9a3edb897a
Fix Makefile and config.h of gh60 for new options
12 years ago
tmk
dbcac865b9
Add NO_ACTION_KEYMAP config option
12 years ago
tmk
ecb7550a91
Add NO_ACTION_FUNCTION config option
12 years ago
tmk
9757f960f9
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
12 years ago
tmk
b057511f45
Add NO_ACTION_OVERLAY config option
12 years ago
tmk
9a106537f6
Add NO_PRINT and NO_DEBUG config options.
...
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
12 years ago
tmk
c4ab832be0
Fix Locking CapsLock support in ADB converter
12 years ago
tmk
92b92dd78f
Add mechanical locking switch support for CapsLock
12 years ago
tmk
1d5bbb55f2
Fix legacy keymap support
...
- need to define USE_LEGACY_KEYMAP to use legacy keymap
12 years ago
tmk
51050875b7
Add BOOTLOADER_SIZE and remove BOOT_SIZE
...
- define BOOTLOADER_SIZE in config.h instead of Makefile
12 years ago
tmk
359b68d35f
Add eeconfig.c - eeprom stored paramerters
12 years ago
tmk
abf0b04d14
Apply new keymap for gh60
12 years ago
tmk
b60f9c6ac6
Boot Magic key for gh60
12 years ago
tmk
c009f4643c
Added Initial files for gh60.
13 years ago
tmk
3f47bcbcae
Fix target name and product id of pahntom.
13 years ago
tmk
613fdb24fc
Add initial files for Phantom from Tranquilite@GH.
13 years ago
tmk
ce4857e021
Fix and keymap of hid_liber from alaricljs at geekhack.org.
13 years ago
tmk
1a4ae0fc36
Fix copyright and license notices.
13 years ago
tmk
878daae9c3
Rename to hid_liber.
13 years ago
tmk
c5057c28b1
Add initial files for hid_libre.
13 years ago