apps/piano: refactoring and improvement #302
3
.asm-lsp.toml
Normal file
3
.asm-lsp.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[default_config]
|
||||
assembler = "fasm"
|
||||
instruction_set = "x86"
|
||||
@@ -2,9 +2,6 @@
|
||||
;
|
||||
; Piano - Default Keymap (256 bytes)
|
||||
; Copyright (C) 2025 KolibriOS team
|
||||
;
|
||||
; Contributor Burer - Main code
|
||||
; Contributor Doczom - Idea
|
||||
|
||||
; ====================================================================
|
||||
|
mxlgv marked this conversation as resolved
Outdated
|
||||
|
||||
|
||||
@@ -3,11 +3,7 @@
|
||||
; Piano - Toy Piano
|
||||
; Copyright (C) 2019-2025 KolibriOS team
|
||||
;
|
||||
; Contributor ??? - Initial code
|
||||
; Contributor Antonio - Refactoring and new functionality
|
||||
; Contributor Burer - Refactoring and Spanish translation
|
||||
; Contributor Doczom - Refactoring and bugfixes
|
||||
; Contributor qullarwee - New keyboard layout
|
||||
; Authors: Antonio and Leency
|
||||
|
mxlgv marked this conversation as resolved
Outdated
mxlgv
commented
I read several pages of the topic and concluded that the program was actually authored by Antonio, with support from Leency. The original code is an example that has nothing in common with the piano developed by Antonio and Leency. Therefore, I propose listing them as the authors: I read several pages of the [topic](https://board.kolibrios.org/viewtopic.php?t=3831) and concluded that the program was actually authored by Antonio, with support from Leency. The original code is an example that has nothing in common with the piano developed by Antonio and Leency. Therefore, I propose listing them as the authors:
```asm
; Authors: Antonio and Leency
```
|
||||
|
||||
; ====================================================================
|
||||
|
mxlgv marked this conversation as resolved
Outdated
mxlgv
commented
Your changes will already be stored using git. Just add the people who helped you as "Co-authored-by" in commit body. Your changes will already be stored using git. Just add the people who helped you as "Co-authored-by" in commit body.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
Move co-authors to the commit body