summaryrefslogtreecommitdiffstats
path: root/keyboards/comet46
Commit message (Expand)AuthorAgeFilesLines
* move @satt99 's comet46 to satt/ (#16059)peepeetee2022-02-1228-2389/+0
* Convert some more boards to Matrix Lite (#15489)Ryan2021-12-272-109/+22
* Migrate serial_uart usages to UART driver (#15479)Ryan2021-12-153-16/+7
* Fix up build options comments (#15463)Ryan2021-12-121-1/+1
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-301-1/+0
|\
| * Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2021-09-301-1/+0
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-291-1/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-121-2/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-7/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-1/+0
|\|
| * Remove commented out BLUETOOTH_ENABLE rules (#14361)Ryan2021-09-101-1/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-013-22/+15
|/
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+1
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-192-2/+2
* `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-061-3/+3
* Remove KEYMAP and LAYOUT_kc (#12160)Zach White2021-05-112-53/+35
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-1/+1
* Serial refactor (#11521)Ryan2021-02-064-38/+9
* Remove `DESCRIPTION`, B-D (#11513)Ryan2021-01-151-1/+0
* Fix ssd1306 compilation on avr-gcc 10 (#9267)Joel Challis2020-09-172-1/+3
* Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)Ryan2020-08-291-3/+0
* QMK-ify some GPIO macros (#8315)Ryan2020-04-301-2/+1
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-012-19/+2
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-291-4/+4
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-211-1/+1
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-44/+13
* Tidy up backlight header use to avoid build issues (#6714)Joel Challis2019-09-111-3/+0
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
* Fix the modifier of font variable in ssd1306.c (#5880)mogira2019-05-171-1/+1
* [Keymap] Fix compilation error of feature #4301 (#5649)shela2019-04-181-0/+1
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-5/+3
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-162-6/+0
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-271-2/+2
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-041-0/+1
* Comet46 add support for OLED (#4745)satt992018-12-3024-330/+1906
* Comet46: Configurator supportnoroadsleft2018-12-141-0/+62
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-221-1/+1
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-2/+0
* Add Comet46 keyboard (#3342)satt992018-07-0913-0/+983