James Young
6f36eb469d
Remove unused `IS_COMMAND()` instances and Magic Key definitions ( #14610 )
...
* Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9
* Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B
* Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D
* Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G
* Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired
* Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M
* Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R
* Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z
* Remove unused Magic Key definitions from keyboard-level config.h, 0-9
* Remove unused Magic Key definitions from keyboard-level config.h, A
* Remove unused Magic Key definitions from keyboard-level config.h, B
* Remove unused Magic Key definitions from keyboard-level config.h, C
* Remove unused Magic Key definitions from keyboard-level config.h, D-E
* Remove unused Magic Key definitions from keyboard-level config.h, F-H
* Remove unused Magic Key definitions from keyboard-level config.h, handwired
* Remove unused Magic Key definitions from keyboard-level config.h, I-K
* Remove unused Magic Key definitions from keyboard-level config.h, L-M
* Remove unused Magic Key definitions from keyboard-level config.h, N-R
* Remove unused Magic Key definitions from keyboard-level config.h, S-V
* Remove unused Magic Key definitions from keyboard-level config.h, W-Z
* Merge remote-tracking branch 'upstream/master' into clean/command_and_magic
* Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
2021-09-26 02:57:20 -07:00
Drashna Jaelre
21e0a9780d
[Keyboard] Fix matrix issues with Promethium ( #13648 )
2021-07-22 21:02:50 -07:00
Zach White
adf0d70da4
first pass: matrix consistency improvements ( #13471 )
2021-07-11 08:41:57 -07:00
Ryan
62f304a225
Remove `DESCRIPTION`, H-J ( #11616 )
2021-01-20 00:38:12 +11:00
Ryan
8a4a0c25fd
Change analogRead calls to analogReadPin ( #9023 )
...
* Change analogRead calls to analogReadPin
* Add ChangeLog
* Update docs, remove mention of `analogRead()`
* Retarget changelog for next round
2020-08-29 14:30:02 -07:00
fauxpark
9397bffd01
Fix a couple of USB VIDs for the API ( #7848 )
2020-01-09 23:50:55 -08:00
Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
2019-06-06 12:09:56 -07:00
Konstantin Đorđević
4d9b11af14
Fix Command feature: use get_mods() instead of keyboard_report->mods ( #4955 )
...
* Remove unnecessary IS_COMMAND definition in clueboard/66/rev4
* Replace keyboard_report->mods with get_mods() in IS_COMMAND definitions
* Update docs to use get_mods() instead of keyboard_report->mods
* Replace keyboard_report->mods with get_mods() in tmk_core/protocol/usb_hid/test
For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist
* Replace keyboard_report->mods with get_mods() in Massdrop keyboards (as per @patrickmt)
2019-01-27 00:28:40 -08:00
noroadsleft
064d9e2175
handwired/promethium Refactor and Configurator support ( #4524 )
...
* handwired/promethium: refactor
- config.h files
- updated to use #pragma once
- removed redundant config.h includes
- layout macro moved from config.h to promethium.h
- layout macro renamed from KEYMAP_CUSTOM to LAYOUT
* handwired/promethium: Configurator support
2018-12-01 16:29:16 -08:00
Jack Humbert
107d8031e5
update priyadi's keymap config
2017-08-07 22:36:05 -04:00
Priyadi Iman Nurcahyo
d8f1949029
Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click frequency
2017-04-29 13:21:27 +07:00
Priyadi Iman Nurcahyo
ce0efa6b9a
Fix LED sequence; bug fixes
2017-04-19 12:03:48 +07:00
Priyadi Iman Nurcahyo
93b2f23bba
Promethium rev2
...
* 10 more indicator LEDs
* Piezo buzzer
* Uses HC138 decoder to free up 5 pins
* Trackpoint buttons are now part of matrix
2017-04-19 01:38:08 +07:00
Priyadi Iman Nurcahyo
3882f97d2e
Move keyboard specific stuff to keyboard specific files, and vice versa
2017-02-15 19:22:58 +07:00
Priyadi Iman Nurcahyo
9fc3afbef4
simplify battery calculation for now
2017-02-11 14:50:43 +07:00
Priyadi Iman Nurcahyo
0b54b32361
Enable Adafruit BLE support
2016-12-14 06:03:27 +07:00
Priyadi Iman Nurcahyo
9838ddcead
Pretend to be Thinkpad USB Keyboard
2016-12-14 06:03:27 +07:00
Priyadi Iman Nurcahyo
0f39ab5219
remove ifdef on chip type
2016-11-26 23:48:11 +07:00
Priyadi Iman Nurcahyo
8ee389c9b6
My Promethium keyboard firmware
2016-11-26 23:48:11 +07:00