Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) | Konstantin Đorđević | 2019-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * 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) | ||||
* | handwired/promethium Refactor and Configurator support (#4524) | noroadsleft | 2018-12-01 | 1 | -26/+1 |
| | | | | | | | | | | | | * 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 | ||||
* | update priyadi's keymap config | Jack Humbert | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵ | Priyadi Iman Nurcahyo | 2017-04-29 | 1 | -19/+19 |
| | | | | frequency | ||||
* | Fix LED sequence; bug fixes | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -6/+6 |
| | |||||
* | Promethium rev2 | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -11/+26 |
| | | | | | | | * 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix | ||||
* | Move keyboard specific stuff to keyboard specific files, and vice versa | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -0/+104 |
| | |||||
* | simplify battery calculation for now | Priyadi Iman Nurcahyo | 2017-02-11 | 1 | -10/+79 |
| | |||||
* | Enable Adafruit BLE support | Priyadi Iman Nurcahyo | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Pretend to be Thinkpad USB Keyboard | Priyadi Iman Nurcahyo | 2016-12-14 | 1 | -2/+8 |
| | |||||
* | remove ifdef on chip type | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -2/+0 |
| | |||||
* | My Promethium keyboard firmware | Priyadi Iman Nurcahyo | 2016-11-26 | 1 | -0/+164 |